Shades of Hot Purple #530B58
Tints of Hot Purple #530B58
RGB
CMYK
RGB Variations
Color information
#530B58 (or 0x530B58) is known color: Hot Purple. HEX triplet: 53, 0B and 58. RGB value is (83,11,88). Sum of RGB (Red+Green+Blue) = 83+11+88=182 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.60% from 182); Green value is 11 (4.69% from 255 or 6.04% from 182); Blue value is 88 (34.77% from 255 or 48.35% from 182); Max value from RGB is 88 - color contains mainly: blue. Hex color #530B58 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530B58 is #ACF4A7. Grayscale: #292929. Windows color (decimal): -11334824 or 5770067. OLE color: 5770067.
HSL color Cylindrical-coordinate representation of color #530B58: hue angle of 296.1º degrees, saturation: 0.78, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #530B58 is Cyan = 0.06, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 83 | 11 | 88 | - |
| CMYK | 0.06 | 0.88 | 0 | 0.65 |
| HSL | 296.1º | 0.78% | 0.19% | - |
| HSV(B) | 296.1º | 0.88% | 0.35% | - |
| XYZ | 5.45 | 2.78 | 9.48 | - |
| YUV | 41.31 | 154.35 | 157.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 11 | 88 | 0.06 | 0.88 | 0 | 0.65 | 296.1 | 0.78 | 0.19 |
| Hex | 53 | B | 58 | 6 | 58 | 0 | 41 | 128 | 4E | 13 |
| Octal | 123 | 13 | 130 | 6 | 130 | 0 | 101 | 450 | 116 | 23 |
| Binary | 1010011 | 1011 | 1011000 | 110 | 1011000 | 0 | 1000001 | 100101000 | 1001110 | 10011 |
Color Harmonies of #530B58
Complementary color
Monochromatic Colors of #530B58
Black with #530B58
Text Example
Text Example
White with #530B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530B58; }
p { color: rgb(83,11,88); }
H1.HeaderClassName
{
color: #530B58;
}
.AnyTagClassName
{
color: #530B58;
}
</style>
background-color css
<style>
a { background-color: #530B58; }
a { background-color: rgb(83,11,88); }
div.DivClassName
{
background-color: #530B58;
}
.BgClassName
{
background-color: #530B58;
}
</style>
border-color css
<style>
span { border-color: #530B58; }
span { border-color: rgb(83,11,88); }
td.TdClassName
{
border-color: #530B58;
}
.TagClassName
{
border-color: #530B58;
}
</style>