#78286B

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

Shades of Palatinate Purple #78286B

Tints of Palatinate Purple #78286B

Color information

#78286B (or 0x78286B) is unknown color: approx Palatinate Purple. HEX triplet: 78, 28 and 6B. RGB value is (120,40,107). Sum of RGB (Red+Green+Blue) = 120+40+107=267 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.94% from 267); Green value is 40 (16.02% from 255 or 14.98% from 267); Blue value is 107 (42.19% from 255 or 40.07% from 267); Max value from RGB is 120 - color contains mainly: red. Hex color #78286B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78286B is #87D794. Grayscale: #474747. Windows color (decimal): -8902549 or 7022712. OLE color: 7022712.

HSL color Cylindrical-coordinate representation of color #78286B: hue angle of 309.75º 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 #78286B is Cyan = 0, Magento = 0.67, Yellow = 0.11 and Black (K on CMYK) = 0.53.

Color convert

RGB12040107-
CMYK00.670.110.53
HSL309.75º50%31.37%-
HSV(B)309.75º66.67%47.06%-
XYZ11.166.5714.59-
YUV71.56148162.55-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 44.94%
GREEN value IS 40 (16.02% from 255) = 14.98%
BLUE value IS 107 (42.19% from 255) = 40.07%
R=44.94%
G=14.98%
B=40.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.11
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1204010700.670.110.53309.755031.37
Hex78286B043B35136321f
Octal17050153010313654666237
Binary1111000101000110101101000011101111010110011011011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78286B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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