Shades of Hot Purple #530B56
Tints of Hot Purple #530B56
RGB
CMYK
RGB Variations
Color information
#530B56 (or 0x530B56) is known color: Hot Purple. HEX triplet: 53, 0B and 56. RGB value is (83,11,86). Sum of RGB (Red+Green+Blue) = 83+11+86=180 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.11% from 180); Green value is 11 (4.69% from 255 or 6.11% from 180); Blue value is 86 (33.98% from 255 or 47.78% from 180); Max value from RGB is 86 - color contains mainly: blue. Hex color #530B56 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530B56 is #ACF4A9. Grayscale: #282828. Windows color (decimal): -11334826 or 5638995. OLE color: 5638995.
HSL color Cylindrical-coordinate representation of color #530B56: hue angle of 297.6º degrees, saturation: 0.77, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #530B56 is Cyan = 0.03, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 83 | 11 | 86 | - |
| CMYK | 0.03 | 0.87 | 0 | 0.66 |
| HSL | 297.6º | 0.77% | 0.19% | - |
| HSV(B) | 297.6º | 0.87% | 0.34% | - |
| XYZ | 5.37 | 2.75 | 9.05 | - |
| YUV | 41.08 | 153.35 | 157.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 11 | 86 | 0.03 | 0.87 | 0 | 0.66 | 297.6 | 0.77 | 0.19 |
| Hex | 53 | B | 56 | 3 | 57 | 0 | 42 | 12A | 4D | 13 |
| Octal | 123 | 13 | 126 | 3 | 127 | 0 | 102 | 452 | 115 | 23 |
| Binary | 1010011 | 1011 | 1010110 | 11 | 1010111 | 0 | 1000010 | 100101010 | 1001101 | 10011 |
Color Harmonies of #530B56
Complementary color
Monochromatic Colors of #530B56
Black with #530B56
Text Example
Text Example
White with #530B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530B56; }
p { color: rgb(83,11,86); }
H1.HeaderClassName
{
color: #530B56;
}
.AnyTagClassName
{
color: #530B56;
}
</style>
background-color css
<style>
a { background-color: #530B56; }
a { background-color: rgb(83,11,86); }
div.DivClassName
{
background-color: #530B56;
}
.BgClassName
{
background-color: #530B56;
}
</style>
border-color css
<style>
span { border-color: #530B56; }
span { border-color: rgb(83,11,86); }
td.TdClassName
{
border-color: #530B56;
}
.TagClassName
{
border-color: #530B56;
}
</style>