#780A5F

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

Shades of Palatinate Purple #780A5F

Tints of Palatinate Purple #780A5F

Color information

#780A5F (or 0x780A5F) is unknown color: approx Palatinate Purple. HEX triplet: 78, 0A and 5F. RGB value is (120,10,95). Sum of RGB (Red+Green+Blue) = 120+10+95=225 (29% of max value = 765). Red value is 120 (47.27% from 255 or 53.33% from 225); Green value is 10 (4.30% from 255 or 4.44% from 225); Blue value is 95 (37.5% from 255 or 42.22% from 225); Max value from RGB is 120 - color contains mainly: red. Hex color #780A5F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780A5F is #87F5A0. Grayscale: #343434. Windows color (decimal): -8910241 or 6228600. OLE color: 6228600.

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

Color convert

RGB1201095-
CMYK00.920.210.53
HSL313.64º84.62%25.49%-
HSV(B)313.64º91.67%47.06%-
XYZ9.925.0411.28-
YUV52.58151.94176.09-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 53.33%
GREEN value IS 10 (4.30% from 255) = 4.44%
BLUE value IS 95 (37.5% from 255) = 42.22%
R=53.33%
G=4.44%
B=42.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.21
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120109500.920.210.53313.6484.6225.49
Hex78A5F05C153513a5519
Octal170121370134256547212531
Binary1111000101010111110101110010101110101100111010101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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