#700E56

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

Shades of Palatinate Purple #700E56

Tints of Palatinate Purple #700E56

Color information

#700E56 (or 0x700E56) is unknown color: approx Palatinate Purple. HEX triplet: 70, 0E and 56. RGB value is (112,14,86). Sum of RGB (Red+Green+Blue) = 112+14+86=212 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.83% from 212); Green value is 14 (5.86% from 255 or 6.60% from 212); Blue value is 86 (33.98% from 255 or 40.57% from 212); Max value from RGB is 112 - color contains mainly: red. Hex color #700E56 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700E56 is #8FF1A9. Grayscale: #333333. Windows color (decimal): -9433514 or 5639792. OLE color: 5639792.

HSL color Cylindrical-coordinate representation of color #700E56: hue angle of 315.92º degrees, saturation: 0.78, 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 #700E56 is Cyan = 0, Magento = 0.88, Yellow = 0.23 and Black (K on CMYK) = 0.56.

Color convert

RGB1121486-
CMYK00.880.230.56
HSL315.92º77.78%24.71%-
HSV(B)315.92º87.5%43.92%-
XYZ8.524.439.21-
YUV51.51147.47171.15-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 52.83%
GREEN value IS 14 (5.86% from 255) = 6.60%
BLUE value IS 86 (33.98% from 255) = 40.57%
R=52.83%
G=6.60%
B=40.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.23
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112148600.880.230.56315.9277.7824.71
Hex70E56058173813c4e19
Octal160161260130277047411631
Binary1110000111010101100101100010111111000100111100100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,14,86); }

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

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

 a { background-color: rgb(112,14,86); }

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

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

 span { border-color: rgb(112,14,86); }

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