Shades of Hot Purple #530B5D
Tints of Hot Purple #530B5D
RGB
CMYK
RGB Variations
Color information
#530B5D (or 0x530B5D) is known color: Hot Purple. HEX triplet: 53, 0B and 5D. RGB value is (83,11,93). Sum of RGB (Red+Green+Blue) = 83+11+93=187 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.39% from 187); Green value is 11 (4.69% from 255 or 5.88% from 187); Blue value is 93 (36.72% from 255 or 49.73% from 187); Max value from RGB is 93 - color contains mainly: blue. Hex color #530B5D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530B5D is #ACF4A2. Grayscale: #292929. Windows color (decimal): -11334819 or 6097747. OLE color: 6097747.
HSL color Cylindrical-coordinate representation of color #530B5D: hue angle of 292.68º degrees, saturation: 0.79, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #530B5D is Cyan = 0.11, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 83 | 11 | 93 | - |
| CMYK | 0.11 | 0.88 | 0 | 0.64 |
| HSL | 292.68º | 0.79% | 0.2% | - |
| HSV(B) | 292.68º | 0.88% | 0.36% | - |
| XYZ | 5.66 | 2.87 | 10.61 | - |
| YUV | 41.88 | 156.85 | 157.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 11 | 93 | 0.11 | 0.88 | 0 | 0.64 | 292.68 | 0.79 | 0.2 |
| Hex | 53 | B | 5D | B | 58 | 0 | 40 | 125 | 4F | 14 |
| Octal | 123 | 13 | 135 | 13 | 130 | 0 | 100 | 445 | 117 | 24 |
| Binary | 1010011 | 1011 | 1011101 | 1011 | 1011000 | 0 | 1000000 | 100100101 | 1001111 | 10100 |
Color Harmonies of #530B5D
Complementary color
Monochromatic Colors of #530B5D
Black with #530B5D
Text Example
Text Example
White with #530B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530B5D; }
p { color: rgb(83,11,93); }
H1.HeaderClassName
{
color: #530B5D;
}
.AnyTagClassName
{
color: #530B5D;
}
</style>
background-color css
<style>
a { background-color: #530B5D; }
a { background-color: rgb(83,11,93); }
div.DivClassName
{
background-color: #530B5D;
}
.BgClassName
{
background-color: #530B5D;
}
</style>
border-color css
<style>
span { border-color: #530B5D; }
span { border-color: rgb(83,11,93); }
td.TdClassName
{
border-color: #530B5D;
}
.TagClassName
{
border-color: #530B5D;
}
</style>