#70156E

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

Shades of Palatinate Purple #70156E

Tints of Palatinate Purple #70156E

Color information

#70156E (or 0x70156E) is unknown color: approx Palatinate Purple. HEX triplet: 70, 15 and 6E. RGB value is (112,21,110). Sum of RGB (Red+Green+Blue) = 112+21+110=243 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.09% from 243); Green value is 21 (8.59% from 255 or 8.64% from 243); Blue value is 110 (43.36% from 255 or 45.27% from 243); Max value from RGB is 112 - color contains mainly: red. Hex color #70156E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70156E is #8FEA91. Grayscale: #3A3A3A. Windows color (decimal): -9431698 or 7214448. OLE color: 7214448.

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

Color convert

RGB11221110-
CMYK00.810.020.56
HSL301.32º68.42%26.08%-
HSV(B)301.32º81.25%43.92%-
XYZ9.765.1115.22-
YUV58.36157.15166.26-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 46.09%
GREEN value IS 21 (8.59% from 255) = 8.64%
BLUE value IS 110 (43.36% from 255) = 45.27%
R=46.09%
G=8.64%
B=45.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.02
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1122111000.810.020.56301.3268.4226.08
Hex70156E05123812d441a
Octal16025156012127045510432
Binary11100001010111011100101000110111000100101101100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70156E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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