#70196A

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

Shades of Palatinate Purple #70196A

Tints of Palatinate Purple #70196A

Color information

#70196A (or 0x70196A) is unknown color: approx Palatinate Purple. HEX triplet: 70, 19 and 6A. RGB value is (112,25,106). Sum of RGB (Red+Green+Blue) = 112+25+106=243 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.09% from 243); Green value is 25 (10.16% from 255 or 10.29% from 243); Blue value is 106 (41.80% from 255 or 43.62% from 243); Max value from RGB is 112 - color contains mainly: red. Hex color #70196A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70196A is #8FE695. Grayscale: #3C3C3C. Windows color (decimal): -9430678 or 6953328. OLE color: 6953328.

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

Color convert

RGB11225106-
CMYK00.780.050.56
HSL304.14º63.5%26.86%-
HSV(B)304.14º77.68%43.92%-
XYZ9.635.1814.13-
YUV60.25153.82164.91-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 46.09%
GREEN value IS 25 (10.16% from 255) = 10.29%
BLUE value IS 106 (41.80% from 255) = 43.62%
R=46.09%
G=10.29%
B=43.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.05
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1122510600.780.050.56304.1463.526.86
Hex70196A04E538130401b
Octal16031152011657046010033
Binary111000011001110101001001110101111000100110000100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70196A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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