#581F51

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

Shades of Palatinate Purple #581F51

Tints of Palatinate Purple #581F51

Color information

#581F51 (or 0x581F51) is unknown color: approx Palatinate Purple. HEX triplet: 58, 1F and 51. RGB value is (88,31,81). Sum of RGB (Red+Green+Blue) = 88+31+81=200 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44% from 200); Green value is 31 (12.5% from 255 or 15.5% from 200); Blue value is 81 (32.03% from 255 or 40.5% from 200); Max value from RGB is 88 - color contains mainly: red. Hex color #581F51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #581F51 is #A7E0AE. Grayscale: #353535. Windows color (decimal): -11002031 or 5316440. OLE color: 5316440.

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

Color convert

RGB883181-
CMYK00.650.080.65
HSL307.37º47.9%23.33%-
HSV(B)307.37º64.77%34.51%-
XYZ63.658.17-
YUV53.74143.38152.43-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 44%
GREEN value IS 31 (12.5% from 255) = 15.5%
BLUE value IS 81 (32.03% from 255) = 40.5%
R=44%
G=15.5%
B=40.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.08
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88318100.650.080.65307.3747.923.33
Hex581F510418411333017
Octal130371210101101014636027
Binary1011000111111010001010000011000100000110011001111000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581F51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,31,81); }

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

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

 a { background-color: rgb(88,31,81); }

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

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

 span { border-color: rgb(88,31,81); }

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