Shades of Hot Purple #510850
Tints of Hot Purple #510850
RGB
CMYK
RGB Variations
Color information
#510850 (or 0x510850) is known color: Hot Purple. HEX triplet: 51, 08 and 50. RGB value is (81,8,80). Sum of RGB (Red+Green+Blue) = 81+8+80=169 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.93% from 169); Green value is 8 (3.52% from 255 or 4.73% from 169); Blue value is 80 (31.64% from 255 or 47.34% from 169); Max value from RGB is 81 - color contains mainly: red. Hex color #510850 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510850 is #AEF7AF. Grayscale: #252525. Windows color (decimal): -11466672 or 5245009. OLE color: 5245009.
HSL color Cylindrical-coordinate representation of color #510850: hue angle of 300.82º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #510850 is Cyan = 0, Magento = 0.90, Yellow = 0.01 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 8 | 80 | - |
| CMYK | 0 | 0.90 | 0.01 | 0.68 |
| HSL | 300.82º | 0.82% | 0.17% | - |
| HSV(B) | 300.82º | 0.9% | 0.32% | - |
| XYZ | 4.93 | 2.5 | 7.81 | - |
| YUV | 38.04 | 151.68 | 158.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 8 | 80 | 0 | 0.90 | 0.01 | 0.68 | 300.82 | 0.82 | 0.17 |
| Hex | 51 | 8 | 50 | 0 | 5A | 1 | 44 | 12D | 52 | 11 |
| Octal | 121 | 10 | 120 | 0 | 132 | 1 | 104 | 455 | 122 | 21 |
| Binary | 1010001 | 1000 | 1010000 | 0 | 1011010 | 1 | 1000100 | 100101101 | 1010010 | 10001 |
Color Harmonies of #510850
Complementary color
Monochromatic Colors of #510850
Black with #510850
Text Example
Text Example
White with #510850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510850; }
p { color: rgb(81,8,80); }
H1.HeaderClassName
{
color: #510850;
}
.AnyTagClassName
{
color: #510850;
}
</style>
background-color css
<style>
a { background-color: #510850; }
a { background-color: rgb(81,8,80); }
div.DivClassName
{
background-color: #510850;
}
.BgClassName
{
background-color: #510850;
}
</style>
border-color css
<style>
span { border-color: #510850; }
span { border-color: rgb(81,8,80); }
td.TdClassName
{
border-color: #510850;
}
.TagClassName
{
border-color: #510850;
}
</style>