Html Css Color HEX #70166D Palatinate Purple

📋 copy color: '#70166D'

red 112 ◦ green 22 ◦ blue 109

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

Shades of Palatinate Purple #70166D

Tints of Palatinate Purple #70166D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.05%

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

R = 46.09%
G = 9.05%
B = 44.86%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.03

 K value IS 0.56

RGB Variations

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

Color information

#70166D (or 0x70166D) is known color: Palatinate Purple. HEX triplet: 70, 16 and 6D. RGB value is (112,22,109). Sum of RGB (Red+Green+Blue) = 112+22+109=243 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.09% from 243); Green value is 22 (8.98% from 255 or 9.05% from 243); Blue value is 109 (42.97% from 255 or 44.86% from 243); Max value from RGB is 112 - color contains mainly: red. Hex color #70166D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70166D is #8FE992. Grayscale: #3A3A3A. Windows color (decimal): -9431443 or 7149168. OLE color: 7149168.

HSL color Cylindrical-coordinate representation of color #70166D: hue angle of 302º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #70166D is Cyan = 0, Magento = 0.80, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 22 109 -
CMYK 0 0.80 0.03 0.56
HSL 302º 0.67% 0.26% -
HSV(B) 302º 0.8% 0.44% -
XYZ 9.73 5.12 14.94 -
YUV 58.83 156.32 165.93 -
System Red Green Blue C M Y K H S L
Decimal 112 22 109 0 0.80 0.03 0.56 302 0.67 0.26
Hex 70 16 6D 0 50 3 38 12E 43 1A
Octal 160 26 155 0 120 3 70 456 103 32
Binary 1110000 10110 1101101 0 1010000 11 111000 100101110 1000011 11010

Color Harmonies of #70166D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70166D

Black with #70166D

Text Example


Text Example

White with #70166D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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