#78286D

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

Shades of Palatinate Purple #78286D

Tints of Palatinate Purple #78286D

Color information

#78286D (or 0x78286D) is unknown color: approx Palatinate Purple. HEX triplet: 78, 28 and 6D. RGB value is (120,40,109). Sum of RGB (Red+Green+Blue) = 120+40+109=269 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.61% from 269); Green value is 40 (16.02% from 255 or 14.87% from 269); Blue value is 109 (42.97% from 255 or 40.52% from 269); Max value from RGB is 120 - color contains mainly: red. Hex color #78286D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78286D is #87D792. Grayscale: #474747. Windows color (decimal): -8902547 or 7153784. OLE color: 7153784.

HSL color Cylindrical-coordinate representation of color #78286D: hue angle of 308.25º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #78286D is Cyan = 0, Magento = 0.67, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB12040109-
CMYK00.670.090.53
HSL308.25º50%31.37%-
HSV(B)308.25º66.67%47.06%-
XYZ11.266.6115.15-
YUV71.79149162.39-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 44.61%
GREEN value IS 40 (16.02% from 255) = 14.87%
BLUE value IS 109 (42.97% from 255) = 40.52%
R=44.61%
G=14.87%
B=40.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.09
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1204010900.670.090.53308.255031.37
Hex78286D043935134321f
Octal17050155010311654646237
Binary1111000101000110110101000011100111010110011010011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78286D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78286D; }

 p { color: rgb(120,40,109); }

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

<style>
 a { background-color: #78286D; }

 a { background-color: rgb(120,40,109); }

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

<style>
 span { border-color: #78286D; }

 span { border-color: rgb(120,40,109); }

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