#70126D

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

Shades of Palatinate Purple #70126D

Tints of Palatinate Purple #70126D

Color information

#70126D (or 0x70126D) is unknown color: approx Palatinate Purple. HEX triplet: 70, 12 and 6D. RGB value is (112,18,109). Sum of RGB (Red+Green+Blue) = 112+18+109=239 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.86% from 239); Green value is 18 (7.42% from 255 or 7.53% from 239); Blue value is 109 (42.97% from 255 or 45.61% from 239); Max value from RGB is 112 - color contains mainly: red. Hex color #70126D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70126D is #8FED92. Grayscale: #383838. Windows color (decimal): -9432467 or 7148144. OLE color: 7148144.

HSL color Cylindrical-coordinate representation of color #70126D: hue angle of 301.91º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #70126D is Cyan = 0, Magento = 0.84, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB11218109-
CMYK00.840.030.56
HSL301.91º72.31%25.49%-
HSV(B)301.91º83.93%43.92%-
XYZ9.664.9814.92-
YUV56.48157.64167.6-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 46.86%
GREEN value IS 18 (7.42% from 255) = 7.53%
BLUE value IS 109 (42.97% from 255) = 45.61%
R=46.86%
G=7.53%
B=45.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.03
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121810900.840.030.56301.9172.3125.49
Hex70126D05433812e4819
Octal16022155012437045611031
Binary11100001001011011010101010011111000100101110100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70126D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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