#701259

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

Shades of Palatinate Purple #701259

Tints of Palatinate Purple #701259

Color information

#701259 (or 0x701259) is unknown color: approx Palatinate Purple. HEX triplet: 70, 12 and 59. RGB value is (112,18,89). Sum of RGB (Red+Green+Blue) = 112+18+89=219 (29% of max value = 765). Red value is 112 (44.14% from 255 or 51.14% from 219); Green value is 18 (7.42% from 255 or 8.22% from 219); Blue value is 89 (35.16% from 255 or 40.64% from 219); Max value from RGB is 112 - color contains mainly: red. Hex color #701259 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701259 is #8FEDA6. Grayscale: #363636. Windows color (decimal): -9432487 or 5837424. OLE color: 5837424.

HSL color Cylindrical-coordinate representation of color #701259: hue angle of 314.68º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #701259 is Cyan = 0, Magento = 0.84, Yellow = 0.21 and Black (K on CMYK) = 0.56.

Color convert

RGB1121889-
CMYK00.840.210.56
HSL314.68º72.31%25.49%-
HSV(B)314.68º83.93%43.92%-
XYZ8.74.69.88-
YUV54.2147.64169.23-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 51.14%
GREEN value IS 18 (7.42% from 255) = 8.22%
BLUE value IS 89 (35.16% from 255) = 40.64%
R=51.14%
G=8.22%
B=40.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.21
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112188900.840.210.56314.6872.3125.49
Hex701259054153813b4819
Octal160221310124257047311031
Binary11100001001010110010101010010101111000100111011100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701259; }

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

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

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

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

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

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

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

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