#78336E

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

Shades of Palatinate Purple #78336E

Tints of Palatinate Purple #78336E

Color information

#78336E (or 0x78336E) is unknown color: approx Palatinate Purple. HEX triplet: 78, 33 and 6E. RGB value is (120,51,110). Sum of RGB (Red+Green+Blue) = 120+51+110=281 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.70% from 281); Green value is 51 (20.31% from 255 or 18.15% from 281); Blue value is 110 (43.36% from 255 or 39.15% from 281); Max value from RGB is 120 - color contains mainly: red. Hex color #78336E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78336E is #87CC91. Grayscale: #4E4E4E. Windows color (decimal): -8899730 or 7222136. OLE color: 7222136.

HSL color Cylindrical-coordinate representation of color #78336E: hue angle of 308.7º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #78336E is Cyan = 0, Magento = 0.58, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB12051110-
CMYK00.580.080.53
HSL308.7º40.35%33.53%-
HSV(B)308.7º57.5%47.06%-
XYZ11.747.4915.58-
YUV78.36145.86157.7-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 42.70%
GREEN value IS 51 (20.31% from 255) = 18.15%
BLUE value IS 110 (43.36% from 255) = 39.15%
R=42.70%
G=18.15%
B=39.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1205111000.580.080.53308.740.3533.53
Hex78336E03A8351352822
Octal1706315607210654655042
Binary1111000110011110111001110101000110101100110101101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78336E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78336E; }

 p { color: rgb(120,51,110); }

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

<style>
 a { background-color: #78336E; }

 a { background-color: rgb(120,51,110); }

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

<style>
 span { border-color: #78336E; }

 span { border-color: rgb(120,51,110); }

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