#70126A

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

Shades of Palatinate Purple #70126A

Tints of Palatinate Purple #70126A

Color information

#70126A (or 0x70126A) is unknown color: approx Palatinate Purple. HEX triplet: 70, 12 and 6A. RGB value is (112,18,106). Sum of RGB (Red+Green+Blue) = 112+18+106=236 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.46% from 236); Green value is 18 (7.42% from 255 or 7.63% from 236); Blue value is 106 (41.80% from 255 or 44.92% from 236); Max value from RGB is 112 - color contains mainly: red. Hex color #70126A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70126A is #8FED95. Grayscale: #373737. Windows color (decimal): -9432470 or 6951536. OLE color: 6951536.

HSL color Cylindrical-coordinate representation of color #70126A: hue angle of 303.83º 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 #70126A is Cyan = 0, Magento = 0.84, Yellow = 0.05 and Black (K on CMYK) = 0.56.

Color convert

RGB11218106-
CMYK00.840.050.56
HSL303.83º72.31%25.49%-
HSV(B)303.83º83.93%43.92%-
XYZ9.54.9214.08-
YUV56.14156.14167.84-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 47.46%
GREEN value IS 18 (7.42% from 255) = 7.63%
BLUE value IS 106 (41.80% from 255) = 44.92%
R=47.46%
G=7.63%
B=44.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.05
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121810600.840.050.56303.8372.3125.49
Hex70126A0545381304819
Octal16022152012457046011031
Binary111000010010110101001010100101111000100110000100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70126A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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