#571E51

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

Shades of Palatinate Purple #571E51

Tints of Palatinate Purple #571E51

Color information

#571E51 (or 0x571E51) is unknown color: approx Palatinate Purple. HEX triplet: 57, 1E and 51. RGB value is (87,30,81). Sum of RGB (Red+Green+Blue) = 87+30+81=198 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.94% from 198); Green value is 30 (12.11% from 255 or 15.15% from 198); Blue value is 81 (32.03% from 255 or 40.91% from 198); Max value from RGB is 87 - color contains mainly: red. Hex color #571E51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #571E51 is #A8E1AE. Grayscale: #343434. Windows color (decimal): -11067823 or 5316183. OLE color: 5316183.

HSL color Cylindrical-coordinate representation of color #571E51: hue angle of 306.32º degrees, saturation: 0.49, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #571E51 is Cyan = 0, Magento = 0.66, Yellow = 0.07 and Black (K on CMYK) = 0.66.

Color convert

RGB873081-
CMYK00.660.070.66
HSL306.32º48.72%22.94%-
HSV(B)306.32º65.52%34.12%-
XYZ5.883.558.16-
YUV52.86143.88152.35-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 43.94%
GREEN value IS 30 (12.11% from 255) = 15.15%
BLUE value IS 81 (32.03% from 255) = 40.91%
R=43.94%
G=15.15%
B=40.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.07
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87308100.660.070.66306.3248.7222.94
Hex571E510427421323117
Octal12736121010271024626127
Binary101011111110101000101000010111100001010011001011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571E51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571E51; }

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

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

<style>
 a { background-color: #571E51; }

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

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

<style>
 span { border-color: #571E51; }

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

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