#700E60

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

Shades of Palatinate Purple #700E60

Tints of Palatinate Purple #700E60

Color information

#700E60 (or 0x700E60) is unknown color: approx Palatinate Purple. HEX triplet: 70, 0E and 60. RGB value is (112,14,96). Sum of RGB (Red+Green+Blue) = 112+14+96=222 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.45% from 222); Green value is 14 (5.86% from 255 or 6.31% from 222); Blue value is 96 (37.89% from 255 or 43.24% from 222); Max value from RGB is 112 - color contains mainly: red. Hex color #700E60 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700E60 is #8FF19F. Grayscale: #343434. Windows color (decimal): -9433504 or 6295152. OLE color: 6295152.

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

Color convert

RGB1121496-
CMYK00.880.140.56
HSL309.8º77.78%24.71%-
HSV(B)309.8º87.5%43.92%-
XYZ8.954.611.48-
YUV52.65152.47170.33-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 50.45%
GREEN value IS 14 (5.86% from 255) = 6.31%
BLUE value IS 96 (37.89% from 255) = 43.24%
R=50.45%
G=6.31%
B=43.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.14
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112149600.880.140.56309.877.7824.71
Hex70E60058E381364e19
Octal160161400130167046611631
Binary111000011101100000010110001110111000100110110100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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