Shades of Hot Purple #580F65
Tints of Hot Purple #580F65
RGB
CMYK
RGB Variations
Color information
#580F65 (or 0x580F65) is known color: Hot Purple. HEX triplet: 58, 0F and 65. RGB value is (88,15,101). Sum of RGB (Red+Green+Blue) = 88+15+101=204 (27% of max value = 765). Red value is 88 (34.77% from 255 or 43.14% from 204); Green value is 15 (6.25% from 255 or 7.35% from 204); Blue value is 101 (39.84% from 255 or 49.51% from 204); Max value from RGB is 101 - color contains mainly: blue. Hex color #580F65 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580F65 is #A7F09A. Grayscale: #2E2E2E. Windows color (decimal): -11006107 or 6623064. OLE color: 6623064.
HSL color Cylindrical-coordinate representation of color #580F65: hue angle of 290.93º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #580F65 is Cyan = 0.13, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 88 | 15 | 101 | - |
| CMYK | 0.13 | 0.85 | 0 | 0.60 |
| HSL | 290.93º | 0.74% | 0.23% | - |
| HSV(B) | 290.93º | 0.85% | 0.4% | - |
| XYZ | 6.54 | 3.36 | 12.61 | - |
| YUV | 46.63 | 158.68 | 157.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 15 | 101 | 0.13 | 0.85 | 0 | 0.60 | 290.93 | 0.74 | 0.23 |
| Hex | 58 | F | 65 | D | 55 | 0 | 3C | 123 | 4A | 17 |
| Octal | 130 | 17 | 145 | 15 | 125 | 0 | 74 | 443 | 112 | 27 |
| Binary | 1011000 | 1111 | 1100101 | 1101 | 1010101 | 0 | 111100 | 100100011 | 1001010 | 10111 |
Color Harmonies of #580F65
Complementary color
Monochromatic Colors of #580F65
Black with #580F65
Text Example
Text Example
White with #580F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580F65; }
p { color: rgb(88,15,101); }
H1.HeaderClassName
{
color: #580F65;
}
.AnyTagClassName
{
color: #580F65;
}
</style>
background-color css
<style>
a { background-color: #580F65; }
a { background-color: rgb(88,15,101); }
div.DivClassName
{
background-color: #580F65;
}
.BgClassName
{
background-color: #580F65;
}
</style>
border-color css
<style>
span { border-color: #580F65; }
span { border-color: rgb(88,15,101); }
td.TdClassName
{
border-color: #580F65;
}
.TagClassName
{
border-color: #580F65;
}
</style>