Html Css Color HEX #70156F Palatinate Purple

📋 copy color: '#70156F'

red 112 ◦ green 21 ◦ blue 111

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

Shades of Palatinate Purple #70156F

Tints of Palatinate Purple #70156F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 45.49%

R = 45.9%
G = 8.61%
B = 45.49%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

#70156F (or 0x70156F) is known color: Palatinate Purple. HEX triplet: 70, 15 and 6F. RGB value is (112,21,111). Sum of RGB (Red+Green+Blue) = 112+21+111=244 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.90% from 244); Green value is 21 (8.59% from 255 or 8.61% from 244); Blue value is 111 (43.75% from 255 or 45.49% from 244); Max value from RGB is 112 - color contains mainly: red. Hex color #70156F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70156F is #8FEA90. Grayscale: #3A3A3A. Windows color (decimal): -9431697 or 7279984. OLE color: 7279984.

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

Color convert

RGB 112 21 111 -
CMYK 0 0.81 0.01 0.56
HSL 300.66º 0.68% 0.26% -
HSV(B) 300.66º 0.81% 0.44% -
XYZ 9.82 5.13 15.51 -
YUV 58.47 157.65 166.18 -
System Red Green Blue C M Y K H S L
Decimal 112 21 111 0 0.81 0.01 0.56 300.66 0.68 0.26
Hex 70 15 6F 0 51 1 38 12D 44 1A
Octal 160 25 157 0 121 1 70 455 104 32
Binary 1110000 10101 1101111 0 1010001 1 111000 100101101 1000100 11010

Color Harmonies of #70156F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70156F

Black with #70156F

Text Example


Text Example

White with #70156F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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