#70196B

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

Shades of Palatinate Purple #70196B

Tints of Palatinate Purple #70196B

Color information

#70196B (or 0x70196B) is unknown color: approx Palatinate Purple. HEX triplet: 70, 19 and 6B. RGB value is (112,25,107). Sum of RGB (Red+Green+Blue) = 112+25+107=244 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.90% from 244); Green value is 25 (10.16% from 255 or 10.25% from 244); Blue value is 107 (42.19% from 255 or 43.85% from 244); Max value from RGB is 112 - color contains mainly: red. Hex color #70196B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70196B is #8FE694. Grayscale: #3C3C3C. Windows color (decimal): -9430677 or 7018864. OLE color: 7018864.

HSL color Cylindrical-coordinate representation of color #70196B: hue angle of 303.45º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #70196B is Cyan = 0, Magento = 0.78, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB11225107-
CMYK00.780.040.56
HSL303.45º63.5%26.86%-
HSV(B)303.45º77.68%43.92%-
XYZ9.685.214.4-
YUV60.36154.32164.83-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 45.90%
GREEN value IS 25 (10.16% from 255) = 10.25%
BLUE value IS 107 (42.19% from 255) = 43.85%
R=45.90%
G=10.25%
B=43.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1122510700.780.040.56303.4563.526.86
Hex70196B04E43812f401b
Octal16031153011647045710033
Binary111000011001110101101001110100111000100101111100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70196B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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