Shades of Hot Purple #530551
Tints of Hot Purple #530551
RGB
CMYK
RGB Variations
Color information
#530551 (or 0x530551) is known color: Hot Purple. HEX triplet: 53, 05 and 51. RGB value is (83,5,81). Sum of RGB (Red+Green+Blue) = 83+5+81=169 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.11% from 169); Green value is 5 (2.34% from 255 or 2.96% from 169); Blue value is 81 (32.03% from 255 or 47.93% from 169); Max value from RGB is 83 - color contains mainly: red. Hex color #530551 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530551 is #ACFAAE. Grayscale: #242424. Windows color (decimal): -11336367 or 5309779. OLE color: 5309779.
HSL color Cylindrical-coordinate representation of color #530551: hue angle of 301.54º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #530551 is Cyan = 0, Magento = 0.94, Yellow = 0.02 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 5 | 81 | - |
| CMYK | 0 | 0.94 | 0.02 | 0.67 |
| HSL | 301.54º | 0.89% | 0.17% | - |
| HSV(B) | 301.54º | 0.94% | 0.33% | - |
| XYZ | 5.11 | 2.54 | 8.01 | - |
| YUV | 36.99 | 152.84 | 160.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 5 | 81 | 0 | 0.94 | 0.02 | 0.67 | 301.54 | 0.89 | 0.17 |
| Hex | 53 | 5 | 51 | 0 | 5E | 2 | 43 | 12E | 59 | 11 |
| Octal | 123 | 5 | 121 | 0 | 136 | 2 | 103 | 456 | 131 | 21 |
| Binary | 1010011 | 101 | 1010001 | 0 | 1011110 | 10 | 1000011 | 100101110 | 1011001 | 10001 |
Color Harmonies of #530551
Complementary color
Monochromatic Colors of #530551
Black with #530551
Text Example
Text Example
White with #530551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530551; }
p { color: rgb(83,5,81); }
H1.HeaderClassName
{
color: #530551;
}
.AnyTagClassName
{
color: #530551;
}
</style>
background-color css
<style>
a { background-color: #530551; }
a { background-color: rgb(83,5,81); }
div.DivClassName
{
background-color: #530551;
}
.BgClassName
{
background-color: #530551;
}
</style>
border-color css
<style>
span { border-color: #530551; }
span { border-color: rgb(83,5,81); }
td.TdClassName
{
border-color: #530551;
}
.TagClassName
{
border-color: #530551;
}
</style>