#781162

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

Shades of Palatinate Purple #781162

Tints of Palatinate Purple #781162

Color information

#781162 (or 0x781162) is unknown color: approx Palatinate Purple. HEX triplet: 78, 11 and 62. RGB value is (120,17,98). Sum of RGB (Red+Green+Blue) = 120+17+98=235 (31% of max value = 765). Red value is 120 (47.27% from 255 or 51.06% from 235); Green value is 17 (7.03% from 255 or 7.23% from 235); Blue value is 98 (38.67% from 255 or 41.70% from 235); Max value from RGB is 120 - color contains mainly: red. Hex color #781162 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #781162 is #87EE9D. Grayscale: #383838. Windows color (decimal): -8908446 or 6427000. OLE color: 6427000.

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

Color convert

RGB1201798-
CMYK00.860.180.53
HSL312.82º75.18%26.86%-
HSV(B)312.82º85.83%47.06%-
XYZ10.155.2812.04-
YUV57.03151.12172.91-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 51.06%
GREEN value IS 17 (7.03% from 255) = 7.23%
BLUE value IS 98 (38.67% from 255) = 41.70%
R=51.06%
G=7.23%
B=41.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.18
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120179800.860.180.53312.8275.1826.86
Hex78116205612351394b1b
Octal170211420126226547111333
Binary11110001000111000100101011010010110101100111001100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #781162; }

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

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

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

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

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

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

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

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