Html Css Color HEX #70106B Palatinate Purple

📋 copy color: '#70106B'

red 112 ◦ green 16 ◦ blue 107

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

Shades of Palatinate Purple #70106B

Tints of Palatinate Purple #70106B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 45.53%

R = 47.66%
G = 6.81%
B = 45.53%

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

#70106B (or 0x70106B) is known color: Palatinate Purple. HEX triplet: 70, 10 and 6B. RGB value is (112,16,107). Sum of RGB (Red+Green+Blue) = 112+16+107=235 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.66% from 235); Green value is 16 (6.64% from 255 or 6.81% from 235); Blue value is 107 (42.19% from 255 or 45.53% from 235); Max value from RGB is 112 - color contains mainly: red. Hex color #70106B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70106B is #8FEF94. Grayscale: #363636. Windows color (decimal): -9432981 or 7016560. OLE color: 7016560.

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

Color convert

RGB 112 16 107 -
CMYK 0 0.86 0.04 0.56
HSL 303.13º 0.75% 0.25% -
HSV(B) 303.13º 0.86% 0.44% -
XYZ 9.52 4.88 14.35 -
YUV 55.08 157.3 168.6 -
System Red Green Blue C M Y K H S L
Decimal 112 16 107 0 0.86 0.04 0.56 303.13 0.75 0.25
Hex 70 10 6B 0 56 4 38 12F 4B 19
Octal 160 20 153 0 126 4 70 457 113 31
Binary 1110000 10000 1101011 0 1010110 100 111000 100101111 1001011 11001

Color Harmonies of #70106B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70106B

Black with #70106B

Text Example


Text Example

White with #70106B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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