Html Css Color HEX #70156D Palatinate Purple

📋 copy color: '#70156D'

red 112 ◦ green 21 ◦ blue 109

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

Shades of Palatinate Purple #70156D

Tints of Palatinate Purple #70156D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 45.04%

R = 46.28%
G = 8.68%
B = 45.04%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.03

 K value IS 0.56

RGB Variations

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

Color information

#70156D (or 0x70156D) is known color: Palatinate Purple. HEX triplet: 70, 15 and 6D. RGB value is (112,21,109). Sum of RGB (Red+Green+Blue) = 112+21+109=242 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.28% from 242); Green value is 21 (8.59% from 255 or 8.68% from 242); Blue value is 109 (42.97% from 255 or 45.04% from 242); Max value from RGB is 112 - color contains mainly: red. Hex color #70156D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70156D is #8FEA92. Grayscale: #393939. Windows color (decimal): -9431699 or 7148912. OLE color: 7148912.

HSL color Cylindrical-coordinate representation of color #70156D: hue angle of 301.98º 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 #70156D is Cyan = 0, Magento = 0.81, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 21 109 -
CMYK 0 0.81 0.03 0.56
HSL 301.98º 0.68% 0.26% -
HSV(B) 301.98º 0.81% 0.44% -
XYZ 9.71 5.09 14.94 -
YUV 58.24 156.65 166.34 -
System Red Green Blue C M Y K H S L
Decimal 112 21 109 0 0.81 0.03 0.56 301.98 0.68 0.26
Hex 70 15 6D 0 51 3 38 12E 44 1A
Octal 160 25 155 0 121 3 70 456 104 32
Binary 1110000 10101 1101101 0 1010001 11 111000 100101110 1000100 11010

Color Harmonies of #70156D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70156D

Black with #70156D

Text Example


Text Example

White with #70156D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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