#570D52

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

Shades of Palatinate Purple #570D52

Tints of Palatinate Purple #570D52

Color information

#570D52 (or 0x570D52) is unknown color: approx Palatinate Purple. HEX triplet: 57, 0D and 52. RGB value is (87,13,82). Sum of RGB (Red+Green+Blue) = 87+13+82=182 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.80% from 182); Green value is 13 (5.47% from 255 or 7.14% from 182); Blue value is 82 (32.42% from 255 or 45.05% from 182); Max value from RGB is 87 - color contains mainly: red. Hex color #570D52 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570D52 is #A8F2AD. Grayscale: #2A2A2A. Windows color (decimal): -11072174 or 5377367. OLE color: 5377367.

HSL color Cylindrical-coordinate representation of color #570D52: hue angle of 304.05º 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 #570D52 is Cyan = 0, Magento = 0.85, Yellow = 0.06 and Black (K on CMYK) = 0.66.

Color convert

RGB871382-
CMYK00.850.060.66
HSL304.05º74%19.61%-
HSV(B)304.05º85.06%34.12%-
XYZ5.62.928.25-
YUV42.99150.02159.39-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 47.80%
GREEN value IS 13 (5.47% from 255) = 7.14%
BLUE value IS 82 (32.42% from 255) = 45.05%
R=47.80%
G=7.14%
B=45.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.06
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87138200.850.060.66304.057419.61
Hex57D520556421304a14
Octal127151220125610246011224
Binary101011111011010010010101011101000010100110000100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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