Shades of Hot Purple #530A50
Tints of Hot Purple #530A50
RGB
CMYK
RGB Variations
Color information
#530A50 (or 0x530A50) is known color: Hot Purple. HEX triplet: 53, 0A and 50. RGB value is (83,10,80). Sum of RGB (Red+Green+Blue) = 83+10+80=173 (22% of max value = 765). Red value is 83 (32.81% from 255 or 47.98% from 173); Green value is 10 (4.30% from 255 or 5.78% from 173); Blue value is 80 (31.64% from 255 or 46.24% from 173); Max value from RGB is 83 - color contains mainly: red. Hex color #530A50 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530A50 is #ACF5AF. Grayscale: #272727. Windows color (decimal): -11335088 or 5245523. OLE color: 5245523.
HSL color Cylindrical-coordinate representation of color #530A50: hue angle of 302.47º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #530A50 is Cyan = 0, Magento = 0.88, Yellow = 0.04 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 10 | 80 | - |
| CMYK | 0 | 0.88 | 0.04 | 0.67 |
| HSL | 302.47º | 0.78% | 0.18% | - |
| HSV(B) | 302.47º | 0.88% | 0.33% | - |
| XYZ | 5.12 | 2.64 | 7.83 | - |
| YUV | 39.81 | 150.68 | 158.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 10 | 80 | 0 | 0.88 | 0.04 | 0.67 | 302.47 | 0.78 | 0.18 |
| Hex | 53 | A | 50 | 0 | 58 | 4 | 43 | 12E | 4E | 12 |
| Octal | 123 | 12 | 120 | 0 | 130 | 4 | 103 | 456 | 116 | 22 |
| Binary | 1010011 | 1010 | 1010000 | 0 | 1011000 | 100 | 1000011 | 100101110 | 1001110 | 10010 |
Color Harmonies of #530A50
Complementary color
Monochromatic Colors of #530A50
Black with #530A50
Text Example
Text Example
White with #530A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530A50; }
p { color: rgb(83,10,80); }
H1.HeaderClassName
{
color: #530A50;
}
.AnyTagClassName
{
color: #530A50;
}
</style>
background-color css
<style>
a { background-color: #530A50; }
a { background-color: rgb(83,10,80); }
div.DivClassName
{
background-color: #530A50;
}
.BgClassName
{
background-color: #530A50;
}
</style>
border-color css
<style>
span { border-color: #530A50; }
span { border-color: rgb(83,10,80); }
td.TdClassName
{
border-color: #530A50;
}
.TagClassName
{
border-color: #530A50;
}
</style>