#78326E

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

Shades of Palatinate Purple #78326E

Tints of Palatinate Purple #78326E

Color information

#78326E (or 0x78326E) is unknown color: approx Palatinate Purple. HEX triplet: 78, 32 and 6E. RGB value is (120,50,110). Sum of RGB (Red+Green+Blue) = 120+50+110=280 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.86% from 280); Green value is 50 (19.92% from 255 or 17.86% from 280); Blue value is 110 (43.36% from 255 or 39.29% from 280); Max value from RGB is 120 - color contains mainly: red. Hex color #78326E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78326E is #87CD91. Grayscale: #4D4D4D. Windows color (decimal): -8899986 or 7221880. OLE color: 7221880.

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

Color convert

RGB12050110-
CMYK00.580.080.53
HSL308.57º41.18%33.33%-
HSV(B)308.57º58.33%47.06%-
XYZ11.77.415.56-
YUV77.77146.19158.12-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 42.86%
GREEN value IS 50 (19.92% from 255) = 17.86%
BLUE value IS 110 (43.36% from 255) = 39.29%
R=42.86%
G=17.86%
B=39.29%

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
Decimal1205011000.580.080.53308.5741.1833.33
Hex78326E03A8351352921
Octal1706215607210654655141
Binary1111000110010110111001110101000110101100110101101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78326E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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