#581B56

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

Shades of Palatinate Purple #581B56

Tints of Palatinate Purple #581B56

Color information

#581B56 (or 0x581B56) is unknown color: approx Palatinate Purple. HEX triplet: 58, 1B and 56. RGB value is (88,27,86). Sum of RGB (Red+Green+Blue) = 88+27+86=201 (26% of max value = 765). Red value is 88 (34.77% from 255 or 43.78% from 201); Green value is 27 (10.94% from 255 or 13.43% from 201); Blue value is 86 (33.98% from 255 or 42.79% from 201); Max value from RGB is 88 - color contains mainly: red. Hex color #581B56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #581B56 is #A7E4A9. Grayscale: #333333. Windows color (decimal): -11003050 or 5643096. OLE color: 5643096.

HSL color Cylindrical-coordinate representation of color #581B56: hue angle of 301.97º 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 #581B56 is Cyan = 0, Magento = 0.69, Yellow = 0.02 and Black (K on CMYK) = 0.65.

Color convert

RGB882786-
CMYK00.690.020.65
HSL301.97º53.04%22.55%-
HSV(B)301.97º69.32%34.51%-
XYZ6.13.539.16-
YUV51.96147.21153.7-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 43.78%
GREEN value IS 27 (10.94% from 255) = 13.43%
BLUE value IS 86 (33.98% from 255) = 42.79%
R=43.78%
G=13.43%
B=42.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.02
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88278600.690.020.65301.9753.0422.55
Hex581B5604524112e3517
Octal13033126010521014566527
Binary10110001101110101100100010110100000110010111011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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