#70126B

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

Shades of Palatinate Purple #70126B

Tints of Palatinate Purple #70126B

Color information

#70126B (or 0x70126B) is unknown color: approx Palatinate Purple. HEX triplet: 70, 12 and 6B. RGB value is (112,18,107). Sum of RGB (Red+Green+Blue) = 112+18+107=237 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.26% from 237); Green value is 18 (7.42% from 255 or 7.59% from 237); Blue value is 107 (42.19% from 255 or 45.15% from 237); Max value from RGB is 112 - color contains mainly: red. Hex color #70126B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70126B is #8FED94. Grayscale: #373737. Windows color (decimal): -9432469 or 7017072. OLE color: 7017072.

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

Color convert

RGB11218107-
CMYK00.840.040.56
HSL303.19º72.31%25.49%-
HSV(B)303.19º83.93%43.92%-
XYZ9.554.9414.36-
YUV56.25156.64167.76-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 47.26%
GREEN value IS 18 (7.42% from 255) = 7.59%
BLUE value IS 107 (42.19% from 255) = 45.15%
R=47.26%
G=7.59%
B=45.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121810700.840.040.56303.1972.3125.49
Hex70126B05443812f4819
Octal16022153012447045711031
Binary111000010010110101101010100100111000100101111100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70126B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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