Shades of Hot Purple #581565
Tints of Hot Purple #581565
RGB
CMYK
RGB Variations
Color information
#581565 (or 0x581565) is known color: Hot Purple. HEX triplet: 58, 15 and 65. RGB value is (88,21,101). Sum of RGB (Red+Green+Blue) = 88+21+101=210 (27% of max value = 765). Red value is 88 (34.77% from 255 or 41.90% from 210); Green value is 21 (8.59% from 255 or 10% from 210); Blue value is 101 (39.84% from 255 or 48.10% from 210); Max value from RGB is 101 - color contains mainly: blue. Hex color #581565 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581565 is #A7EA9A. Grayscale: #313131. Windows color (decimal): -11004571 or 6624600. OLE color: 6624600.
HSL color Cylindrical-coordinate representation of color #581565: hue angle of 290.25º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #581565 is Cyan = 0.13, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 88 | 21 | 101 | - |
| CMYK | 0.13 | 0.79 | 0 | 0.60 |
| HSL | 290.25º | 0.66% | 0.24% | - |
| HSV(B) | 290.25º | 0.79% | 0.4% | - |
| XYZ | 6.64 | 3.55 | 12.65 | - |
| YUV | 50.15 | 156.7 | 155 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 21 | 101 | 0.13 | 0.79 | 0 | 0.60 | 290.25 | 0.66 | 0.24 |
| Hex | 58 | 15 | 65 | D | 4F | 0 | 3C | 122 | 42 | 18 |
| Octal | 130 | 25 | 145 | 15 | 117 | 0 | 74 | 442 | 102 | 30 |
| Binary | 1011000 | 10101 | 1100101 | 1101 | 1001111 | 0 | 111100 | 100100010 | 1000010 | 11000 |
Color Harmonies of #581565
Complementary color
Monochromatic Colors of #581565
Black with #581565
Text Example
Text Example
White with #581565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581565; }
p { color: rgb(88,21,101); }
H1.HeaderClassName
{
color: #581565;
}
.AnyTagClassName
{
color: #581565;
}
</style>
background-color css
<style>
a { background-color: #581565; }
a { background-color: rgb(88,21,101); }
div.DivClassName
{
background-color: #581565;
}
.BgClassName
{
background-color: #581565;
}
</style>
border-color css
<style>
span { border-color: #581565; }
span { border-color: rgb(88,21,101); }
td.TdClassName
{
border-color: #581565;
}
.TagClassName
{
border-color: #581565;
}
</style>