Shades of Hot Purple #500651
Tints of Hot Purple #500651
RGB
CMYK
RGB Variations
Color information
#500651 (or 0x500651) is known color: Hot Purple. HEX triplet: 50, 06 and 51. RGB value is (80,6,81). Sum of RGB (Red+Green+Blue) = 80+6+81=167 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.90% from 167); Green value is 6 (2.73% from 255 or 3.59% from 167); Blue value is 81 (32.03% from 255 or 48.50% from 167); Max value from RGB is 81 - color contains mainly: blue. Hex color #500651 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500651 is #AFF9AE. Grayscale: #242424. Windows color (decimal): -11532719 or 5310032. OLE color: 5310032.
HSL color Cylindrical-coordinate representation of color #500651: hue angle of 299.2º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #500651 is Cyan = 0.01, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 80 | 6 | 81 | - |
| CMYK | 0.01 | 0.93 | 0 | 0.68 |
| HSL | 299.2º | 0.86% | 0.17% | - |
| HSV(B) | 299.2º | 0.93% | 0.32% | - |
| XYZ | 4.86 | 2.43 | 8 | - |
| YUV | 36.68 | 153.02 | 158.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 6 | 81 | 0.01 | 0.93 | 0 | 0.68 | 299.2 | 0.86 | 0.17 |
| Hex | 50 | 6 | 51 | 1 | 5D | 0 | 44 | 12B | 56 | 11 |
| Octal | 120 | 6 | 121 | 1 | 135 | 0 | 104 | 453 | 126 | 21 |
| Binary | 1010000 | 110 | 1010001 | 1 | 1011101 | 0 | 1000100 | 100101011 | 1010110 | 10001 |
Color Harmonies of #500651
Complementary color
Monochromatic Colors of #500651
Black with #500651
Text Example
Text Example
White with #500651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500651; }
p { color: rgb(80,6,81); }
H1.HeaderClassName
{
color: #500651;
}
.AnyTagClassName
{
color: #500651;
}
</style>
background-color css
<style>
a { background-color: #500651; }
a { background-color: rgb(80,6,81); }
div.DivClassName
{
background-color: #500651;
}
.BgClassName
{
background-color: #500651;
}
</style>
border-color css
<style>
span { border-color: #500651; }
span { border-color: rgb(80,6,81); }
td.TdClassName
{
border-color: #500651;
}
.TagClassName
{
border-color: #500651;
}
</style>