#780456

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

Shades of Tyrian Purple #780456

Tints of Tyrian Purple #780456

Color information

#780456 (or 0x780456) is unknown color: approx Tyrian Purple. HEX triplet: 78, 04 and 56. RGB value is (120,4,86). Sum of RGB (Red+Green+Blue) = 120+4+86=210 (27% of max value = 765). Red value is 120 (47.27% from 255 or 57.14% from 210); Green value is 4 (1.95% from 255 or 1.90% from 210); Blue value is 86 (33.98% from 255 or 40.95% from 210); Max value from RGB is 120 - color contains mainly: red. Hex color #780456 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780456 is #87FBA9. Grayscale: #2F2F2F. Windows color (decimal): -8911786 or 5637240. OLE color: 5637240.

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

Color convert

RGB120486-
CMYK00.970.280.53
HSL317.59º93.55%24.31%-
HSV(B)317.59º96.67%47.06%-
XYZ9.474.759.22-
YUV48.03149.43179.33-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 57.14%
GREEN value IS 4 (1.95% from 255) = 1.90%
BLUE value IS 86 (33.98% from 255) = 40.95%
R=57.14%
G=1.90%
B=40.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.28
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12048600.970.280.53317.5993.5524.31
Hex784560611C3513e5e18
Octal17041260141346547613630
Binary111100010010101100110000111100110101100111110101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780456; }

 p { color: rgb(120,4,86); }

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

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

 a { background-color: rgb(120,4,86); }

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

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

 span { border-color: rgb(120,4,86); }

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