#70156D

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

Shades of Palatinate Purple #70156D

Tints of Palatinate Purple #70156D

Color information

#70156D (or 0x70156D) is unknown color: approx Palatinate Purple. HEX triplet: 70, 15 and 6D. RGB value is (112,21,109). Sum of RGB (Red+Green+Blue) = 112+21+109=242 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.28% from 242); Green value is 21 (8.59% from 255 or 8.68% from 242); Blue value is 109 (42.97% from 255 or 45.04% from 242); Max value from RGB is 112 - color contains mainly: red. Hex color #70156D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70156D is #8FEA92. Grayscale: #393939. Windows color (decimal): -9431699 or 7148912. OLE color: 7148912.

HSL color Cylindrical-coordinate representation of color #70156D: hue angle of 301.98º 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 #70156D is Cyan = 0, Magento = 0.81, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB11221109-
CMYK00.810.030.56
HSL301.98º68.42%26.08%-
HSV(B)301.98º81.25%43.92%-
XYZ9.715.0914.94-
YUV58.24156.65166.34-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 46.28%
GREEN value IS 21 (8.59% from 255) = 8.68%
BLUE value IS 109 (42.97% from 255) = 45.04%
R=46.28%
G=8.68%
B=45.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.03
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1122110900.810.030.56301.9868.4226.08
Hex70156D05133812e441a
Octal16025155012137045610432
Binary11100001010111011010101000111111000100101110100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70156D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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