Shades of Hot Purple #502355
Tints of Hot Purple #502355
RGB
CMYK
RGB Variations
Color information
#502355 (or 0x502355) is known color: Hot Purple. HEX triplet: 50, 23 and 55. RGB value is (80,35,85). Sum of RGB (Red+Green+Blue) = 80+35+85=200 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40% from 200); Green value is 35 (14.06% from 255 or 17.5% from 200); Blue value is 85 (33.59% from 255 or 42.5% from 200); Max value from RGB is 85 - color contains mainly: blue. Hex color #502355 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502355 is #AFDCAA. Grayscale: #363636. Windows color (decimal): -11525291 or 5579600. OLE color: 5579600.
HSL color Cylindrical-coordinate representation of color #502355: hue angle of 294º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #502355 is Cyan = 0.06, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 80 | 35 | 85 | - |
| CMYK | 0.06 | 0.59 | 0 | 0.67 |
| HSL | 294º | 0.42% | 0.24% | - |
| HSV(B) | 294º | 0.59% | 0.33% | - |
| XYZ | 5.55 | 3.56 | 8.99 | - |
| YUV | 54.16 | 145.41 | 146.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 35 | 85 | 0.06 | 0.59 | 0 | 0.67 | 294 | 0.42 | 0.24 |
| Hex | 50 | 23 | 55 | 6 | 3B | 0 | 43 | 126 | 2A | 18 |
| Octal | 120 | 43 | 125 | 6 | 73 | 0 | 103 | 446 | 52 | 30 |
| Binary | 1010000 | 100011 | 1010101 | 110 | 111011 | 0 | 1000011 | 100100110 | 101010 | 11000 |
Color Harmonies of #502355
Complementary color
Monochromatic Colors of #502355
Black with #502355
Text Example
Text Example
White with #502355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502355; }
p { color: rgb(80,35,85); }
H1.HeaderClassName
{
color: #502355;
}
.AnyTagClassName
{
color: #502355;
}
</style>
background-color css
<style>
a { background-color: #502355; }
a { background-color: rgb(80,35,85); }
div.DivClassName
{
background-color: #502355;
}
.BgClassName
{
background-color: #502355;
}
</style>
border-color css
<style>
span { border-color: #502355; }
span { border-color: rgb(80,35,85); }
td.TdClassName
{
border-color: #502355;
}
.TagClassName
{
border-color: #502355;
}
</style>