Html Css Color HEX #70126C Palatinate Purple

📋 copy color: '#70126C'

red 112 ◦ green 18 ◦ blue 108

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

Shades of Palatinate Purple #70126C

Tints of Palatinate Purple #70126C

RGB

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

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

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

R = 47.06%
G = 7.56%
B = 45.38%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#70126C (or 0x70126C) is known color: Palatinate Purple. HEX triplet: 70, 12 and 6C. RGB value is (112,18,108). Sum of RGB (Red+Green+Blue) = 112+18+108=238 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.06% from 238); Green value is 18 (7.42% from 255 or 7.56% from 238); Blue value is 108 (42.58% from 255 or 45.38% from 238); Max value from RGB is 112 - color contains mainly: red. Hex color #70126C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70126C is #8FED93. Grayscale: #383838. Windows color (decimal): -9432468 or 7082608. OLE color: 7082608.

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

Color convert

RGB 112 18 108 -
CMYK 0 0.84 0.04 0.56
HSL 302.55º 0.72% 0.25% -
HSV(B) 302.55º 0.84% 0.44% -
XYZ 9.61 4.96 14.64 -
YUV 56.37 157.14 167.68 -
System Red Green Blue C M Y K H S L
Decimal 112 18 108 0 0.84 0.04 0.56 302.55 0.72 0.25
Hex 70 12 6C 0 54 4 38 12F 48 19
Octal 160 22 154 0 124 4 70 457 110 31
Binary 1110000 10010 1101100 0 1010100 100 111000 100101111 1001000 11001

Color Harmonies of #70126C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70126C

Black with #70126C

Text Example


Text Example

White with #70126C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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