Html Css Color HEX #70156E Palatinate Purple

📋 copy color: '#70156E'

red 112 ◦ green 21 ◦ blue 110

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

Shades of Palatinate Purple #70156E

Tints of Palatinate Purple #70156E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.64%

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

R = 46.09%
G = 8.64%
B = 45.27%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.02

 K value IS 0.56

RGB Variations

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

Color information

#70156E (or 0x70156E) is known color: Palatinate Purple. HEX triplet: 70, 15 and 6E. RGB value is (112,21,110). Sum of RGB (Red+Green+Blue) = 112+21+110=243 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.09% from 243); Green value is 21 (8.59% from 255 or 8.64% from 243); Blue value is 110 (43.36% from 255 or 45.27% from 243); Max value from RGB is 112 - color contains mainly: red. Hex color #70156E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70156E is #8FEA91. Grayscale: #3A3A3A. Windows color (decimal): -9431698 or 7214448. OLE color: 7214448.

HSL color Cylindrical-coordinate representation of color #70156E: hue angle of 301.32º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #70156E is Cyan = 0, Magento = 0.81, Yellow = 0.02 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 21 110 -
CMYK 0 0.81 0.02 0.56
HSL 301.32º 0.68% 0.26% -
HSV(B) 301.32º 0.81% 0.44% -
XYZ 9.76 5.11 15.22 -
YUV 58.36 157.15 166.26 -
System Red Green Blue C M Y K H S L
Decimal 112 21 110 0 0.81 0.02 0.56 301.32 0.68 0.26
Hex 70 15 6E 0 51 2 38 12D 44 1A
Octal 160 25 156 0 121 2 70 455 104 32
Binary 1110000 10101 1101110 0 1010001 10 111000 100101101 1000100 11010

Color Harmonies of #70156E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70156E

Black with #70156E

Text Example


Text Example

White with #70156E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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