#701156

Color #701156 Palatinate Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Palatinate Purple #701156

Tints of Palatinate Purple #701156

Color information

#701156 (or 0x701156) is unknown color: approx Palatinate Purple. HEX triplet: 70, 11 and 56. RGB value is (112,17,86). Sum of RGB (Red+Green+Blue) = 112+17+86=215 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.09% from 215); Green value is 17 (7.03% from 255 or 7.91% from 215); Blue value is 86 (33.98% from 255 or 40% from 215); Max value from RGB is 112 - color contains mainly: red. Hex color #701156 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701156 is #8FEEA9. Grayscale: #353535. Windows color (decimal): -9432746 or 5640560. OLE color: 5640560.

HSL color Cylindrical-coordinate representation of color #701156: hue angle of 316.42º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #701156 is Cyan = 0, Magento = 0.85, Yellow = 0.23 and Black (K on CMYK) = 0.56.

Color convert

RGB1121786-
CMYK00.850.230.56
HSL316.42º73.64%25.29%-
HSV(B)316.42º84.82%43.92%-
XYZ8.564.529.22-
YUV53.27146.47169.89-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 52.09%
GREEN value IS 17 (7.03% from 255) = 7.91%
BLUE value IS 86 (33.98% from 255) = 40%
R=52.09%
G=7.91%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.23
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112178600.850.230.56316.4273.6425.29
Hex701156055173813c4a19
Octal160211260125277047411231
Binary11100001000110101100101010110111111000100111100100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701156; }

 p { color: rgb(112,17,86); }

 H1.HeaderClassName
 {
   color: #701156;
 }
 .AnyTagClassName
 {
   color: #701156;
 }
</style>
background-color css

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

 a { background-color: rgb(112,17,86); }

 div.DivClassName
 {
   background-color: #701156;
 }
 .BgClassName
 {
   background-color: #701156;
 }
</style>
border-color css

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

 span { border-color: rgb(112,17,86); }

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