Shades of Hot Purple #502A4E
Tints of Hot Purple #502A4E
RGB
CMYK
RGB Variations
Color information
#502A4E (or 0x502A4E) is known color: Hot Purple. HEX triplet: 50, 2A and 4E. RGB value is (80,42,78). Sum of RGB (Red+Green+Blue) = 80+42+78=200 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40% from 200); Green value is 42 (16.80% from 255 or 21% from 200); Blue value is 78 (30.86% from 255 or 39% from 200); Max value from RGB is 80 - color contains mainly: red. Hex color #502A4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502A4E is #AFD5B1. Grayscale: #393939. Windows color (decimal): -11523506 or 5122640. OLE color: 5122640.
HSL color Cylindrical-coordinate representation of color #502A4E: hue angle of 303.16º degrees, saturation: 0.31, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #502A4E is Cyan = 0, Magento = 0.48, Yellow = 0.02 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 42 | 78 | - |
| CMYK | 0 | 0.48 | 0.02 | 0.69 |
| HSL | 303.16º | 0.31% | 0.24% | - |
| HSV(B) | 303.16º | 0.48% | 0.31% | - |
| XYZ | 5.51 | 3.91 | 7.67 | - |
| YUV | 57.47 | 139.59 | 144.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 42 | 78 | 0 | 0.48 | 0.02 | 0.69 | 303.16 | 0.31 | 0.24 |
| Hex | 50 | 2A | 4E | 0 | 30 | 2 | 45 | 12F | 1F | 18 |
| Octal | 120 | 52 | 116 | 0 | 60 | 2 | 105 | 457 | 37 | 30 |
| Binary | 1010000 | 101010 | 1001110 | 0 | 110000 | 10 | 1000101 | 100101111 | 11111 | 11000 |
Color Harmonies of #502A4E
Complementary color
Monochromatic Colors of #502A4E
Black with #502A4E
Text Example
Text Example
White with #502A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502A4E; }
p { color: rgb(80,42,78); }
H1.HeaderClassName
{
color: #502A4E;
}
.AnyTagClassName
{
color: #502A4E;
}
</style>
background-color css
<style>
a { background-color: #502A4E; }
a { background-color: rgb(80,42,78); }
div.DivClassName
{
background-color: #502A4E;
}
.BgClassName
{
background-color: #502A4E;
}
</style>
border-color css
<style>
span { border-color: #502A4E; }
span { border-color: rgb(80,42,78); }
td.TdClassName
{
border-color: #502A4E;
}
.TagClassName
{
border-color: #502A4E;
}
</style>