#701557

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

Shades of Palatinate Purple #701557

Tints of Palatinate Purple #701557

Color information

#701557 (or 0x701557) is unknown color: approx Palatinate Purple. HEX triplet: 70, 15 and 57. RGB value is (112,21,87). Sum of RGB (Red+Green+Blue) = 112+21+87=220 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.91% from 220); Green value is 21 (8.59% from 255 or 9.55% from 220); Blue value is 87 (34.38% from 255 or 39.55% from 220); Max value from RGB is 112 - color contains mainly: red. Hex color #701557 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701557 is #8FEAA8. Grayscale: #373737. Windows color (decimal): -9431721 or 5707120. OLE color: 5707120.

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

Color convert

RGB1122187-
CMYK00.810.220.56
HSL316.48º68.42%26.08%-
HSV(B)316.48º81.25%43.92%-
XYZ8.674.679.46-
YUV55.73145.65168.13-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 50.91%
GREEN value IS 21 (8.59% from 255) = 9.55%
BLUE value IS 87 (34.38% from 255) = 39.55%
R=50.91%
G=9.55%
B=39.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.22
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112218700.810.220.56316.4868.4226.08
Hex701557051163813c441a
Octal160251270121267047410432
Binary11100001010110101110101000110110111000100111100100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701557; }

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

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

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

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

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

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

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

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