#570A51

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

Shades of Palatinate Purple #570A51

Tints of Palatinate Purple #570A51

Color information

#570A51 (or 0x570A51) is unknown color: approx Palatinate Purple. HEX triplet: 57, 0A and 51. RGB value is (87,10,81). Sum of RGB (Red+Green+Blue) = 87+10+81=178 (23% of max value = 765). Red value is 87 (34.38% from 255 or 48.88% from 178); Green value is 10 (4.30% from 255 or 5.62% from 178); Blue value is 81 (32.03% from 255 or 45.51% from 178); Max value from RGB is 87 - color contains mainly: red. Hex color #570A51 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570A51 is #A8F5AE. Grayscale: #282828. Windows color (decimal): -11072943 or 5311063. OLE color: 5311063.

HSL color Cylindrical-coordinate representation of color #570A51: hue angle of 304.68º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #570A51 is Cyan = 0, Magento = 0.89, Yellow = 0.07 and Black (K on CMYK) = 0.66.

Color convert

RGB871081-
CMYK00.890.070.66
HSL304.68º79.38%19.02%-
HSV(B)304.68º88.51%34.12%-
XYZ5.522.848.04-
YUV41.12150.51160.73-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 48.88%
GREEN value IS 10 (4.30% from 255) = 5.62%
BLUE value IS 81 (32.03% from 255) = 45.51%
R=48.88%
G=5.62%
B=45.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.07
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87108100.890.070.66304.6879.3819.02
Hex57A510597421314f13
Octal127121210131710246111723
Binary101011110101010001010110011111000010100110001100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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