#780A5C

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

Shades of Palatinate Purple #780A5C

Tints of Palatinate Purple #780A5C

Color information

#780A5C (or 0x780A5C) is unknown color: approx Palatinate Purple. HEX triplet: 78, 0A and 5C. RGB value is (120,10,92). Sum of RGB (Red+Green+Blue) = 120+10+92=222 (29% of max value = 765). Red value is 120 (47.27% from 255 or 54.05% from 222); Green value is 10 (4.30% from 255 or 4.50% from 222); Blue value is 92 (36.33% from 255 or 41.44% from 222); Max value from RGB is 120 - color contains mainly: red. Hex color #780A5C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780A5C is #87F5A3. Grayscale: #343434. Windows color (decimal): -8910244 or 6031992. OLE color: 6031992.

HSL color Cylindrical-coordinate representation of color #780A5C: hue angle of 315.27º degrees, saturation: 0.85, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #780A5C is Cyan = 0, Magento = 0.92, Yellow = 0.23 and Black (K on CMYK) = 0.53.

Color convert

RGB1201092-
CMYK00.920.230.53
HSL315.27º84.62%25.49%-
HSV(B)315.27º91.67%47.06%-
XYZ9.794.9810.57-
YUV52.24150.44176.33-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 54.05%
GREEN value IS 10 (4.30% from 255) = 4.50%
BLUE value IS 92 (36.33% from 255) = 41.44%
R=54.05%
G=4.50%
B=41.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.23
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120109200.920.230.53315.2784.6225.49
Hex78A5C05C173513b5519
Octal170121340134276547312531
Binary1111000101010111000101110010111110101100111011101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,10,92); }

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

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

 a { background-color: rgb(120,10,92); }

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

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

 span { border-color: rgb(120,10,92); }

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