Shades of Hot Purple #59255B
Tints of Hot Purple #59255B
RGB
CMYK
RGB Variations
Color information
#59255B (or 0x59255B) is known color: Hot Purple. HEX triplet: 59, 25 and 5B. RGB value is (89,37,91). Sum of RGB (Red+Green+Blue) = 89+37+91=217 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.01% from 217); Green value is 37 (14.84% from 255 or 17.05% from 217); Blue value is 91 (35.94% from 255 or 41.94% from 217); Max value from RGB is 91 - color contains mainly: blue. Hex color #59255B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59255B is #A6DAA4. Grayscale: #3A3A3A. Windows color (decimal): -10934949 or 5973337. OLE color: 5973337.
HSL color Cylindrical-coordinate representation of color #59255B: hue angle of 297.78º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #59255B is Cyan = 0.02, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 89 | 37 | 91 | - |
| CMYK | 0.02 | 0.59 | 0 | 0.64 |
| HSL | 297.78º | 0.42% | 0.25% | - |
| HSV(B) | 297.78º | 0.59% | 0.36% | - |
| XYZ | 6.67 | 4.2 | 10.36 | - |
| YUV | 58.7 | 146.23 | 149.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 37 | 91 | 0.02 | 0.59 | 0 | 0.64 | 297.78 | 0.42 | 0.25 |
| Hex | 59 | 25 | 5B | 2 | 3B | 0 | 40 | 12A | 2A | 19 |
| Octal | 131 | 45 | 133 | 2 | 73 | 0 | 100 | 452 | 52 | 31 |
| Binary | 1011001 | 100101 | 1011011 | 10 | 111011 | 0 | 1000000 | 100101010 | 101010 | 11001 |
Color Harmonies of #59255B
Complementary color
Monochromatic Colors of #59255B
Black with #59255B
Text Example
Text Example
White with #59255B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59255B; }
p { color: rgb(89,37,91); }
H1.HeaderClassName
{
color: #59255B;
}
.AnyTagClassName
{
color: #59255B;
}
</style>
background-color css
<style>
a { background-color: #59255B; }
a { background-color: rgb(89,37,91); }
div.DivClassName
{
background-color: #59255B;
}
.BgClassName
{
background-color: #59255B;
}
</style>
border-color css
<style>
span { border-color: #59255B; }
span { border-color: rgb(89,37,91); }
td.TdClassName
{
border-color: #59255B;
}
.TagClassName
{
border-color: #59255B;
}
</style>