#78366C

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

Shades of Palatinate Purple #78366C

Tints of Palatinate Purple #78366C

Color information

#78366C (or 0x78366C) is unknown color: approx Palatinate Purple. HEX triplet: 78, 36 and 6C. RGB value is (120,54,108). Sum of RGB (Red+Green+Blue) = 120+54+108=282 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.55% from 282); Green value is 54 (21.48% from 255 or 19.15% from 282); Blue value is 108 (42.58% from 255 or 38.30% from 282); Max value from RGB is 120 - color contains mainly: red. Hex color #78366C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78366C is #87C993. Grayscale: #4F4F4F. Windows color (decimal): -8898964 or 7091832. OLE color: 7091832.

HSL color Cylindrical-coordinate representation of color #78366C: hue angle of 310.91º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #78366C is Cyan = 0, Magento = 0.55, Yellow = 0.10 and Black (K on CMYK) = 0.53.

Color convert

RGB12054108-
CMYK00.550.100.53
HSL310.91º37.93%34.12%-
HSV(B)310.91º55%47.06%-
XYZ11.777.7115.06-
YUV79.89143.87156.61-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 42.55%
GREEN value IS 54 (21.48% from 255) = 19.15%
BLUE value IS 108 (42.58% from 255) = 38.30%
R=42.55%
G=19.15%
B=38.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.10
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1205410800.550.100.53310.9137.9334.12
Hex78366C037A351372622
Octal1706615406712654674642
Binary1111000110110110110001101111010110101100110111100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78366C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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