Shades of Hot Purple #581965
Tints of Hot Purple #581965
RGB
CMYK
RGB Variations
Color information
#581965 (or 0x581965) is known color: Hot Purple. HEX triplet: 58, 19 and 65. RGB value is (88,25,101). Sum of RGB (Red+Green+Blue) = 88+25+101=214 (28% of max value = 765). Red value is 88 (34.77% from 255 or 41.12% from 214); Green value is 25 (10.16% from 255 or 11.68% from 214); Blue value is 101 (39.84% from 255 or 47.20% from 214); Max value from RGB is 101 - color contains mainly: blue. Hex color #581965 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581965 is #A7E69A. Grayscale: #343434. Windows color (decimal): -11003547 or 6625624. OLE color: 6625624.
HSL color Cylindrical-coordinate representation of color #581965: hue angle of 289.74º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #581965 is Cyan = 0.13, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 88 | 25 | 101 | - |
| CMYK | 0.13 | 0.75 | 0 | 0.60 |
| HSL | 289.74º | 0.6% | 0.25% | - |
| HSV(B) | 289.74º | 0.75% | 0.4% | - |
| XYZ | 6.72 | 3.71 | 12.67 | - |
| YUV | 52.5 | 155.37 | 153.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 25 | 101 | 0.13 | 0.75 | 0 | 0.60 | 289.74 | 0.6 | 0.25 |
| Hex | 58 | 19 | 65 | D | 4B | 0 | 3C | 122 | 3C | 19 |
| Octal | 130 | 31 | 145 | 15 | 113 | 0 | 74 | 442 | 74 | 31 |
| Binary | 1011000 | 11001 | 1100101 | 1101 | 1001011 | 0 | 111100 | 100100010 | 111100 | 11001 |
Color Harmonies of #581965
Complementary color
Monochromatic Colors of #581965
Black with #581965
Text Example
Text Example
White with #581965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581965; }
p { color: rgb(88,25,101); }
H1.HeaderClassName
{
color: #581965;
}
.AnyTagClassName
{
color: #581965;
}
</style>
background-color css
<style>
a { background-color: #581965; }
a { background-color: rgb(88,25,101); }
div.DivClassName
{
background-color: #581965;
}
.BgClassName
{
background-color: #581965;
}
</style>
border-color css
<style>
span { border-color: #581965; }
span { border-color: rgb(88,25,101); }
td.TdClassName
{
border-color: #581965;
}
.TagClassName
{
border-color: #581965;
}
</style>