Shades of Hot Purple #500853
Tints of Hot Purple #500853
RGB
CMYK
RGB Variations
Color information
#500853 (or 0x500853) is known color: Hot Purple. HEX triplet: 50, 08 and 53. RGB value is (80,8,83). Sum of RGB (Red+Green+Blue) = 80+8+83=171 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.78% from 171); Green value is 8 (3.52% from 255 or 4.68% from 171); Blue value is 83 (32.81% from 255 or 48.54% from 171); Max value from RGB is 83 - color contains mainly: blue. Hex color #500853 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500853 is #AFF7AC. Grayscale: #252525. Windows color (decimal): -11532205 or 5441616. OLE color: 5441616.
HSL color Cylindrical-coordinate representation of color #500853: hue angle of 297.6º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #500853 is Cyan = 0.04, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 80 | 8 | 83 | - |
| CMYK | 0.04 | 0.90 | 0 | 0.67 |
| HSL | 297.6º | 0.82% | 0.18% | - |
| HSV(B) | 297.6º | 0.9% | 0.33% | - |
| XYZ | 4.96 | 2.5 | 8.41 | - |
| YUV | 38.08 | 153.35 | 157.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 8 | 83 | 0.04 | 0.90 | 0 | 0.67 | 297.6 | 0.82 | 0.18 |
| Hex | 50 | 8 | 53 | 4 | 5A | 0 | 43 | 12A | 52 | 12 |
| Octal | 120 | 10 | 123 | 4 | 132 | 0 | 103 | 452 | 122 | 22 |
| Binary | 1010000 | 1000 | 1010011 | 100 | 1011010 | 0 | 1000011 | 100101010 | 1010010 | 10010 |
Color Harmonies of #500853
Complementary color
Monochromatic Colors of #500853
Black with #500853
Text Example
Text Example
White with #500853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500853; }
p { color: rgb(80,8,83); }
H1.HeaderClassName
{
color: #500853;
}
.AnyTagClassName
{
color: #500853;
}
</style>
background-color css
<style>
a { background-color: #500853; }
a { background-color: rgb(80,8,83); }
div.DivClassName
{
background-color: #500853;
}
.BgClassName
{
background-color: #500853;
}
</style>
border-color css
<style>
span { border-color: #500853; }
span { border-color: rgb(80,8,83); }
td.TdClassName
{
border-color: #500853;
}
.TagClassName
{
border-color: #500853;
}
</style>