#780050

Color #780050 Tyrian Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tyrian Purple #780050

Tints of Tyrian Purple #780050

Color information

#780050 (or 0x780050) is unknown color: approx Tyrian Purple. HEX triplet: 78, 00 and 50. RGB value is (120,0,80). Sum of RGB (Red+Green+Blue) = 120+0+80=200 (26% of max value = 765). Red value is 120 (47.27% from 255 or 60% from 200); Green value is 0 (0.39% from 255 or 0% from 200); Blue value is 80 (31.64% from 255 or 40% from 200); Max value from RGB is 120 - color contains mainly: red. Hex color #780050 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780050 is #87FFAF. Grayscale: #2C2C2C. Windows color (decimal): -8912816 or 5243000. OLE color: 5243000.

HSL color Cylindrical-coordinate representation of color #780050: hue angle of 320º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #780050 is Cyan = 0, Magento = 1, Yellow = 0.33 and Black (K on CMYK) = 0.53.

Color convert

RGB120080-
CMYK010.330.53
HSL320º100%23.53%-
HSV(B)320º100%47.06%-
XYZ9.194.577.99-
YUV45147.76181.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 120 (47.27% from 255) = 60%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 80 (31.64% from 255) = 40%
R=60%
G=0%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.33
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120080010.330.5332010023.53
Hex7805006421351406418
Octal17001200144416550014430
Binary11110000101000001100100100001110101101000000110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780050; }

 p { color: rgb(120,0,80); }

 H1.HeaderClassName
 {
   color: #780050;
 }
 .AnyTagClassName
 {
   color: #780050;
 }
</style>
background-color css

<style>
 a { background-color: #780050; }

 a { background-color: rgb(120,0,80); }

 div.DivClassName
 {
   background-color: #780050;
 }
 .BgClassName
 {
   background-color: #780050;
 }
</style>
border-color css

<style>
 span { border-color: #780050; }

 span { border-color: rgb(120,0,80); }

 td.TdClassName
 {
   border-color: #780050;
 }
 .TagClassName
 {
   border-color: #780050;
 }
</style>