#700D5D

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

Shades of Palatinate Purple #700D5D

Tints of Palatinate Purple #700D5D

Color information

#700D5D (or 0x700D5D) is unknown color: approx Palatinate Purple. HEX triplet: 70, 0D and 5D. RGB value is (112,13,93). Sum of RGB (Red+Green+Blue) = 112+13+93=218 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.38% from 218); Green value is 13 (5.47% from 255 or 5.96% from 218); Blue value is 93 (36.72% from 255 or 42.66% from 218); Max value from RGB is 112 - color contains mainly: red. Hex color #700D5D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700D5D is #8FF2A2. Grayscale: #333333. Windows color (decimal): -9433763 or 6098288. OLE color: 6098288.

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

Color convert

RGB1121393-
CMYK00.880.170.56
HSL311.52º79.2%24.51%-
HSV(B)311.52º88.39%43.92%-
XYZ8.84.5210.77-
YUV51.72151.3171-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 51.38%
GREEN value IS 13 (5.47% from 255) = 5.96%
BLUE value IS 93 (36.72% from 255) = 42.66%
R=51.38%
G=5.96%
B=42.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.17
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112139300.880.170.56311.5279.224.51
Hex70D5D05811381384f19
Octal160151350130217047011731
Binary1110000110110111010101100010001111000100111000100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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