Shades of Hot Purple #530D50
Tints of Hot Purple #530D50
RGB
CMYK
RGB Variations
Color information
#530D50 (or 0x530D50) is known color: Hot Purple. HEX triplet: 53, 0D and 50. RGB value is (83,13,80). Sum of RGB (Red+Green+Blue) = 83+13+80=176 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.16% from 176); Green value is 13 (5.47% from 255 or 7.39% from 176); Blue value is 80 (31.64% from 255 or 45.45% from 176); Max value from RGB is 83 - color contains mainly: red. Hex color #530D50 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530D50 is #ACF2AF. Grayscale: #292929. Windows color (decimal): -11334320 or 5246291. OLE color: 5246291.
HSL color Cylindrical-coordinate representation of color #530D50: hue angle of 302.57º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #530D50 is Cyan = 0, Magento = 0.84, Yellow = 0.04 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 13 | 80 | - |
| CMYK | 0 | 0.84 | 0.04 | 0.67 |
| HSL | 302.57º | 0.73% | 0.19% | - |
| HSV(B) | 302.57º | 0.84% | 0.33% | - |
| XYZ | 5.16 | 2.71 | 7.84 | - |
| YUV | 41.57 | 149.69 | 157.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 13 | 80 | 0 | 0.84 | 0.04 | 0.67 | 302.57 | 0.73 | 0.19 |
| Hex | 53 | D | 50 | 0 | 54 | 4 | 43 | 12F | 49 | 13 |
| Octal | 123 | 15 | 120 | 0 | 124 | 4 | 103 | 457 | 111 | 23 |
| Binary | 1010011 | 1101 | 1010000 | 0 | 1010100 | 100 | 1000011 | 100101111 | 1001001 | 10011 |
Color Harmonies of #530D50
Complementary color
Monochromatic Colors of #530D50
Black with #530D50
Text Example
Text Example
White with #530D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530D50; }
p { color: rgb(83,13,80); }
H1.HeaderClassName
{
color: #530D50;
}
.AnyTagClassName
{
color: #530D50;
}
</style>
background-color css
<style>
a { background-color: #530D50; }
a { background-color: rgb(83,13,80); }
div.DivClassName
{
background-color: #530D50;
}
.BgClassName
{
background-color: #530D50;
}
</style>
border-color css
<style>
span { border-color: #530D50; }
span { border-color: rgb(83,13,80); }
td.TdClassName
{
border-color: #530D50;
}
.TagClassName
{
border-color: #530D50;
}
</style>