#780D5C

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

Shades of Palatinate Purple #780D5C

Tints of Palatinate Purple #780D5C

Color information

#780D5C (or 0x780D5C) is unknown color: approx Palatinate Purple. HEX triplet: 78, 0D and 5C. RGB value is (120,13,92). Sum of RGB (Red+Green+Blue) = 120+13+92=225 (29% of max value = 765). Red value is 120 (47.27% from 255 or 53.33% from 225); Green value is 13 (5.47% from 255 or 5.78% from 225); Blue value is 92 (36.33% from 255 or 40.89% from 225); Max value from RGB is 120 - color contains mainly: red. Hex color #780D5C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780D5C is #87F2A3. Grayscale: #353535. Windows color (decimal): -8909476 or 6032760. OLE color: 6032760.

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

Color convert

RGB1201392-
CMYK00.890.230.53
HSL315.7º80.45%26.08%-
HSV(B)315.7º89.17%47.06%-
XYZ9.825.0510.58-
YUV54149.45175.08-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 53.33%
GREEN value IS 13 (5.47% from 255) = 5.78%
BLUE value IS 92 (36.33% from 255) = 40.89%
R=53.33%
G=5.78%
B=40.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.23
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120139200.890.230.53315.780.4526.08
Hex78D5C059173513c501a
Octal170151340131276547412032
Binary1111000110110111000101100110111110101100111100101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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