Shades of Hot Purple #502B55
Tints of Hot Purple #502B55
RGB
CMYK
RGB Variations
Color information
#502B55 (or 0x502B55) is known color: Hot Purple. HEX triplet: 50, 2B and 55. RGB value is (80,43,85). Sum of RGB (Red+Green+Blue) = 80+43+85=208 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.46% from 208); Green value is 43 (17.19% from 255 or 20.67% from 208); Blue value is 85 (33.59% from 255 or 40.87% from 208); Max value from RGB is 85 - color contains mainly: blue. Hex color #502B55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502B55 is #AFD4AA. Grayscale: #3A3A3A. Windows color (decimal): -11523243 or 5581648. OLE color: 5581648.
HSL color Cylindrical-coordinate representation of color #502B55: hue angle of 292.86º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #502B55 is Cyan = 0.06, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 80 | 43 | 85 | - |
| CMYK | 0.06 | 0.49 | 0 | 0.67 |
| HSL | 292.86º | 0.33% | 0.25% | - |
| HSV(B) | 292.86º | 0.49% | 0.33% | - |
| XYZ | 5.81 | 4.09 | 9.08 | - |
| YUV | 58.85 | 142.76 | 143.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 43 | 85 | 0.06 | 0.49 | 0 | 0.67 | 292.86 | 0.33 | 0.25 |
| Hex | 50 | 2B | 55 | 6 | 31 | 0 | 43 | 125 | 21 | 19 |
| Octal | 120 | 53 | 125 | 6 | 61 | 0 | 103 | 445 | 41 | 31 |
| Binary | 1010000 | 101011 | 1010101 | 110 | 110001 | 0 | 1000011 | 100100101 | 100001 | 11001 |
Color Harmonies of #502B55
Complementary color
Monochromatic Colors of #502B55
Black with #502B55
Text Example
Text Example
White with #502B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502B55; }
p { color: rgb(80,43,85); }
H1.HeaderClassName
{
color: #502B55;
}
.AnyTagClassName
{
color: #502B55;
}
</style>
background-color css
<style>
a { background-color: #502B55; }
a { background-color: rgb(80,43,85); }
div.DivClassName
{
background-color: #502B55;
}
.BgClassName
{
background-color: #502B55;
}
</style>
border-color css
<style>
span { border-color: #502B55; }
span { border-color: rgb(80,43,85); }
td.TdClassName
{
border-color: #502B55;
}
.TagClassName
{
border-color: #502B55;
}
</style>