#700E5C

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

Shades of Palatinate Purple #700E5C

Tints of Palatinate Purple #700E5C

Color information

#700E5C (or 0x700E5C) is unknown color: approx Palatinate Purple. HEX triplet: 70, 0E and 5C. RGB value is (112,14,92). Sum of RGB (Red+Green+Blue) = 112+14+92=218 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.38% from 218); Green value is 14 (5.86% from 255 or 6.42% from 218); Blue value is 92 (36.33% from 255 or 42.20% from 218); Max value from RGB is 112 - color contains mainly: red. Hex color #700E5C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700E5C is #8FF1A3. Grayscale: #333333. Windows color (decimal): -9433508 or 6033008. OLE color: 6033008.

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

Color convert

RGB1121492-
CMYK00.880.180.56
HSL312.24º77.78%24.71%-
HSV(B)312.24º87.5%43.92%-
XYZ8.774.5310.54-
YUV52.19150.47170.66-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 51.38%
GREEN value IS 14 (5.86% from 255) = 6.42%
BLUE value IS 92 (36.33% from 255) = 42.20%
R=51.38%
G=6.42%
B=42.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.18
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112149200.880.180.56312.2477.7824.71
Hex70E5C05812381384e19
Octal160161340130227047011631
Binary1110000111010111000101100010010111000100111000100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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