#700D59

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

Shades of Palatinate Purple #700D59

Tints of Palatinate Purple #700D59

Color information

#700D59 (or 0x700D59) is unknown color: approx Palatinate Purple. HEX triplet: 70, 0D and 59. RGB value is (112,13,89). Sum of RGB (Red+Green+Blue) = 112+13+89=214 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.34% from 214); Green value is 13 (5.47% from 255 or 6.07% from 214); Blue value is 89 (35.16% from 255 or 41.59% from 214); Max value from RGB is 112 - color contains mainly: red. Hex color #700D59 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700D59 is #8FF2A6. Grayscale: #333333. Windows color (decimal): -9433767 or 5836144. OLE color: 5836144.

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

Color convert

RGB1121389-
CMYK00.880.210.56
HSL313.94º79.2%24.51%-
HSV(B)313.94º88.39%43.92%-
XYZ8.634.459.86-
YUV51.26149.3171.32-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 52.34%
GREEN value IS 13 (5.47% from 255) = 6.07%
BLUE value IS 89 (35.16% from 255) = 41.59%
R=52.34%
G=6.07%
B=41.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.21
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112138900.880.210.56313.9479.224.51
Hex70D59058153813a4f19
Octal160151310130257047211731
Binary1110000110110110010101100010101111000100111010100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700D59; }

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

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

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

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

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

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

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

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