#78276C

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

Shades of Palatinate Purple #78276C

Tints of Palatinate Purple #78276C

Color information

#78276C (or 0x78276C) is unknown color: approx Palatinate Purple. HEX triplet: 78, 27 and 6C. RGB value is (120,39,108). Sum of RGB (Red+Green+Blue) = 120+39+108=267 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.94% from 267); Green value is 39 (15.62% from 255 or 14.61% from 267); Blue value is 108 (42.58% from 255 or 40.45% from 267); Max value from RGB is 120 - color contains mainly: red. Hex color #78276C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78276C is #87D893. Grayscale: #464646. Windows color (decimal): -8902804 or 7087992. OLE color: 7087992.

HSL color Cylindrical-coordinate representation of color #78276C: hue angle of 308.89º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #78276C is Cyan = 0, Magento = 0.67, Yellow = 0.10 and Black (K on CMYK) = 0.53.

Color convert

RGB12039108-
CMYK00.670.100.53
HSL308.89º50.94%31.18%-
HSV(B)308.89º67.5%47.06%-
XYZ11.186.5314.86-
YUV71.08148.84162.89-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 44.94%
GREEN value IS 39 (15.62% from 255) = 14.61%
BLUE value IS 108 (42.58% from 255) = 40.45%
R=44.94%
G=14.61%
B=40.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.10
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1203910800.670.100.53308.8950.9431.18
Hex78276C043A35135331f
Octal17047154010312654656337
Binary1111000100111110110001000011101011010110011010111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78276C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78276C; }

 p { color: rgb(120,39,108); }

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

<style>
 a { background-color: #78276C; }

 a { background-color: rgb(120,39,108); }

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

<style>
 span { border-color: #78276C; }

 span { border-color: rgb(120,39,108); }

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