Shades of Hot Purple #500753
Tints of Hot Purple #500753
RGB
CMYK
RGB Variations
Color information
#500753 (or 0x500753) is known color: Hot Purple. HEX triplet: 50, 07 and 53. RGB value is (80,7,83). Sum of RGB (Red+Green+Blue) = 80+7+83=170 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.06% from 170); Green value is 7 (3.12% from 255 or 4.12% from 170); Blue value is 83 (32.81% from 255 or 48.82% from 170); Max value from RGB is 83 - color contains mainly: blue. Hex color #500753 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500753 is #AFF8AC. Grayscale: #252525. Windows color (decimal): -11532461 or 5441360. OLE color: 5441360.
HSL color Cylindrical-coordinate representation of color #500753: hue angle of 297.63º degrees, saturation: 0.84, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #500753 is Cyan = 0.04, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 80 | 7 | 83 | - |
| CMYK | 0.04 | 0.92 | 0 | 0.67 |
| HSL | 297.63º | 0.84% | 0.18% | - |
| HSV(B) | 297.63º | 0.92% | 0.33% | - |
| XYZ | 4.95 | 2.48 | 8.4 | - |
| YUV | 37.49 | 153.68 | 158.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 7 | 83 | 0.04 | 0.92 | 0 | 0.67 | 297.63 | 0.84 | 0.18 |
| Hex | 50 | 7 | 53 | 4 | 5C | 0 | 43 | 12A | 54 | 12 |
| Octal | 120 | 7 | 123 | 4 | 134 | 0 | 103 | 452 | 124 | 22 |
| Binary | 1010000 | 111 | 1010011 | 100 | 1011100 | 0 | 1000011 | 100101010 | 1010100 | 10010 |
Color Harmonies of #500753
Complementary color
Monochromatic Colors of #500753
Black with #500753
Text Example
Text Example
White with #500753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500753; }
p { color: rgb(80,7,83); }
H1.HeaderClassName
{
color: #500753;
}
.AnyTagClassName
{
color: #500753;
}
</style>
background-color css
<style>
a { background-color: #500753; }
a { background-color: rgb(80,7,83); }
div.DivClassName
{
background-color: #500753;
}
.BgClassName
{
background-color: #500753;
}
</style>
border-color css
<style>
span { border-color: #500753; }
span { border-color: rgb(80,7,83); }
td.TdClassName
{
border-color: #500753;
}
.TagClassName
{
border-color: #500753;
}
</style>