Html Css Color HEX #70126A Palatinate Purple

📋 copy color: '#70126A'

red 112 ◦ green 18 ◦ blue 106

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

Shades of Palatinate Purple #70126A

Tints of Palatinate Purple #70126A

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.63%

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

R = 47.46%
G = 7.63%
B = 44.92%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.05

 K value IS 0.56

RGB Variations

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

Color information

#70126A (or 0x70126A) is known color: Palatinate Purple. HEX triplet: 70, 12 and 6A. RGB value is (112,18,106). Sum of RGB (Red+Green+Blue) = 112+18+106=236 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.46% from 236); Green value is 18 (7.42% from 255 or 7.63% from 236); Blue value is 106 (41.80% from 255 or 44.92% from 236); Max value from RGB is 112 - color contains mainly: red. Hex color #70126A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70126A is #8FED95. Grayscale: #373737. Windows color (decimal): -9432470 or 6951536. OLE color: 6951536.

HSL color Cylindrical-coordinate representation of color #70126A: hue angle of 303.83º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #70126A is Cyan = 0, Magento = 0.84, Yellow = 0.05 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 18 106 -
CMYK 0 0.84 0.05 0.56
HSL 303.83º 0.72% 0.25% -
HSV(B) 303.83º 0.84% 0.44% -
XYZ 9.5 4.92 14.08 -
YUV 56.14 156.14 167.84 -
System Red Green Blue C M Y K H S L
Decimal 112 18 106 0 0.84 0.05 0.56 303.83 0.72 0.25
Hex 70 12 6A 0 54 5 38 130 48 19
Octal 160 22 152 0 124 5 70 460 110 31
Binary 1110000 10010 1101010 0 1010100 101 111000 100110000 1001000 11001

Color Harmonies of #70126A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70126A

Black with #70126A

Text Example


Text Example

White with #70126A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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