Shades of Hot Purple #503255
Tints of Hot Purple #503255
RGB
CMYK
RGB Variations
Color information
#503255 (or 0x503255) is known color: Hot Purple. HEX triplet: 50, 32 and 55. RGB value is (80,50,85). Sum of RGB (Red+Green+Blue) = 80+50+85=215 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.21% from 215); Green value is 50 (19.92% from 255 or 23.26% from 215); Blue value is 85 (33.59% from 255 or 39.53% from 215); Max value from RGB is 85 - color contains mainly: blue. Hex color #503255 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503255 is #AFCDAA. Grayscale: #3E3E3E. Windows color (decimal): -11521451 or 5583440. OLE color: 5583440.
HSL color Cylindrical-coordinate representation of color #503255: hue angle of 291.43º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #503255 is Cyan = 0.06, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 80 | 50 | 85 | - |
| CMYK | 0.06 | 0.41 | 0 | 0.67 |
| HSL | 291.43º | 0.26% | 0.26% | - |
| HSV(B) | 291.43º | 0.41% | 0.33% | - |
| XYZ | 6.09 | 4.64 | 9.17 | - |
| YUV | 62.96 | 140.44 | 140.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 50 | 85 | 0.06 | 0.41 | 0 | 0.67 | 291.43 | 0.26 | 0.26 |
| Hex | 50 | 32 | 55 | 6 | 29 | 0 | 43 | 123 | 1A | 1A |
| Octal | 120 | 62 | 125 | 6 | 51 | 0 | 103 | 443 | 32 | 32 |
| Binary | 1010000 | 110010 | 1010101 | 110 | 101001 | 0 | 1000011 | 100100011 | 11010 | 11010 |
Color Harmonies of #503255
Complementary color
Monochromatic Colors of #503255
Black with #503255
Text Example
Text Example
White with #503255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503255; }
p { color: rgb(80,50,85); }
H1.HeaderClassName
{
color: #503255;
}
.AnyTagClassName
{
color: #503255;
}
</style>
background-color css
<style>
a { background-color: #503255; }
a { background-color: rgb(80,50,85); }
div.DivClassName
{
background-color: #503255;
}
.BgClassName
{
background-color: #503255;
}
</style>
border-color css
<style>
span { border-color: #503255; }
span { border-color: rgb(80,50,85); }
td.TdClassName
{
border-color: #503255;
}
.TagClassName
{
border-color: #503255;
}
</style>