Html Css Color HEX #70196B Palatinate Purple

📋 copy color: '#70196B'

red 112 ◦ green 25 ◦ blue 107

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

Shades of Palatinate Purple #70196B

Tints of Palatinate Purple #70196B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 43.85%

R = 45.9%
G = 10.25%
B = 43.85%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#70196B (or 0x70196B) is known color: Palatinate Purple. HEX triplet: 70, 19 and 6B. RGB value is (112,25,107). Sum of RGB (Red+Green+Blue) = 112+25+107=244 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.90% from 244); Green value is 25 (10.16% from 255 or 10.25% from 244); Blue value is 107 (42.19% from 255 or 43.85% from 244); Max value from RGB is 112 - color contains mainly: red. Hex color #70196B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70196B is #8FE694. Grayscale: #3C3C3C. Windows color (decimal): -9430677 or 7018864. OLE color: 7018864.

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

Color convert

RGB 112 25 107 -
CMYK 0 0.78 0.04 0.56
HSL 303.45º 0.64% 0.27% -
HSV(B) 303.45º 0.78% 0.44% -
XYZ 9.68 5.2 14.4 -
YUV 60.36 154.32 164.83 -
System Red Green Blue C M Y K H S L
Decimal 112 25 107 0 0.78 0.04 0.56 303.45 0.64 0.27
Hex 70 19 6B 0 4E 4 38 12F 40 1B
Octal 160 31 153 0 116 4 70 457 100 33
Binary 1110000 11001 1101011 0 1001110 100 111000 100101111 1000000 11011

Color Harmonies of #70196B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70196B

Black with #70196B

Text Example


Text Example

White with #70196B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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