#581B57

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

Shades of Palatinate Purple #581B57

Tints of Palatinate Purple #581B57

Color information

#581B57 (or 0x581B57) is unknown color: approx Palatinate Purple. HEX triplet: 58, 1B and 57. RGB value is (88,27,87). Sum of RGB (Red+Green+Blue) = 88+27+87=202 (26% of max value = 765). Red value is 88 (34.77% from 255 or 43.56% from 202); Green value is 27 (10.94% from 255 or 13.37% from 202); Blue value is 87 (34.38% from 255 or 43.07% from 202); Max value from RGB is 88 - color contains mainly: red. Hex color #581B57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #581B57 is #A7E4A8. Grayscale: #333333. Windows color (decimal): -11003049 or 5708632. OLE color: 5708632.

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

Color convert

RGB882787-
CMYK00.690.010.65
HSL300.98º53.04%22.55%-
HSV(B)300.98º69.32%34.51%-
XYZ6.143.559.38-
YUV52.08147.71153.62-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 43.56%
GREEN value IS 27 (10.94% from 255) = 13.37%
BLUE value IS 87 (34.38% from 255) = 43.07%
R=43.56%
G=13.37%
B=43.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.01
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88278700.690.010.65300.9853.0422.55
Hex581B5704514112d3517
Octal13033127010511014556527
Binary1011000110111010111010001011100000110010110111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581B57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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