Shades of Hot Purple #502255
Tints of Hot Purple #502255
RGB
CMYK
RGB Variations
Color information
#502255 (or 0x502255) is known color: Hot Purple. HEX triplet: 50, 22 and 55. RGB value is (80,34,85). Sum of RGB (Red+Green+Blue) = 80+34+85=199 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.20% from 199); Green value is 34 (13.67% from 255 or 17.09% from 199); Blue value is 85 (33.59% from 255 or 42.71% from 199); Max value from RGB is 85 - color contains mainly: blue. Hex color #502255 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502255 is #AFDDAA. Grayscale: #353535. Windows color (decimal): -11525547 or 5579344. OLE color: 5579344.
HSL color Cylindrical-coordinate representation of color #502255: hue angle of 294.12º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #502255 is Cyan = 0.06, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 80 | 34 | 85 | - |
| CMYK | 0.06 | 0.60 | 0 | 0.67 |
| HSL | 294.12º | 0.43% | 0.23% | - |
| HSV(B) | 294.12º | 0.6% | 0.33% | - |
| XYZ | 5.52 | 3.51 | 8.98 | - |
| YUV | 53.57 | 145.74 | 146.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 34 | 85 | 0.06 | 0.60 | 0 | 0.67 | 294.12 | 0.43 | 0.23 |
| Hex | 50 | 22 | 55 | 6 | 3C | 0 | 43 | 126 | 2B | 17 |
| Octal | 120 | 42 | 125 | 6 | 74 | 0 | 103 | 446 | 53 | 27 |
| Binary | 1010000 | 100010 | 1010101 | 110 | 111100 | 0 | 1000011 | 100100110 | 101011 | 10111 |
Color Harmonies of #502255
Complementary color
Monochromatic Colors of #502255
Black with #502255
Text Example
Text Example
White with #502255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502255; }
p { color: rgb(80,34,85); }
H1.HeaderClassName
{
color: #502255;
}
.AnyTagClassName
{
color: #502255;
}
</style>
background-color css
<style>
a { background-color: #502255; }
a { background-color: rgb(80,34,85); }
div.DivClassName
{
background-color: #502255;
}
.BgClassName
{
background-color: #502255;
}
</style>
border-color css
<style>
span { border-color: #502255; }
span { border-color: rgb(80,34,85); }
td.TdClassName
{
border-color: #502255;
}
.TagClassName
{
border-color: #502255;
}
</style>