Shades of Hot Purple #581265
Tints of Hot Purple #581265
RGB
CMYK
RGB Variations
Color information
#581265 (or 0x581265) is known color: Hot Purple. HEX triplet: 58, 12 and 65. RGB value is (88,18,101). Sum of RGB (Red+Green+Blue) = 88+18+101=207 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.51% from 207); Green value is 18 (7.42% from 255 or 8.70% from 207); Blue value is 101 (39.84% from 255 or 48.79% from 207); Max value from RGB is 101 - color contains mainly: blue. Hex color #581265 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581265 is #A7ED9A. Grayscale: #303030. Windows color (decimal): -11005339 or 6623832. OLE color: 6623832.
HSL color Cylindrical-coordinate representation of color #581265: hue angle of 290.6º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #581265 is Cyan = 0.13, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 88 | 18 | 101 | - |
| CMYK | 0.13 | 0.82 | 0 | 0.60 |
| HSL | 290.6º | 0.7% | 0.23% | - |
| HSV(B) | 290.6º | 0.82% | 0.4% | - |
| XYZ | 6.59 | 3.45 | 12.63 | - |
| YUV | 48.39 | 157.69 | 156.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 18 | 101 | 0.13 | 0.82 | 0 | 0.60 | 290.6 | 0.7 | 0.23 |
| Hex | 58 | 12 | 65 | D | 52 | 0 | 3C | 123 | 46 | 17 |
| Octal | 130 | 22 | 145 | 15 | 122 | 0 | 74 | 443 | 106 | 27 |
| Binary | 1011000 | 10010 | 1100101 | 1101 | 1010010 | 0 | 111100 | 100100011 | 1000110 | 10111 |
Color Harmonies of #581265
Complementary color
Monochromatic Colors of #581265
Black with #581265
Text Example
Text Example
White with #581265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581265; }
p { color: rgb(88,18,101); }
H1.HeaderClassName
{
color: #581265;
}
.AnyTagClassName
{
color: #581265;
}
</style>
background-color css
<style>
a { background-color: #581265; }
a { background-color: rgb(88,18,101); }
div.DivClassName
{
background-color: #581265;
}
.BgClassName
{
background-color: #581265;
}
</style>
border-color css
<style>
span { border-color: #581265; }
span { border-color: rgb(88,18,101); }
td.TdClassName
{
border-color: #581265;
}
.TagClassName
{
border-color: #581265;
}
</style>