Shades of Hot Purple #530559
Tints of Hot Purple #530559
RGB
CMYK
RGB Variations
Color information
#530559 (or 0x530559) is known color: Hot Purple. HEX triplet: 53, 05 and 59. RGB value is (83,5,89). Sum of RGB (Red+Green+Blue) = 83+5+89=177 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.89% from 177); Green value is 5 (2.34% from 255 or 2.82% from 177); Blue value is 89 (35.16% from 255 or 50.28% from 177); Max value from RGB is 89 - color contains mainly: blue. Hex color #530559 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530559 is #ACFAA6. Grayscale: #252525. Windows color (decimal): -11336359 or 5834067. OLE color: 5834067.
HSL color Cylindrical-coordinate representation of color #530559: hue angle of 295.71º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #530559 is Cyan = 0.07, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 83 | 5 | 89 | - |
| CMYK | 0.07 | 0.94 | 0 | 0.65 |
| HSL | 295.71º | 0.89% | 0.18% | - |
| HSV(B) | 295.71º | 0.94% | 0.35% | - |
| XYZ | 5.42 | 2.67 | 9.68 | - |
| YUV | 37.9 | 156.84 | 160.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 5 | 89 | 0.07 | 0.94 | 0 | 0.65 | 295.71 | 0.89 | 0.18 |
| Hex | 53 | 5 | 59 | 7 | 5E | 0 | 41 | 128 | 59 | 12 |
| Octal | 123 | 5 | 131 | 7 | 136 | 0 | 101 | 450 | 131 | 22 |
| Binary | 1010011 | 101 | 1011001 | 111 | 1011110 | 0 | 1000001 | 100101000 | 1011001 | 10010 |
Color Harmonies of #530559
Complementary color
Monochromatic Colors of #530559
Black with #530559
Text Example
Text Example
White with #530559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530559; }
p { color: rgb(83,5,89); }
H1.HeaderClassName
{
color: #530559;
}
.AnyTagClassName
{
color: #530559;
}
</style>
background-color css
<style>
a { background-color: #530559; }
a { background-color: rgb(83,5,89); }
div.DivClassName
{
background-color: #530559;
}
.BgClassName
{
background-color: #530559;
}
</style>
border-color css
<style>
span { border-color: #530559; }
span { border-color: rgb(83,5,89); }
td.TdClassName
{
border-color: #530559;
}
.TagClassName
{
border-color: #530559;
}
</style>