Shades of Hot Purple #503856
Tints of Hot Purple #503856
RGB
CMYK
RGB Variations
Color information
#503856 (or 0x503856) is known color: Hot Purple. HEX triplet: 50, 38 and 56. RGB value is (80,56,86). Sum of RGB (Red+Green+Blue) = 80+56+86=222 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.04% from 222); Green value is 56 (22.27% from 255 or 25.23% from 222); Blue value is 86 (33.98% from 255 or 38.74% from 222); Max value from RGB is 86 - color contains mainly: blue. Hex color #503856 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503856 is #AFC7A9. Grayscale: #424242. Windows color (decimal): -11519914 or 5650512. OLE color: 5650512.
HSL color Cylindrical-coordinate representation of color #503856: hue angle of 288º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #503856 is Cyan = 0.07, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 80 | 56 | 86 | - |
| CMYK | 0.07 | 0.35 | 0 | 0.66 |
| HSL | 288º | 0.21% | 0.28% | - |
| HSV(B) | 288º | 0.35% | 0.34% | - |
| XYZ | 6.4 | 5.21 | 9.47 | - |
| YUV | 66.6 | 138.95 | 137.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 56 | 86 | 0.07 | 0.35 | 0 | 0.66 | 288 | 0.21 | 0.28 |
| Hex | 50 | 38 | 56 | 7 | 23 | 0 | 42 | 120 | 15 | 1C |
| Octal | 120 | 70 | 126 | 7 | 43 | 0 | 102 | 440 | 25 | 34 |
| Binary | 1010000 | 111000 | 1010110 | 111 | 100011 | 0 | 1000010 | 100100000 | 10101 | 11100 |
Color Harmonies of #503856
Complementary color
Monochromatic Colors of #503856
Black with #503856
Text Example
Text Example
White with #503856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503856; }
p { color: rgb(80,56,86); }
H1.HeaderClassName
{
color: #503856;
}
.AnyTagClassName
{
color: #503856;
}
</style>
background-color css
<style>
a { background-color: #503856; }
a { background-color: rgb(80,56,86); }
div.DivClassName
{
background-color: #503856;
}
.BgClassName
{
background-color: #503856;
}
</style>
border-color css
<style>
span { border-color: #503856; }
span { border-color: rgb(80,56,86); }
td.TdClassName
{
border-color: #503856;
}
.TagClassName
{
border-color: #503856;
}
</style>