#701558

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

Shades of Palatinate Purple #701558

Tints of Palatinate Purple #701558

Color information

#701558 (or 0x701558) is unknown color: approx Palatinate Purple. HEX triplet: 70, 15 and 58. RGB value is (112,21,88). Sum of RGB (Red+Green+Blue) = 112+21+88=221 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.68% from 221); Green value is 21 (8.59% from 255 or 9.50% from 221); Blue value is 88 (34.77% from 255 or 39.82% from 221); Max value from RGB is 112 - color contains mainly: red. Hex color #701558 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701558 is #8FEAA7. Grayscale: #373737. Windows color (decimal): -9431720 or 5772656. OLE color: 5772656.

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

Color convert

RGB1122188-
CMYK00.810.210.56
HSL315.82º68.42%26.08%-
HSV(B)315.82º81.25%43.92%-
XYZ8.714.699.68-
YUV55.85146.15168.05-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 50.68%
GREEN value IS 21 (8.59% from 255) = 9.50%
BLUE value IS 88 (34.77% from 255) = 39.82%
R=50.68%
G=9.50%
B=39.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.21
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112218800.810.210.56315.8268.4226.08
Hex701558051153813c441a
Octal160251300121257047410432
Binary11100001010110110000101000110101111000100111100100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701558; }

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

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

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

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

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

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

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

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