#570D51

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

Shades of Palatinate Purple #570D51

Tints of Palatinate Purple #570D51

Color information

#570D51 (or 0x570D51) is unknown color: approx Palatinate Purple. HEX triplet: 57, 0D and 51. RGB value is (87,13,81). Sum of RGB (Red+Green+Blue) = 87+13+81=181 (23% of max value = 765). Red value is 87 (34.38% from 255 or 48.07% from 181); Green value is 13 (5.47% from 255 or 7.18% from 181); Blue value is 81 (32.03% from 255 or 44.75% from 181); Max value from RGB is 87 - color contains mainly: red. Hex color #570D51 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570D51 is #A8F2AE. Grayscale: #2A2A2A. Windows color (decimal): -11072175 or 5311831. OLE color: 5311831.

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

Color convert

RGB871381-
CMYK00.850.070.66
HSL304.86º74%19.61%-
HSV(B)304.86º85.06%34.12%-
XYZ5.562.918.05-
YUV42.88149.52159.47-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 48.07%
GREEN value IS 13 (5.47% from 255) = 7.18%
BLUE value IS 81 (32.03% from 255) = 44.75%
R=48.07%
G=7.18%
B=44.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.07
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87138100.850.070.66304.867419.61
Hex57D510557421314a14
Octal127151210125710246111224
Binary101011111011010001010101011111000010100110001100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570D51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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