#581B4E

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

Shades of Palatinate Purple #581B4E

Tints of Palatinate Purple #581B4E

Color information

#581B4E (or 0x581B4E) is unknown color: approx Palatinate Purple. HEX triplet: 58, 1B and 4E. RGB value is (88,27,78). Sum of RGB (Red+Green+Blue) = 88+27+78=193 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.60% from 193); Green value is 27 (10.94% from 255 or 13.99% from 193); Blue value is 78 (30.86% from 255 or 40.41% from 193); Max value from RGB is 88 - color contains mainly: red. Hex color #581B4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #581B4E is #A7E4B1. Grayscale: #323232. Windows color (decimal): -11003058 or 5118808. OLE color: 5118808.

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

Color convert

RGB882778-
CMYK00.690.110.65
HSL309.84º53.04%22.55%-
HSV(B)309.84º69.32%34.51%-
XYZ5.793.417.56-
YUV51.05143.21154.35-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 45.60%
GREEN value IS 27 (10.94% from 255) = 13.99%
BLUE value IS 78 (30.86% from 255) = 40.41%
R=45.60%
G=13.99%
B=40.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.11
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88277800.690.110.65309.8453.0422.55
Hex581B4E045B411363517
Octal130331160105131014666527
Binary1011000110111001110010001011011100000110011011011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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