Shades of Hot Purple #530F5D
Tints of Hot Purple #530F5D
RGB
CMYK
RGB Variations
Color information
#530F5D (or 0x530F5D) is known color: Hot Purple. HEX triplet: 53, 0F and 5D. RGB value is (83,15,93). Sum of RGB (Red+Green+Blue) = 83+15+93=191 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.46% from 191); Green value is 15 (6.25% from 255 or 7.85% from 191); Blue value is 93 (36.72% from 255 or 48.69% from 191); Max value from RGB is 93 - color contains mainly: blue. Hex color #530F5D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530F5D is #ACF0A2. Grayscale: #2B2B2B. Windows color (decimal): -11333795 or 6098771. OLE color: 6098771.
HSL color Cylindrical-coordinate representation of color #530F5D: hue angle of 292.31º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #530F5D is Cyan = 0.11, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 83 | 15 | 93 | - |
| CMYK | 0.11 | 0.84 | 0 | 0.64 |
| HSL | 292.31º | 0.72% | 0.21% | - |
| HSV(B) | 292.31º | 0.84% | 0.36% | - |
| XYZ | 5.71 | 2.97 | 10.63 | - |
| YUV | 44.22 | 155.53 | 155.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 15 | 93 | 0.11 | 0.84 | 0 | 0.64 | 292.31 | 0.72 | 0.21 |
| Hex | 53 | F | 5D | B | 54 | 0 | 40 | 124 | 48 | 15 |
| Octal | 123 | 17 | 135 | 13 | 124 | 0 | 100 | 444 | 110 | 25 |
| Binary | 1010011 | 1111 | 1011101 | 1011 | 1010100 | 0 | 1000000 | 100100100 | 1001000 | 10101 |
Color Harmonies of #530F5D
Complementary color
Monochromatic Colors of #530F5D
Black with #530F5D
Text Example
Text Example
White with #530F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530F5D; }
p { color: rgb(83,15,93); }
H1.HeaderClassName
{
color: #530F5D;
}
.AnyTagClassName
{
color: #530F5D;
}
</style>
background-color css
<style>
a { background-color: #530F5D; }
a { background-color: rgb(83,15,93); }
div.DivClassName
{
background-color: #530F5D;
}
.BgClassName
{
background-color: #530F5D;
}
</style>
border-color css
<style>
span { border-color: #530F5D; }
span { border-color: rgb(83,15,93); }
td.TdClassName
{
border-color: #530F5D;
}
.TagClassName
{
border-color: #530F5D;
}
</style>