#780A60

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

Shades of Palatinate Purple #780A60

Tints of Palatinate Purple #780A60

Color information

#780A60 (or 0x780A60) is unknown color: approx Palatinate Purple. HEX triplet: 78, 0A and 60. RGB value is (120,10,96). Sum of RGB (Red+Green+Blue) = 120+10+96=226 (29% of max value = 765). Red value is 120 (47.27% from 255 or 53.10% from 226); Green value is 10 (4.30% from 255 or 4.42% from 226); Blue value is 96 (37.89% from 255 or 42.48% from 226); Max value from RGB is 120 - color contains mainly: red. Hex color #780A60 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780A60 is #87F59F. Grayscale: #343434. Windows color (decimal): -8910240 or 6294136. OLE color: 6294136.

HSL color Cylindrical-coordinate representation of color #780A60: hue angle of 313.09º 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 #780A60 is Cyan = 0, Magento = 0.92, Yellow = 0.2 and Black (K on CMYK) = 0.53.

Color convert

RGB1201096-
CMYK00.920.20.53
HSL313.09º84.62%25.49%-
HSV(B)313.09º91.67%47.06%-
XYZ9.975.0511.52-
YUV52.69152.44176.01-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 53.10%
GREEN value IS 10 (4.30% from 255) = 4.42%
BLUE value IS 96 (37.89% from 255) = 42.48%
R=53.10%
G=4.42%
B=42.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.2
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120109600.920.20.53313.0984.6225.49
Hex78A6005C14351395519
Octal170121400134246547112531
Binary1111000101011000000101110010100110101100111001101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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