Shades of Hot Purple #592665
Tints of Hot Purple #592665
RGB
CMYK
RGB Variations
Color information
#592665 (or 0x592665) is known color: Hot Purple. HEX triplet: 59, 26 and 65. RGB value is (89,38,101). Sum of RGB (Red+Green+Blue) = 89+38+101=228 (30% of max value = 765). Red value is 89 (35.16% from 255 or 39.04% from 228); Green value is 38 (15.23% from 255 or 16.67% from 228); Blue value is 101 (39.84% from 255 or 44.30% from 228); Max value from RGB is 101 - color contains mainly: blue. Hex color #592665 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #592665 is #A6D99A. Grayscale: #3C3C3C. Windows color (decimal): -10934683 or 6628953. OLE color: 6628953.
HSL color Cylindrical-coordinate representation of color #592665: hue angle of 288.57º degrees, saturation: 0.45, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #592665 is Cyan = 0.12, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 89 | 38 | 101 | - |
| CMYK | 0.12 | 0.62 | 0 | 0.60 |
| HSL | 288.57º | 0.45% | 0.27% | - |
| HSV(B) | 288.57º | 0.62% | 0.4% | - |
| XYZ | 7.16 | 4.45 | 12.79 | - |
| YUV | 60.43 | 150.9 | 148.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 38 | 101 | 0.12 | 0.62 | 0 | 0.60 | 288.57 | 0.45 | 0.27 |
| Hex | 59 | 26 | 65 | C | 3E | 0 | 3C | 121 | 2D | 1B |
| Octal | 131 | 46 | 145 | 14 | 76 | 0 | 74 | 441 | 55 | 33 |
| Binary | 1011001 | 100110 | 1100101 | 1100 | 111110 | 0 | 111100 | 100100001 | 101101 | 11011 |
Color Harmonies of #592665
Complementary color
Monochromatic Colors of #592665
Black with #592665
Text Example
Text Example
White with #592665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592665; }
p { color: rgb(89,38,101); }
H1.HeaderClassName
{
color: #592665;
}
.AnyTagClassName
{
color: #592665;
}
</style>
background-color css
<style>
a { background-color: #592665; }
a { background-color: rgb(89,38,101); }
div.DivClassName
{
background-color: #592665;
}
.BgClassName
{
background-color: #592665;
}
</style>
border-color css
<style>
span { border-color: #592665; }
span { border-color: rgb(89,38,101); }
td.TdClassName
{
border-color: #592665;
}
.TagClassName
{
border-color: #592665;
}
</style>