Shades of Hot Purple #500652
Tints of Hot Purple #500652
RGB
CMYK
RGB Variations
Color information
#500652 (or 0x500652) is known color: Hot Purple. HEX triplet: 50, 06 and 52. RGB value is (80,6,82). Sum of RGB (Red+Green+Blue) = 80+6+82=168 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.62% from 168); Green value is 6 (2.73% from 255 or 3.57% from 168); Blue value is 82 (32.42% from 255 or 48.81% from 168); Max value from RGB is 82 - color contains mainly: blue. Hex color #500652 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500652 is #AFF9AD. Grayscale: #242424. Windows color (decimal): -11532718 or 5375568. OLE color: 5375568.
HSL color Cylindrical-coordinate representation of color #500652: hue angle of 298.42º 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 #500652 is Cyan = 0.02, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 80 | 6 | 82 | - |
| CMYK | 0.02 | 0.93 | 0 | 0.68 |
| HSL | 298.42º | 0.86% | 0.17% | - |
| HSV(B) | 298.42º | 0.93% | 0.32% | - |
| XYZ | 4.9 | 2.44 | 8.2 | - |
| YUV | 36.79 | 153.52 | 158.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 6 | 82 | 0.02 | 0.93 | 0 | 0.68 | 298.42 | 0.86 | 0.17 |
| Hex | 50 | 6 | 52 | 2 | 5D | 0 | 44 | 12A | 56 | 11 |
| Octal | 120 | 6 | 122 | 2 | 135 | 0 | 104 | 452 | 126 | 21 |
| Binary | 1010000 | 110 | 1010010 | 10 | 1011101 | 0 | 1000100 | 100101010 | 1010110 | 10001 |
Color Harmonies of #500652
Complementary color
Monochromatic Colors of #500652
Black with #500652
Text Example
Text Example
White with #500652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500652; }
p { color: rgb(80,6,82); }
H1.HeaderClassName
{
color: #500652;
}
.AnyTagClassName
{
color: #500652;
}
</style>
background-color css
<style>
a { background-color: #500652; }
a { background-color: rgb(80,6,82); }
div.DivClassName
{
background-color: #500652;
}
.BgClassName
{
background-color: #500652;
}
</style>
border-color css
<style>
span { border-color: #500652; }
span { border-color: rgb(80,6,82); }
td.TdClassName
{
border-color: #500652;
}
.TagClassName
{
border-color: #500652;
}
</style>