#78115C

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

Shades of Palatinate Purple #78115C

Tints of Palatinate Purple #78115C

Color information

#78115C (or 0x78115C) is unknown color: approx Palatinate Purple. HEX triplet: 78, 11 and 5C. RGB value is (120,17,92). Sum of RGB (Red+Green+Blue) = 120+17+92=229 (30% of max value = 765). Red value is 120 (47.27% from 255 or 52.40% from 229); Green value is 17 (7.03% from 255 or 7.42% from 229); Blue value is 92 (36.33% from 255 or 40.17% from 229); Max value from RGB is 120 - color contains mainly: red. Hex color #78115C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78115C is #87EEA3. Grayscale: #383838. Windows color (decimal): -8908452 or 6033784. OLE color: 6033784.

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

Color convert

RGB1201792-
CMYK00.860.230.53
HSL316.31º75.18%26.86%-
HSV(B)316.31º85.83%47.06%-
XYZ9.885.1710.6-
YUV56.35148.12173.4-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 52.40%
GREEN value IS 17 (7.03% from 255) = 7.42%
BLUE value IS 92 (36.33% from 255) = 40.17%
R=52.40%
G=7.42%
B=40.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.23
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120179200.860.230.53316.3175.1826.86
Hex78115C056173513c4b1b
Octal170211340126276547411333
Binary11110001000110111000101011010111110101100111100100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78115C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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