#581D57

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

Shades of Palatinate Purple #581D57

Tints of Palatinate Purple #581D57

Color information

#581D57 (or 0x581D57) is unknown color: approx Palatinate Purple. HEX triplet: 58, 1D and 57. RGB value is (88,29,87). Sum of RGB (Red+Green+Blue) = 88+29+87=204 (27% of max value = 765). Red value is 88 (34.77% from 255 or 43.14% from 204); Green value is 29 (11.72% from 255 or 14.22% from 204); Blue value is 87 (34.38% from 255 or 42.65% from 204); Max value from RGB is 88 - color contains mainly: red. Hex color #581D57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #581D57 is #A7E2A8. Grayscale: #353535. Windows color (decimal): -11002537 or 5709144. OLE color: 5709144.

HSL color Cylindrical-coordinate representation of color #581D57: hue angle of 301.02º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #581D57 is Cyan = 0, Magento = 0.67, Yellow = 0.01 and Black (K on CMYK) = 0.65.

Color convert

RGB882987-
CMYK00.670.010.65
HSL301.02º50.43%22.94%-
HSV(B)301.02º67.05%34.51%-
XYZ6.183.649.39-
YUV53.25147.05152.78-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 43.14%
GREEN value IS 29 (11.72% from 255) = 14.22%
BLUE value IS 87 (34.38% from 255) = 42.65%
R=43.14%
G=14.22%
B=42.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.01
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88298700.670.010.65301.0250.4322.94
Hex581D5704314112d3217
Octal13035127010311014556227
Binary1011000111011010111010000111100000110010110111001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581D57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581D57; }

 p { color: rgb(88,29,87); }

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

<style>
 a { background-color: #581D57; }

 a { background-color: rgb(88,29,87); }

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

<style>
 span { border-color: #581D57; }

 span { border-color: rgb(88,29,87); }

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