#701957

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

Shades of Palatinate Purple #701957

Tints of Palatinate Purple #701957

Color information

#701957 (or 0x701957) is unknown color: approx Palatinate Purple. HEX triplet: 70, 19 and 57. RGB value is (112,25,87). Sum of RGB (Red+Green+Blue) = 112+25+87=224 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50% from 224); Green value is 25 (10.16% from 255 or 11.16% from 224); Blue value is 87 (34.38% from 255 or 38.84% from 224); Max value from RGB is 112 - color contains mainly: red. Hex color #701957 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701957 is #8FE6A8. Grayscale: #393939. Windows color (decimal): -9430697 or 5708144. OLE color: 5708144.

HSL color Cylindrical-coordinate representation of color #701957: hue angle of 317.24º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #701957 is Cyan = 0, Magento = 0.78, Yellow = 0.22 and Black (K on CMYK) = 0.56.

Color convert

RGB1122587-
CMYK00.780.220.56
HSL317.24º63.5%26.86%-
HSV(B)317.24º77.68%43.92%-
XYZ8.754.839.49-
YUV58.08144.32166.46-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 50%
GREEN value IS 25 (10.16% from 255) = 11.16%
BLUE value IS 87 (34.38% from 255) = 38.84%
R=50%
G=11.16%
B=38.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.22
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112258700.780.220.56317.2463.526.86
Hex70195704E163813d401b
Octal160311270116267047510033
Binary11100001100110101110100111010110111000100111101100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701957; }

 p { color: rgb(112,25,87); }

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

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

 a { background-color: rgb(112,25,87); }

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

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

 span { border-color: rgb(112,25,87); }

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