Shades of Hot Purple #580E65
Tints of Hot Purple #580E65
RGB
CMYK
RGB Variations
Color information
#580E65 (or 0x580E65) is known color: Hot Purple. HEX triplet: 58, 0E and 65. RGB value is (88,14,101). Sum of RGB (Red+Green+Blue) = 88+14+101=203 (26% of max value = 765). Red value is 88 (34.77% from 255 or 43.35% from 203); Green value is 14 (5.86% from 255 or 6.90% from 203); Blue value is 101 (39.84% from 255 or 49.75% from 203); Max value from RGB is 101 - color contains mainly: blue. Hex color #580E65 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580E65 is #A7F19A. Grayscale: #2D2D2D. Windows color (decimal): -11006363 or 6622808. OLE color: 6622808.
HSL color Cylindrical-coordinate representation of color #580E65: hue angle of 291.03º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #580E65 is Cyan = 0.13, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 88 | 14 | 101 | - |
| CMYK | 0.13 | 0.86 | 0 | 0.60 |
| HSL | 291.03º | 0.76% | 0.23% | - |
| HSV(B) | 291.03º | 0.86% | 0.4% | - |
| XYZ | 6.53 | 3.33 | 12.61 | - |
| YUV | 46.04 | 159.02 | 157.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 14 | 101 | 0.13 | 0.86 | 0 | 0.60 | 291.03 | 0.76 | 0.23 |
| Hex | 58 | E | 65 | D | 56 | 0 | 3C | 123 | 4C | 17 |
| Octal | 130 | 16 | 145 | 15 | 126 | 0 | 74 | 443 | 114 | 27 |
| Binary | 1011000 | 1110 | 1100101 | 1101 | 1010110 | 0 | 111100 | 100100011 | 1001100 | 10111 |
Color Harmonies of #580E65
Complementary color
Monochromatic Colors of #580E65
Black with #580E65
Text Example
Text Example
White with #580E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580E65; }
p { color: rgb(88,14,101); }
H1.HeaderClassName
{
color: #580E65;
}
.AnyTagClassName
{
color: #580E65;
}
</style>
background-color css
<style>
a { background-color: #580E65; }
a { background-color: rgb(88,14,101); }
div.DivClassName
{
background-color: #580E65;
}
.BgClassName
{
background-color: #580E65;
}
</style>
border-color css
<style>
span { border-color: #580E65; }
span { border-color: rgb(88,14,101); }
td.TdClassName
{
border-color: #580E65;
}
.TagClassName
{
border-color: #580E65;
}
</style>