Html Css Color HEX #70176D Palatinate Purple

📋 copy color: '#70176D'

red 112 ◦ green 23 ◦ blue 109

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

Shades of Palatinate Purple #70176D

Tints of Palatinate Purple #70176D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.43%

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

R = 45.9%
G = 9.43%
B = 44.67%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.03

 K value IS 0.56

RGB Variations

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

Color information

#70176D (or 0x70176D) is known color: Palatinate Purple. HEX triplet: 70, 17 and 6D. RGB value is (112,23,109). Sum of RGB (Red+Green+Blue) = 112+23+109=244 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.90% from 244); Green value is 23 (9.38% from 255 or 9.43% from 244); Blue value is 109 (42.97% from 255 or 44.67% from 244); Max value from RGB is 112 - color contains mainly: red. Hex color #70176D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70176D is #8FE892. Grayscale: #3B3B3B. Windows color (decimal): -9431187 or 7149424. OLE color: 7149424.

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

Color convert

RGB 112 23 109 -
CMYK 0 0.79 0.03 0.56
HSL 302.02º 0.66% 0.26% -
HSV(B) 302.02º 0.79% 0.44% -
XYZ 9.75 5.16 14.95 -
YUV 59.42 155.99 165.51 -
System Red Green Blue C M Y K H S L
Decimal 112 23 109 0 0.79 0.03 0.56 302.02 0.66 0.26
Hex 70 17 6D 0 4F 3 38 12E 42 1A
Octal 160 27 155 0 117 3 70 456 102 32
Binary 1110000 10111 1101101 0 1001111 11 111000 100101110 1000010 11010

Color Harmonies of #70176D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70176D

Black with #70176D

Text Example


Text Example

White with #70176D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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