Shades of Hot Purple #513050
Tints of Hot Purple #513050
RGB
CMYK
RGB Variations
Color information
#513050 (or 0x513050) is known color: Hot Purple. HEX triplet: 51, 30 and 50. RGB value is (81,48,80). Sum of RGB (Red+Green+Blue) = 81+48+80=209 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.76% from 209); Green value is 48 (19.14% from 255 or 22.97% from 209); Blue value is 80 (31.64% from 255 or 38.28% from 209); Max value from RGB is 81 - color contains mainly: red. Hex color #513050 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513050 is #AECFAF. Grayscale: #3D3D3D. Windows color (decimal): -11456432 or 5255249. OLE color: 5255249.
HSL color Cylindrical-coordinate representation of color #513050: hue angle of 301.82º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #513050 is Cyan = 0, Magento = 0.41, Yellow = 0.01 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 48 | 80 | - |
| CMYK | 0 | 0.41 | 0.01 | 0.68 |
| HSL | 301.82º | 0.26% | 0.25% | - |
| HSV(B) | 301.82º | 0.41% | 0.32% | - |
| XYZ | 5.9 | 4.44 | 8.14 | - |
| YUV | 61.52 | 138.43 | 141.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 48 | 80 | 0 | 0.41 | 0.01 | 0.68 | 301.82 | 0.26 | 0.25 |
| Hex | 51 | 30 | 50 | 0 | 29 | 1 | 44 | 12E | 1A | 19 |
| Octal | 121 | 60 | 120 | 0 | 51 | 1 | 104 | 456 | 32 | 31 |
| Binary | 1010001 | 110000 | 1010000 | 0 | 101001 | 1 | 1000100 | 100101110 | 11010 | 11001 |
Color Harmonies of #513050
Complementary color
Monochromatic Colors of #513050
Black with #513050
Text Example
Text Example
White with #513050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513050; }
p { color: rgb(81,48,80); }
H1.HeaderClassName
{
color: #513050;
}
.AnyTagClassName
{
color: #513050;
}
</style>
background-color css
<style>
a { background-color: #513050; }
a { background-color: rgb(81,48,80); }
div.DivClassName
{
background-color: #513050;
}
.BgClassName
{
background-color: #513050;
}
</style>
border-color css
<style>
span { border-color: #513050; }
span { border-color: rgb(81,48,80); }
td.TdClassName
{
border-color: #513050;
}
.TagClassName
{
border-color: #513050;
}
</style>