Html Css Color HEX #70106C Palatinate Purple

📋 copy color: '#70106C'

red 112 ◦ green 16 ◦ blue 108

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

Shades of Palatinate Purple #70106C

Tints of Palatinate Purple #70106C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 45.76%

R = 47.46%
G = 6.78%
B = 45.76%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#70106C (or 0x70106C) is known color: Palatinate Purple. HEX triplet: 70, 10 and 6C. RGB value is (112,16,108). Sum of RGB (Red+Green+Blue) = 112+16+108=236 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.46% from 236); Green value is 16 (6.64% from 255 or 6.78% from 236); Blue value is 108 (42.58% from 255 or 45.76% from 236); Max value from RGB is 112 - color contains mainly: red. Hex color #70106C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70106C is #8FEF93. Grayscale: #363636. Windows color (decimal): -9432980 or 7082096. OLE color: 7082096.

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

Color convert

RGB 112 16 108 -
CMYK 0 0.86 0.04 0.56
HSL 302.5º 0.75% 0.25% -
HSV(B) 302.5º 0.86% 0.44% -
XYZ 9.57 4.9 14.63 -
YUV 55.19 157.8 168.52 -
System Red Green Blue C M Y K H S L
Decimal 112 16 108 0 0.86 0.04 0.56 302.5 0.75 0.25
Hex 70 10 6C 0 56 4 38 12E 4B 19
Octal 160 20 154 0 126 4 70 456 113 31
Binary 1110000 10000 1101100 0 1010110 100 111000 100101110 1001011 11001

Color Harmonies of #70106C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70106C

Black with #70106C

Text Example


Text Example

White with #70106C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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