#701756

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

Shades of Palatinate Purple #701756

Tints of Palatinate Purple #701756

Color information

#701756 (or 0x701756) is unknown color: approx Palatinate Purple. HEX triplet: 70, 17 and 56. RGB value is (112,23,86). Sum of RGB (Red+Green+Blue) = 112+23+86=221 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.68% from 221); Green value is 23 (9.38% from 255 or 10.41% from 221); Blue value is 86 (33.98% from 255 or 38.91% from 221); Max value from RGB is 112 - color contains mainly: red. Hex color #701756 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701756 is #8FE8A9. Grayscale: #383838. Windows color (decimal): -9431210 or 5642096. OLE color: 5642096.

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

Color convert

RGB1122386-
CMYK00.790.230.56
HSL317.53º65.93%26.47%-
HSV(B)317.53º79.46%43.92%-
XYZ8.674.739.26-
YUV56.79144.49167.38-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 50.68%
GREEN value IS 23 (9.38% from 255) = 10.41%
BLUE value IS 86 (33.98% from 255) = 38.91%
R=50.68%
G=10.41%
B=38.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.23
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112238600.790.230.56317.5365.9326.47
Hex70175604F173813e421a
Octal160271260117277047610232
Binary11100001011110101100100111110111111000100111110100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701756; }

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

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

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

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

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

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

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

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