Html Css Color HEX #70196F Palatinate Purple

📋 copy color: '#70196F'

red 112 ◦ green 25 ◦ blue 111

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

Shades of Palatinate Purple #70196F

Tints of Palatinate Purple #70196F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 44.76%

R = 45.16%
G = 10.08%
B = 44.76%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

#70196F (or 0x70196F) is known color: Palatinate Purple. HEX triplet: 70, 19 and 6F. RGB value is (112,25,111). Sum of RGB (Red+Green+Blue) = 112+25+111=248 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.16% from 248); Green value is 25 (10.16% from 255 or 10.08% from 248); Blue value is 111 (43.75% from 255 or 44.76% from 248); Max value from RGB is 112 - color contains mainly: red. Hex color #70196F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70196F is #8FE690. Grayscale: #3C3C3C. Windows color (decimal): -9430673 or 7281008. OLE color: 7281008.

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

Color convert

RGB 112 25 111 -
CMYK 0 0.78 0.01 0.56
HSL 300.69º 0.64% 0.27% -
HSV(B) 300.69º 0.78% 0.44% -
XYZ 9.9 5.29 15.54 -
YUV 60.82 156.32 164.51 -
System Red Green Blue C M Y K H S L
Decimal 112 25 111 0 0.78 0.01 0.56 300.69 0.64 0.27
Hex 70 19 6F 0 4E 1 38 12D 40 1B
Octal 160 31 157 0 116 1 70 455 100 33
Binary 1110000 11001 1101111 0 1001110 1 111000 100101101 1000000 11011

Color Harmonies of #70196F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70196F

Black with #70196F

Text Example


Text Example

White with #70196F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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