Shades of Hot Purple #500051
Tints of Hot Purple #500051
RGB
CMYK
RGB Variations
Color information
#500051 (or 0x500051) is known color: Hot Purple. HEX triplet: 50, 00 and 51. RGB value is (80,0,81). Sum of RGB (Red+Green+Blue) = 80+0+81=161 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.69% from 161); Green value is 0 (0.39% from 255 or 0% from 161); Blue value is 81 (32.03% from 255 or 50.31% from 161); Max value from RGB is 81 - color contains mainly: blue. Hex color #500051 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500051 is #AFFFAE. Grayscale: #202020. Windows color (decimal): -11534255 or 5308496. OLE color: 5308496.
HSL color Cylindrical-coordinate representation of color #500051: hue angle of 299.26º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #500051 is Cyan = 0.01, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 80 | 0 | 81 | - |
| CMYK | 0.01 | 1 | 0 | 0.68 |
| HSL | 299.26º | 1% | 0.16% | - |
| HSV(B) | 299.26º | 1% | 0.32% | - |
| XYZ | 4.79 | 2.3 | 7.98 | - |
| YUV | 33.15 | 155 | 161.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 0 | 81 | 0.01 | 1 | 0 | 0.68 | 299.26 | 1 | 0.16 |
| Hex | 50 | 0 | 51 | 1 | 64 | 0 | 44 | 12B | 64 | 10 |
| Octal | 120 | 0 | 121 | 1 | 144 | 0 | 104 | 453 | 144 | 20 |
| Binary | 1010000 | 0 | 1010001 | 1 | 1100100 | 0 | 1000100 | 100101011 | 1100100 | 10000 |
Color Harmonies of #500051
Complementary color
Monochromatic Colors of #500051
Black with #500051
Text Example
Text Example
White with #500051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500051; }
p { color: rgb(80,0,81); }
H1.HeaderClassName
{
color: #500051;
}
.AnyTagClassName
{
color: #500051;
}
</style>
background-color css
<style>
a { background-color: #500051; }
a { background-color: rgb(80,0,81); }
div.DivClassName
{
background-color: #500051;
}
.BgClassName
{
background-color: #500051;
}
</style>
border-color css
<style>
span { border-color: #500051; }
span { border-color: rgb(80,0,81); }
td.TdClassName
{
border-color: #500051;
}
.TagClassName
{
border-color: #500051;
}
</style>