Html Css Color HEX #70196C Palatinate Purple

📋 copy color: '#70196C'

red 112 ◦ green 25 ◦ blue 108

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

Shades of Palatinate Purple #70196C

Tints of Palatinate Purple #70196C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 44.08%

R = 45.71%
G = 10.2%
B = 44.08%

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

#70196C (or 0x70196C) is known color: Palatinate Purple. HEX triplet: 70, 19 and 6C. RGB value is (112,25,108). Sum of RGB (Red+Green+Blue) = 112+25+108=245 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.71% from 245); Green value is 25 (10.16% from 255 or 10.20% from 245); Blue value is 108 (42.58% from 255 or 44.08% from 245); Max value from RGB is 112 - color contains mainly: red. Hex color #70196C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70196C is #8FE693. Grayscale: #3C3C3C. Windows color (decimal): -9430676 or 7084400. OLE color: 7084400.

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

Color convert

RGB 112 25 108 -
CMYK 0 0.78 0.04 0.56
HSL 302.76º 0.64% 0.27% -
HSV(B) 302.76º 0.78% 0.44% -
XYZ 9.74 5.22 14.68 -
YUV 60.48 154.82 164.75 -
System Red Green Blue C M Y K H S L
Decimal 112 25 108 0 0.78 0.04 0.56 302.76 0.64 0.27
Hex 70 19 6C 0 4E 4 38 12F 40 1B
Octal 160 31 154 0 116 4 70 457 100 33
Binary 1110000 11001 1101100 0 1001110 100 111000 100101111 1000000 11011

Color Harmonies of #70196C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70196C

Black with #70196C

Text Example


Text Example

White with #70196C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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