Html Css Color HEX #70106D Palatinate Purple

📋 copy color: '#70106D'

red 112 ◦ green 16 ◦ blue 109

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

Shades of Palatinate Purple #70106D

Tints of Palatinate Purple #70106D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.75%

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

R = 47.26%
G = 6.75%
B = 45.99%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.03

 K value IS 0.56

RGB Variations

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

Color information

#70106D (or 0x70106D) is known color: Palatinate Purple. HEX triplet: 70, 10 and 6D. RGB value is (112,16,109). Sum of RGB (Red+Green+Blue) = 112+16+109=237 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.26% from 237); Green value is 16 (6.64% from 255 or 6.75% from 237); Blue value is 109 (42.97% from 255 or 45.99% from 237); Max value from RGB is 112 - color contains mainly: red. Hex color #70106D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70106D is #8FEF92. Grayscale: #373737. Windows color (decimal): -9432979 or 7147632. OLE color: 7147632.

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

Color convert

RGB 112 16 109 -
CMYK 0 0.86 0.03 0.56
HSL 301.88º 0.75% 0.25% -
HSV(B) 301.88º 0.86% 0.44% -
XYZ 9.63 4.92 14.91 -
YUV 55.31 158.3 168.44 -
System Red Green Blue C M Y K H S L
Decimal 112 16 109 0 0.86 0.03 0.56 301.88 0.75 0.25
Hex 70 10 6D 0 56 3 38 12E 4B 19
Octal 160 20 155 0 126 3 70 456 113 31
Binary 1110000 10000 1101101 0 1010110 11 111000 100101110 1001011 11001

Color Harmonies of #70106D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70106D

Black with #70106D

Text Example


Text Example

White with #70106D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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