Shades of Hot Purple #502751
Tints of Hot Purple #502751
RGB
CMYK
RGB Variations
Color information
#502751 (or 0x502751) is known color: Hot Purple. HEX triplet: 50, 27 and 51. RGB value is (80,39,81). Sum of RGB (Red+Green+Blue) = 80+39+81=200 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40% from 200); Green value is 39 (15.62% from 255 or 19.5% from 200); Blue value is 81 (32.03% from 255 or 40.5% from 200); Max value from RGB is 81 - color contains mainly: blue. Hex color #502751 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502751 is #AFD8AE. Grayscale: #373737. Windows color (decimal): -11524271 or 5318480. OLE color: 5318480.
HSL color Cylindrical-coordinate representation of color #502751: hue angle of 298.57º degrees, saturation: 0.35, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #502751 is Cyan = 0.01, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 80 | 39 | 81 | - |
| CMYK | 0.01 | 0.52 | 0 | 0.68 |
| HSL | 298.57º | 0.35% | 0.24% | - |
| HSV(B) | 298.57º | 0.52% | 0.32% | - |
| XYZ | 5.52 | 3.75 | 8.22 | - |
| YUV | 56.05 | 142.08 | 145.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 39 | 81 | 0.01 | 0.52 | 0 | 0.68 | 298.57 | 0.35 | 0.24 |
| Hex | 50 | 27 | 51 | 1 | 34 | 0 | 44 | 12B | 23 | 18 |
| Octal | 120 | 47 | 121 | 1 | 64 | 0 | 104 | 453 | 43 | 30 |
| Binary | 1010000 | 100111 | 1010001 | 1 | 110100 | 0 | 1000100 | 100101011 | 100011 | 11000 |
Color Harmonies of #502751
Complementary color
Monochromatic Colors of #502751
Black with #502751
Text Example
Text Example
White with #502751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502751; }
p { color: rgb(80,39,81); }
H1.HeaderClassName
{
color: #502751;
}
.AnyTagClassName
{
color: #502751;
}
</style>
background-color css
<style>
a { background-color: #502751; }
a { background-color: rgb(80,39,81); }
div.DivClassName
{
background-color: #502751;
}
.BgClassName
{
background-color: #502751;
}
</style>
border-color css
<style>
span { border-color: #502751; }
span { border-color: rgb(80,39,81); }
td.TdClassName
{
border-color: #502751;
}
.TagClassName
{
border-color: #502751;
}
</style>