Html Css Color HEX #70196A Palatinate Purple

📋 copy color: '#70196A'

red 112 ◦ green 25 ◦ blue 106

#70196A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Palatinate Purple #70196A

Tints of Palatinate Purple #70196A

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.8% from 255) = 43.62%

R = 46.09%
G = 10.29%
B = 43.62%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.05

 K value IS 0.56

RGB Variations

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

Color information

#70196A (or 0x70196A) is known color: 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

RGB 112 25 106 -
CMYK 0 0.78 0.05 0.56
HSL 304.14º 0.64% 0.27% -
HSV(B) 304.14º 0.78% 0.44% -
XYZ 9.63 5.18 14.13 -
YUV 60.25 153.82 164.91 -
System Red Green Blue C M Y K H S L
Decimal 112 25 106 0 0.78 0.05 0.56 304.14 0.64 0.27
Hex 70 19 6A 0 4E 5 38 130 40 1B
Octal 160 31 152 0 116 5 70 460 100 33
Binary 1110000 11001 1101010 0 1001110 101 111000 100110000 1000000 11011

Color Harmonies of #70196A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70196A

Black with #70196A

Text Example


Text Example

White with #70196A

Text Example


Text Example

HTML Codes & Css Web 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>