#70115E

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

Shades of Palatinate Purple #70115E

Tints of Palatinate Purple #70115E

Color information

#70115E (or 0x70115E) is unknown color: approx Palatinate Purple. HEX triplet: 70, 11 and 5E. RGB value is (112,17,94). Sum of RGB (Red+Green+Blue) = 112+17+94=223 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.22% from 223); Green value is 17 (7.03% from 255 or 7.62% from 223); Blue value is 94 (37.11% from 255 or 42.15% from 223); Max value from RGB is 112 - color contains mainly: red. Hex color #70115E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70115E is #8FEEA1. Grayscale: #353535. Windows color (decimal): -9432738 or 6164848. OLE color: 6164848.

HSL color Cylindrical-coordinate representation of color #70115E: hue angle of 311.37º 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 #70115E is Cyan = 0, Magento = 0.85, Yellow = 0.16 and Black (K on CMYK) = 0.56.

Color convert

RGB1121794-
CMYK00.850.160.56
HSL311.37º73.64%25.29%-
HSV(B)311.37º84.82%43.92%-
XYZ8.94.6511.02-
YUV54.18150.47169.24-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 50.22%
GREEN value IS 17 (7.03% from 255) = 7.62%
BLUE value IS 94 (37.11% from 255) = 42.15%
R=50.22%
G=7.62%
B=42.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.16
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112179400.850.160.56311.3773.6425.29
Hex70115E05510381374a19
Octal160211360125207046711231
Binary11100001000110111100101010110000111000100110111100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70115E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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