#701959

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

Shades of Palatinate Purple #701959

Tints of Palatinate Purple #701959

Color information

#701959 (or 0x701959) is unknown color: approx Palatinate Purple. HEX triplet: 70, 19 and 59. RGB value is (112,25,89). Sum of RGB (Red+Green+Blue) = 112+25+89=226 (29% of max value = 765). Red value is 112 (44.14% from 255 or 49.56% from 226); Green value is 25 (10.16% from 255 or 11.06% from 226); Blue value is 89 (35.16% from 255 or 39.38% from 226); Max value from RGB is 112 - color contains mainly: red. Hex color #701959 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701959 is #8FE6A6. Grayscale: #3A3A3A. Windows color (decimal): -9430695 or 5839216. OLE color: 5839216.

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

Color convert

RGB1122589-
CMYK00.780.210.56
HSL315.86º63.5%26.86%-
HSV(B)315.86º77.68%43.92%-
XYZ8.834.869.92-
YUV58.31145.32166.3-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 49.56%
GREEN value IS 25 (10.16% from 255) = 11.06%
BLUE value IS 89 (35.16% from 255) = 39.38%
R=49.56%
G=11.06%
B=39.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.21
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112258900.780.210.56315.8663.526.86
Hex70195904E153813c401b
Octal160311310116257047410033
Binary11100001100110110010100111010101111000100111100100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701959; }

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

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

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

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

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

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

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

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