#570D55

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

Shades of Palatinate Purple #570D55

Tints of Palatinate Purple #570D55

Color information

#570D55 (or 0x570D55) is unknown color: approx Palatinate Purple. HEX triplet: 57, 0D and 55. RGB value is (87,13,85). Sum of RGB (Red+Green+Blue) = 87+13+85=185 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.03% from 185); Green value is 13 (5.47% from 255 or 7.03% from 185); Blue value is 85 (33.59% from 255 or 45.95% from 185); Max value from RGB is 87 - color contains mainly: red. Hex color #570D55 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570D55 is #A8F2AA. Grayscale: #2B2B2B. Windows color (decimal): -11072171 or 5573975. OLE color: 5573975.

HSL color Cylindrical-coordinate representation of color #570D55: hue angle of 301.62º degrees, saturation: 0.74, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #570D55 is Cyan = 0, Magento = 0.85, Yellow = 0.02 and Black (K on CMYK) = 0.66.

Color convert

RGB871385-
CMYK00.850.020.66
HSL301.62º74%19.61%-
HSV(B)301.62º85.06%34.12%-
XYZ5.712.978.87-
YUV43.33151.52159.15-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 47.03%
GREEN value IS 13 (5.47% from 255) = 7.03%
BLUE value IS 85 (33.59% from 255) = 45.95%
R=47.03%
G=7.03%
B=45.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.02
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87138500.850.020.66301.627419.61
Hex57D5505524212e4a14
Octal127151250125210245611224
Binary10101111101101010101010101101000010100101110100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,13,85); }

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

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

 a { background-color: rgb(87,13,85); }

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

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

 span { border-color: rgb(87,13,85); }

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