#78115E

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

Shades of Palatinate Purple #78115E

Tints of Palatinate Purple #78115E

Color information

#78115E (or 0x78115E) is unknown color: approx Palatinate Purple. HEX triplet: 78, 11 and 5E. RGB value is (120,17,94). Sum of RGB (Red+Green+Blue) = 120+17+94=231 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.95% from 231); Green value is 17 (7.03% from 255 or 7.36% from 231); Blue value is 94 (37.11% from 255 or 40.69% from 231); Max value from RGB is 120 - color contains mainly: red. Hex color #78115E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78115E is #87EEA1. Grayscale: #383838. Windows color (decimal): -8908450 or 6164856. OLE color: 6164856.

HSL color Cylindrical-coordinate representation of color #78115E: hue angle of 315.15º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #78115E is Cyan = 0, Magento = 0.86, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB1201794-
CMYK00.860.220.53
HSL315.15º75.18%26.86%-
HSV(B)315.15º85.83%47.06%-
XYZ9.975.211.07-
YUV56.58149.12173.24-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 51.95%
GREEN value IS 17 (7.03% from 255) = 7.36%
BLUE value IS 94 (37.11% from 255) = 40.69%
R=51.95%
G=7.36%
B=40.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120179400.860.220.53315.1575.1826.86
Hex78115E056163513b4b1b
Octal170211360126266547311333
Binary11110001000110111100101011010110110101100111011100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78115E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,17,94); }

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

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

 a { background-color: rgb(120,17,94); }

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

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

 span { border-color: rgb(120,17,94); }

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