Html Css Color HEX #70106A Palatinate Purple

📋 copy color: '#70106A'

red 112 ◦ green 16 ◦ blue 106

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

Shades of Palatinate Purple #70106A

Tints of Palatinate Purple #70106A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 45.3%

R = 47.86%
G = 6.84%
B = 45.3%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.05

 K value IS 0.56

RGB Variations

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

Color information

#70106A (or 0x70106A) is known color: Palatinate Purple. HEX triplet: 70, 10 and 6A. RGB value is (112,16,106). Sum of RGB (Red+Green+Blue) = 112+16+106=234 (30% of max value = 765). Red value is 112 (44.14% from 255 or 47.86% from 234); Green value is 16 (6.64% from 255 or 6.84% from 234); Blue value is 106 (41.80% from 255 or 45.30% from 234); Max value from RGB is 112 - color contains mainly: red. Hex color #70106A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70106A is #8FEF95. Grayscale: #363636. Windows color (decimal): -9432982 or 6951024. OLE color: 6951024.

HSL color Cylindrical-coordinate representation of color #70106A: hue angle of 303.75º 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 #70106A is Cyan = 0, Magento = 0.86, Yellow = 0.05 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 16 106 -
CMYK 0 0.86 0.05 0.56
HSL 303.75º 0.75% 0.25% -
HSV(B) 303.75º 0.86% 0.44% -
XYZ 9.47 4.86 14.07 -
YUV 54.96 156.8 168.68 -
System Red Green Blue C M Y K H S L
Decimal 112 16 106 0 0.86 0.05 0.56 303.75 0.75 0.25
Hex 70 10 6A 0 56 5 38 130 4B 19
Octal 160 20 152 0 126 5 70 460 113 31
Binary 1110000 10000 1101010 0 1010110 101 111000 100110000 1001011 11001

Color Harmonies of #70106A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70106A

Black with #70106A

Text Example


Text Example

White with #70106A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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