#78306E

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

Shades of Palatinate Purple #78306E

Tints of Palatinate Purple #78306E

Color information

#78306E (or 0x78306E) is unknown color: approx Palatinate Purple. HEX triplet: 78, 30 and 6E. RGB value is (120,48,110). Sum of RGB (Red+Green+Blue) = 120+48+110=278 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.17% from 278); Green value is 48 (19.14% from 255 or 17.27% from 278); Blue value is 110 (43.36% from 255 or 39.57% from 278); Max value from RGB is 120 - color contains mainly: red. Hex color #78306E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78306E is #87CF91. Grayscale: #4C4C4C. Windows color (decimal): -8900498 or 7221368. OLE color: 7221368.

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

Color convert

RGB12048110-
CMYK00.600.080.53
HSL308.33º42.86%32.94%-
HSV(B)308.33º60%47.06%-
XYZ11.627.2315.54-
YUV76.6146.85158.96-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 43.17%
GREEN value IS 48 (19.14% from 255) = 17.27%
BLUE value IS 110 (43.36% from 255) = 39.57%
R=43.17%
G=17.27%
B=39.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1204811000.600.080.53308.3342.8632.94
Hex78306E03C8351342b21
Octal1706015607410654645341
Binary1111000110000110111001111001000110101100110100101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78306E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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