#780C59

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

Shades of Palatinate Purple #780C59

Tints of Palatinate Purple #780C59

Color information

#780C59 (or 0x780C59) is unknown color: approx Palatinate Purple. HEX triplet: 78, 0C and 59. RGB value is (120,12,89). Sum of RGB (Red+Green+Blue) = 120+12+89=221 (29% of max value = 765). Red value is 120 (47.27% from 255 or 54.30% from 221); Green value is 12 (5.08% from 255 or 5.43% from 221); Blue value is 89 (35.16% from 255 or 40.27% from 221); Max value from RGB is 120 - color contains mainly: red. Hex color #780C59 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780C59 is #87F3A6. Grayscale: #343434. Windows color (decimal): -8909735 or 5835896. OLE color: 5835896.

HSL color Cylindrical-coordinate representation of color #780C59: hue angle of 317.22º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #780C59 is Cyan = 0, Magento = 0.90, Yellow = 0.26 and Black (K on CMYK) = 0.53.

Color convert

RGB1201289-
CMYK00.900.260.53
HSL317.22º81.82%25.88%-
HSV(B)317.22º90%47.06%-
XYZ9.684.989.9-
YUV53.07148.28175.74-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 54.30%
GREEN value IS 12 (5.08% from 255) = 5.43%
BLUE value IS 89 (35.16% from 255) = 40.27%
R=54.30%
G=5.43%
B=40.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.26
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120128900.900.260.53317.2281.8225.88
Hex78C5905A1A3513d521a
Octal170141310132326547512232
Binary1111000110010110010101101011010110101100111101101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780C59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780C59; }

 p { color: rgb(120,12,89); }

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

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

 a { background-color: rgb(120,12,89); }

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

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

 span { border-color: rgb(120,12,89); }

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