Shades of Hot Purple #511250
Tints of Hot Purple #511250
RGB
CMYK
RGB Variations
Color information
#511250 (or 0x511250) is known color: Hot Purple. HEX triplet: 51, 12 and 50. RGB value is (81,18,80). Sum of RGB (Red+Green+Blue) = 81+18+80=179 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45.25% from 179); Green value is 18 (7.42% from 255 or 10.06% from 179); Blue value is 80 (31.64% from 255 or 44.69% from 179); Max value from RGB is 81 - color contains mainly: red. Hex color #511250 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511250 is #AEEDAF. Grayscale: #2B2B2B. Windows color (decimal): -11464112 or 5247569. OLE color: 5247569.
HSL color Cylindrical-coordinate representation of color #511250: hue angle of 300.95º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #511250 is Cyan = 0, Magento = 0.78, Yellow = 0.01 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 18 | 80 | - |
| CMYK | 0 | 0.78 | 0.01 | 0.68 |
| HSL | 300.95º | 0.64% | 0.19% | - |
| HSV(B) | 300.95º | 0.78% | 0.32% | - |
| XYZ | 5.06 | 2.76 | 7.86 | - |
| YUV | 43.91 | 148.37 | 154.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 18 | 80 | 0 | 0.78 | 0.01 | 0.68 | 300.95 | 0.64 | 0.19 |
| Hex | 51 | 12 | 50 | 0 | 4E | 1 | 44 | 12D | 40 | 13 |
| Octal | 121 | 22 | 120 | 0 | 116 | 1 | 104 | 455 | 100 | 23 |
| Binary | 1010001 | 10010 | 1010000 | 0 | 1001110 | 1 | 1000100 | 100101101 | 1000000 | 10011 |
Color Harmonies of #511250
Complementary color
Monochromatic Colors of #511250
Black with #511250
Text Example
Text Example
White with #511250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511250; }
p { color: rgb(81,18,80); }
H1.HeaderClassName
{
color: #511250;
}
.AnyTagClassName
{
color: #511250;
}
</style>
background-color css
<style>
a { background-color: #511250; }
a { background-color: rgb(81,18,80); }
div.DivClassName
{
background-color: #511250;
}
.BgClassName
{
background-color: #511250;
}
</style>
border-color css
<style>
span { border-color: #511250; }
span { border-color: rgb(81,18,80); }
td.TdClassName
{
border-color: #511250;
}
.TagClassName
{
border-color: #511250;
}
</style>