Shades of Hot Purple #500A53
Tints of Hot Purple #500A53
RGB
CMYK
RGB Variations
Color information
#500A53 (or 0x500A53) is known color: Hot Purple. HEX triplet: 50, 0A and 53. RGB value is (80,10,83). Sum of RGB (Red+Green+Blue) = 80+10+83=173 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.24% from 173); Green value is 10 (4.30% from 255 or 5.78% from 173); Blue value is 83 (32.81% from 255 or 47.98% from 173); Max value from RGB is 83 - color contains mainly: blue. Hex color #500A53 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500A53 is #AFF5AC. Grayscale: #272727. Windows color (decimal): -11531693 or 5442128. OLE color: 5442128.
HSL color Cylindrical-coordinate representation of color #500A53: hue angle of 297.53º 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 #500A53 is Cyan = 0.04, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 80 | 10 | 83 | - |
| CMYK | 0.04 | 0.88 | 0 | 0.67 |
| HSL | 297.53º | 0.78% | 0.18% | - |
| HSV(B) | 297.53º | 0.88% | 0.33% | - |
| XYZ | 4.98 | 2.55 | 8.41 | - |
| YUV | 39.25 | 152.69 | 157.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 10 | 83 | 0.04 | 0.88 | 0 | 0.67 | 297.53 | 0.78 | 0.18 |
| Hex | 50 | A | 53 | 4 | 58 | 0 | 43 | 12A | 4E | 12 |
| Octal | 120 | 12 | 123 | 4 | 130 | 0 | 103 | 452 | 116 | 22 |
| Binary | 1010000 | 1010 | 1010011 | 100 | 1011000 | 0 | 1000011 | 100101010 | 1001110 | 10010 |
Color Harmonies of #500A53
Complementary color
Monochromatic Colors of #500A53
Black with #500A53
Text Example
Text Example
White with #500A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500A53; }
p { color: rgb(80,10,83); }
H1.HeaderClassName
{
color: #500A53;
}
.AnyTagClassName
{
color: #500A53;
}
</style>
background-color css
<style>
a { background-color: #500A53; }
a { background-color: rgb(80,10,83); }
div.DivClassName
{
background-color: #500A53;
}
.BgClassName
{
background-color: #500A53;
}
</style>
border-color css
<style>
span { border-color: #500A53; }
span { border-color: rgb(80,10,83); }
td.TdClassName
{
border-color: #500A53;
}
.TagClassName
{
border-color: #500A53;
}
</style>