Html Css Color HEX #70126E Palatinate Purple

📋 copy color: '#70126E'

red 112 ◦ green 18 ◦ blue 110

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

Shades of Palatinate Purple #70126E

Tints of Palatinate Purple #70126E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 45.83%

R = 46.67%
G = 7.5%
B = 45.83%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.02

 K value IS 0.56

RGB Variations

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

Color information

#70126E (or 0x70126E) is known color: Palatinate Purple. HEX triplet: 70, 12 and 6E. RGB value is (112,18,110). Sum of RGB (Red+Green+Blue) = 112+18+110=240 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.67% from 240); Green value is 18 (7.42% from 255 or 7.5% from 240); Blue value is 110 (43.36% from 255 or 45.83% from 240); Max value from RGB is 112 - color contains mainly: red. Hex color #70126E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70126E is #8FED91. Grayscale: #383838. Windows color (decimal): -9432466 or 7213680. OLE color: 7213680.

HSL color Cylindrical-coordinate representation of color #70126E: hue angle of 301.28º 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 #70126E is Cyan = 0, Magento = 0.84, Yellow = 0.02 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 18 110 -
CMYK 0 0.84 0.02 0.56
HSL 301.28º 0.72% 0.25% -
HSV(B) 301.28º 0.84% 0.44% -
XYZ 9.71 5 15.21 -
YUV 56.59 158.14 167.52 -
System Red Green Blue C M Y K H S L
Decimal 112 18 110 0 0.84 0.02 0.56 301.28 0.72 0.25
Hex 70 12 6E 0 54 2 38 12D 48 19
Octal 160 22 156 0 124 2 70 455 110 31
Binary 1110000 10010 1101110 0 1010100 10 111000 100101101 1001000 11001

Color Harmonies of #70126E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70126E

Black with #70126E

Text Example


Text Example

White with #70126E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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