#57085D

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

Shades of Palatinate Purple #57085D

Tints of Palatinate Purple #57085D

Color information

#57085D (or 0x57085D) is unknown color: approx Palatinate Purple. HEX triplet: 57, 08 and 5D. RGB value is (87,8,93). Sum of RGB (Red+Green+Blue) = 87+8+93=188 (24% of max value = 765). Red value is 87 (34.38% from 255 or 46.28% from 188); Green value is 8 (3.52% from 255 or 4.26% from 188); Blue value is 93 (36.72% from 255 or 49.47% from 188); Max value from RGB is 93 - color contains mainly: blue. Hex color #57085D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57085D is #A8F7A2. Grayscale: #292929. Windows color (decimal): -11073443 or 6096983. OLE color: 6096983.

HSL color Cylindrical-coordinate representation of color #57085D: hue angle of 295.76º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #57085D is Cyan = 0.06, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB87893-
CMYK0.060.9100.64
HSL295.76º84.16%19.8%-
HSV(B)295.76º91.4%36.47%-
XYZ5.992.9910.62-
YUV41.31157.17160.59-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 46.28%
GREEN value IS 8 (3.52% from 255) = 4.26%
BLUE value IS 93 (36.72% from 255) = 49.47%
R=46.28%
G=4.26%
B=49.47%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal878930.060.9100.64295.7684.1619.8
Hex5785D65B0401285414
Octal127101356133010045012424
Binary101011110001011101110101101101000000100101000101010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57085D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57085D; }

 p { color: rgb(87,8,93); }

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

<style>
 a { background-color: #57085D; }

 a { background-color: rgb(87,8,93); }

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

<style>
 span { border-color: #57085D; }

 span { border-color: rgb(87,8,93); }

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