#70196C

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

Shades of Palatinate Purple #70196C

Tints of Palatinate Purple #70196C

Color information

#70196C (or 0x70196C) is unknown color: approx Palatinate Purple. HEX triplet: 70, 19 and 6C. RGB value is (112,25,108). Sum of RGB (Red+Green+Blue) = 112+25+108=245 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.71% from 245); Green value is 25 (10.16% from 255 or 10.20% from 245); Blue value is 108 (42.58% from 255 or 44.08% from 245); Max value from RGB is 112 - color contains mainly: red. Hex color #70196C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70196C is #8FE693. Grayscale: #3C3C3C. Windows color (decimal): -9430676 or 7084400. OLE color: 7084400.

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

Color convert

RGB11225108-
CMYK00.780.040.56
HSL302.76º63.5%26.86%-
HSV(B)302.76º77.68%43.92%-
XYZ9.745.2214.68-
YUV60.47154.82164.75-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 45.71%
GREEN value IS 25 (10.16% from 255) = 10.20%
BLUE value IS 108 (42.58% from 255) = 44.08%
R=45.71%
G=10.20%
B=44.08%

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
Decimal1122510800.780.040.56302.7663.526.86
Hex70196C04E43812f401b
Octal16031154011647045710033
Binary111000011001110110001001110100111000100101111100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70196C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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