#581B52

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

Shades of Palatinate Purple #581B52

Tints of Palatinate Purple #581B52

Color information

#581B52 (or 0x581B52) is unknown color: approx Palatinate Purple. HEX triplet: 58, 1B and 52. RGB value is (88,27,82). Sum of RGB (Red+Green+Blue) = 88+27+82=197 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44.67% from 197); Green value is 27 (10.94% from 255 or 13.71% from 197); Blue value is 82 (32.42% from 255 or 41.62% from 197); Max value from RGB is 88 - color contains mainly: red. Hex color #581B52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #581B52 is #A7E4AD. Grayscale: #333333. Windows color (decimal): -11003054 or 5380952. OLE color: 5380952.

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

Color convert

RGB882782-
CMYK00.690.070.65
HSL305.9º53.04%22.55%-
HSV(B)305.9º69.32%34.51%-
XYZ5.943.478.34-
YUV51.51145.21154.03-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 44.67%
GREEN value IS 27 (10.94% from 255) = 13.71%
BLUE value IS 82 (32.42% from 255) = 41.62%
R=44.67%
G=13.71%
B=41.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.07
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88278200.690.070.65305.953.0422.55
Hex581B520457411323517
Octal13033122010571014626527
Binary101100011011101001001000101111100000110011001011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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