#570A5D

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

Shades of Palatinate Purple #570A5D

Tints of Palatinate Purple #570A5D

Color information

#570A5D (or 0x570A5D) is unknown color: approx Palatinate Purple. HEX triplet: 57, 0A and 5D. RGB value is (87,10,93). Sum of RGB (Red+Green+Blue) = 87+10+93=190 (25% of max value = 765). Red value is 87 (34.38% from 255 or 45.79% from 190); Green value is 10 (4.30% from 255 or 5.26% from 190); Blue value is 93 (36.72% from 255 or 48.95% from 190); Max value from RGB is 93 - color contains mainly: blue. Hex color #570A5D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570A5D is #A8F5A2. Grayscale: #2A2A2A. Windows color (decimal): -11072931 or 6097495. OLE color: 6097495.

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

Color convert

RGB871093-
CMYK0.060.8900.64
HSL295.66º80.58%20.2%-
HSV(B)295.66º89.25%36.47%-
XYZ6.013.0310.62-
YUV42.48156.51159.75-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 45.79%
GREEN value IS 10 (4.30% from 255) = 5.26%
BLUE value IS 93 (36.72% from 255) = 48.95%
R=45.79%
G=5.26%
B=48.95%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8710930.060.8900.64295.6680.5820.2
Hex57A5D6590401285114
Octal127121356131010045012124
Binary101011110101011101110101100101000000100101000101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570A5D; }

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

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

<style>
 a { background-color: #570A5D; }

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

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

<style>
 span { border-color: #570A5D; }

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

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