Html Css Color HEX #70116D Palatinate Purple

📋 copy color: '#70116D'

red 112 ◦ green 17 ◦ blue 109

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

Shades of Palatinate Purple #70116D

Tints of Palatinate Purple #70116D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.14%

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

R = 47.06%
G = 7.14%
B = 45.8%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.03

 K value IS 0.56

RGB Variations

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

Color information

#70116D (or 0x70116D) is known color: Palatinate Purple. HEX triplet: 70, 11 and 6D. RGB value is (112,17,109). Sum of RGB (Red+Green+Blue) = 112+17+109=238 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.06% from 238); Green value is 17 (7.03% from 255 or 7.14% from 238); Blue value is 109 (42.97% from 255 or 45.80% from 238); Max value from RGB is 112 - color contains mainly: red. Hex color #70116D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70116D is #8FEE92. Grayscale: #373737. Windows color (decimal): -9432723 or 7147888. OLE color: 7147888.

HSL color Cylindrical-coordinate representation of color #70116D: hue angle of 301.89º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #70116D is Cyan = 0, Magento = 0.85, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 17 109 -
CMYK 0 0.85 0.03 0.56
HSL 301.89º 0.74% 0.25% -
HSV(B) 301.89º 0.85% 0.44% -
XYZ 9.64 4.95 14.92 -
YUV 55.89 157.97 168.02 -
System Red Green Blue C M Y K H S L
Decimal 112 17 109 0 0.85 0.03 0.56 301.89 0.74 0.25
Hex 70 11 6D 0 55 3 38 12E 4A 19
Octal 160 21 155 0 125 3 70 456 112 31
Binary 1110000 10001 1101101 0 1010101 11 111000 100101110 1001010 11001

Color Harmonies of #70116D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70116D

Black with #70116D

Text Example


Text Example

White with #70116D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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