Html Css Color HEX #70196D Palatinate Purple

📋 copy color: '#70196D'

red 112 ◦ green 25 ◦ blue 109

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

Shades of Palatinate Purple #70196D

Tints of Palatinate Purple #70196D

RGB

 RED value IS 112 (44.14% from 255) = 45.53%

 GREEN value IS 25 (10.16% from 255) = 10.16%

 BLUE value IS 109 (42.97% from 255) = 44.31%

R = 45.53%
G = 10.16%
B = 44.31%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.03

 K value IS 0.56

RGB Variations

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

Color information

#70196D (or 0x70196D) is known color: Palatinate Purple. HEX triplet: 70, 19 and 6D. RGB value is (112,25,109). Sum of RGB (Red+Green+Blue) = 112+25+109=246 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.53% from 246); Green value is 25 (10.16% from 255 or 10.16% from 246); Blue value is 109 (42.97% from 255 or 44.31% from 246); Max value from RGB is 112 - color contains mainly: red. Hex color #70196D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70196D is #8FE692. Grayscale: #3C3C3C. Windows color (decimal): -9430675 or 7149936. OLE color: 7149936.

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

Color convert

RGB 112 25 109 -
CMYK 0 0.78 0.03 0.56
HSL 302.07º 0.64% 0.27% -
HSV(B) 302.07º 0.78% 0.44% -
XYZ 9.79 5.24 14.96 -
YUV 60.59 155.32 164.67 -
System Red Green Blue C M Y K H S L
Decimal 112 25 109 0 0.78 0.03 0.56 302.07 0.64 0.27
Hex 70 19 6D 0 4E 3 38 12E 40 1B
Octal 160 31 155 0 116 3 70 456 100 33
Binary 1110000 11001 1101101 0 1001110 11 111000 100101110 1000000 11011

Color Harmonies of #70196D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70196D

Black with #70196D

Text Example


Text Example

White with #70196D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #70196D;
 }
 .AnyTagClassName
 {
   color: #70196D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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