#570D53

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

Shades of Palatinate Purple #570D53

Tints of Palatinate Purple #570D53

Color information

#570D53 (or 0x570D53) is unknown color: approx Palatinate Purple. HEX triplet: 57, 0D and 53. RGB value is (87,13,83). Sum of RGB (Red+Green+Blue) = 87+13+83=183 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.54% from 183); Green value is 13 (5.47% from 255 or 7.10% from 183); Blue value is 83 (32.81% from 255 or 45.36% from 183); Max value from RGB is 87 - color contains mainly: red. Hex color #570D53 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570D53 is #A8F2AC. Grayscale: #2A2A2A. Windows color (decimal): -11072173 or 5442903. OLE color: 5442903.

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

Color convert

RGB871383-
CMYK00.850.050.66
HSL303.24º74%19.61%-
HSV(B)303.24º85.06%34.12%-
XYZ5.642.948.45-
YUV43.11150.52159.31-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 47.54%
GREEN value IS 13 (5.47% from 255) = 7.10%
BLUE value IS 83 (32.81% from 255) = 45.36%
R=47.54%
G=7.10%
B=45.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.05
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87138300.850.050.66303.247419.61
Hex57D5305554212f4a14
Octal127151230125510245711224
Binary101011111011010011010101011011000010100101111100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570D53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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