#78115D

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

Shades of Palatinate Purple #78115D

Tints of Palatinate Purple #78115D

Color information

#78115D (or 0x78115D) is unknown color: approx Palatinate Purple. HEX triplet: 78, 11 and 5D. RGB value is (120,17,93). Sum of RGB (Red+Green+Blue) = 120+17+93=230 (30% of max value = 765). Red value is 120 (47.27% from 255 or 52.17% from 230); Green value is 17 (7.03% from 255 or 7.39% from 230); Blue value is 93 (36.72% from 255 or 40.43% from 230); Max value from RGB is 120 - color contains mainly: red. Hex color #78115D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78115D is #87EEA2. Grayscale: #383838. Windows color (decimal): -8908451 or 6099320. OLE color: 6099320.

HSL color Cylindrical-coordinate representation of color #78115D: hue angle of 315.73º 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 #78115D is Cyan = 0, Magento = 0.86, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB1201793-
CMYK00.860.220.53
HSL315.73º75.18%26.86%-
HSV(B)315.73º85.83%47.06%-
XYZ9.925.1810.83-
YUV56.46148.62173.32-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 52.17%
GREEN value IS 17 (7.03% from 255) = 7.39%
BLUE value IS 93 (36.72% from 255) = 40.43%
R=52.17%
G=7.39%
B=40.43%

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
Decimal120179300.860.220.53315.7375.1826.86
Hex78115D056163513c4b1b
Octal170211350126266547411333
Binary11110001000110111010101011010110110101100111100100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78115D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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