Shades of Hot Purple #530A57
Tints of Hot Purple #530A57
RGB
CMYK
RGB Variations
Color information
#530A57 (or 0x530A57) is known color: Hot Purple. HEX triplet: 53, 0A and 57. RGB value is (83,10,87). Sum of RGB (Red+Green+Blue) = 83+10+87=180 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.11% from 180); Green value is 10 (4.30% from 255 or 5.56% from 180); Blue value is 87 (34.38% from 255 or 48.33% from 180); Max value from RGB is 87 - color contains mainly: blue. Hex color #530A57 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530A57 is #ACF5A8. Grayscale: #282828. Windows color (decimal): -11335081 or 5704275. OLE color: 5704275.
HSL color Cylindrical-coordinate representation of color #530A57: hue angle of 296.88º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #530A57 is Cyan = 0.05, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 83 | 10 | 87 | - |
| CMYK | 0.05 | 0.89 | 0 | 0.66 |
| HSL | 296.88º | 0.79% | 0.19% | - |
| HSV(B) | 296.88º | 0.89% | 0.34% | - |
| XYZ | 5.4 | 2.74 | 9.26 | - |
| YUV | 40.61 | 154.18 | 158.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 10 | 87 | 0.05 | 0.89 | 0 | 0.66 | 296.88 | 0.79 | 0.19 |
| Hex | 53 | A | 57 | 5 | 59 | 0 | 42 | 129 | 4F | 13 |
| Octal | 123 | 12 | 127 | 5 | 131 | 0 | 102 | 451 | 117 | 23 |
| Binary | 1010011 | 1010 | 1010111 | 101 | 1011001 | 0 | 1000010 | 100101001 | 1001111 | 10011 |
Color Harmonies of #530A57
Complementary color
Monochromatic Colors of #530A57
Black with #530A57
Text Example
Text Example
White with #530A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530A57; }
p { color: rgb(83,10,87); }
H1.HeaderClassName
{
color: #530A57;
}
.AnyTagClassName
{
color: #530A57;
}
</style>
background-color css
<style>
a { background-color: #530A57; }
a { background-color: rgb(83,10,87); }
div.DivClassName
{
background-color: #530A57;
}
.BgClassName
{
background-color: #530A57;
}
</style>
border-color css
<style>
span { border-color: #530A57; }
span { border-color: rgb(83,10,87); }
td.TdClassName
{
border-color: #530A57;
}
.TagClassName
{
border-color: #530A57;
}
</style>