#70116E

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

Shades of Palatinate Purple #70116E

Tints of Palatinate Purple #70116E

Color information

#70116E (or 0x70116E) is unknown color: approx Palatinate Purple. HEX triplet: 70, 11 and 6E. RGB value is (112,17,110). Sum of RGB (Red+Green+Blue) = 112+17+110=239 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.86% from 239); Green value is 17 (7.03% from 255 or 7.11% from 239); Blue value is 110 (43.36% from 255 or 46.03% from 239); Max value from RGB is 112 - color contains mainly: red. Hex color #70116E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70116E is #8FEE91. Grayscale: #373737. Windows color (decimal): -9432722 or 7213424. OLE color: 7213424.

HSL color Cylindrical-coordinate representation of color #70116E: hue angle of 301.26º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #70116E is Cyan = 0, Magento = 0.85, Yellow = 0.02 and Black (K on CMYK) = 0.56.

Color convert

RGB11217110-
CMYK00.850.020.56
HSL301.26º73.64%25.29%-
HSV(B)301.26º84.82%43.92%-
XYZ9.74.9715.2-
YUV56.01158.47167.94-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 46.86%
GREEN value IS 17 (7.03% from 255) = 7.11%
BLUE value IS 110 (43.36% from 255) = 46.03%
R=46.86%
G=7.11%
B=46.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.02
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121711000.850.020.56301.2673.6425.29
Hex70116E05523812d4a19
Octal16021156012527045511231
Binary11100001000111011100101010110111000100101101100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70116E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,17,110); }

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

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

 a { background-color: rgb(112,17,110); }

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

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

 span { border-color: rgb(112,17,110); }

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