#700D58

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

Shades of Palatinate Purple #700D58

Tints of Palatinate Purple #700D58

Color information

#700D58 (or 0x700D58) is unknown color: approx Palatinate Purple. HEX triplet: 70, 0D and 58. RGB value is (112,13,88). Sum of RGB (Red+Green+Blue) = 112+13+88=213 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.58% from 213); Green value is 13 (5.47% from 255 or 6.10% from 213); Blue value is 88 (34.77% from 255 or 41.31% from 213); Max value from RGB is 112 - color contains mainly: red. Hex color #700D58 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700D58 is #8FF2A7. Grayscale: #323232. Windows color (decimal): -9433768 or 5770608. OLE color: 5770608.

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

Color convert

RGB1121388-
CMYK00.880.210.56
HSL314.55º79.2%24.51%-
HSV(B)314.55º88.39%43.92%-
XYZ8.594.449.64-
YUV51.15148.8171.4-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 52.58%
GREEN value IS 13 (5.47% from 255) = 6.10%
BLUE value IS 88 (34.77% from 255) = 41.31%
R=52.58%
G=6.10%
B=41.31%

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
Decimal112138800.880.210.56314.5579.224.51
Hex70D58058153813b4f19
Octal160151300130257047311731
Binary1110000110110110000101100010101111000100111011100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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