Shades of Hot Purple #581F60
Tints of Hot Purple #581F60
RGB
CMYK
RGB Variations
Color information
#581F60 (or 0x581F60) is known color: Hot Purple. HEX triplet: 58, 1F and 60. RGB value is (88,31,96). Sum of RGB (Red+Green+Blue) = 88+31+96=215 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.93% from 215); Green value is 31 (12.5% from 255 or 14.42% from 215); Blue value is 96 (37.89% from 255 or 44.65% from 215); Max value from RGB is 96 - color contains mainly: blue. Hex color #581F60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #581F60 is #A7E09F. Grayscale: #373737. Windows color (decimal): -11002016 or 6299480. OLE color: 6299480.
HSL color Cylindrical-coordinate representation of color #581F60: hue angle of 292.62º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #581F60 is Cyan = 0.08, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 88 | 31 | 96 | - |
| CMYK | 0.08 | 0.68 | 0 | 0.62 |
| HSL | 292.62º | 0.51% | 0.25% | - |
| HSV(B) | 292.62º | 0.68% | 0.38% | - |
| XYZ | 6.63 | 3.9 | 11.47 | - |
| YUV | 55.45 | 150.88 | 151.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 31 | 96 | 0.08 | 0.68 | 0 | 0.62 | 292.62 | 0.51 | 0.25 |
| Hex | 58 | 1F | 60 | 8 | 44 | 0 | 3E | 125 | 33 | 19 |
| Octal | 130 | 37 | 140 | 10 | 104 | 0 | 76 | 445 | 63 | 31 |
| Binary | 1011000 | 11111 | 1100000 | 1000 | 1000100 | 0 | 111110 | 100100101 | 110011 | 11001 |
Color Harmonies of #581F60
Complementary color
Monochromatic Colors of #581F60
Black with #581F60
Text Example
Text Example
White with #581F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581F60; }
p { color: rgb(88,31,96); }
H1.HeaderClassName
{
color: #581F60;
}
.AnyTagClassName
{
color: #581F60;
}
</style>
background-color css
<style>
a { background-color: #581F60; }
a { background-color: rgb(88,31,96); }
div.DivClassName
{
background-color: #581F60;
}
.BgClassName
{
background-color: #581F60;
}
</style>
border-color css
<style>
span { border-color: #581F60; }
span { border-color: rgb(88,31,96); }
td.TdClassName
{
border-color: #581F60;
}
.TagClassName
{
border-color: #581F60;
}
</style>