Shades of Hot Purple #500658
Tints of Hot Purple #500658
RGB
CMYK
RGB Variations
Color information
#500658 (or 0x500658) is known color: Hot Purple. HEX triplet: 50, 06 and 58. RGB value is (80,6,88). Sum of RGB (Red+Green+Blue) = 80+6+88=174 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.98% from 174); Green value is 6 (2.73% from 255 or 3.45% from 174); Blue value is 88 (34.77% from 255 or 50.57% from 174); Max value from RGB is 88 - color contains mainly: blue. Hex color #500658 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500658 is #AFF9A7. Grayscale: #252525. Windows color (decimal): -11532712 or 5768784. OLE color: 5768784.
HSL color Cylindrical-coordinate representation of color #500658: hue angle of 294.15º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #500658 is Cyan = 0.09, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 80 | 6 | 88 | - |
| CMYK | 0.09 | 0.93 | 0 | 0.65 |
| HSL | 294.15º | 0.87% | 0.18% | - |
| HSV(B) | 294.15º | 0.93% | 0.35% | - |
| XYZ | 5.13 | 2.54 | 9.45 | - |
| YUV | 37.47 | 156.52 | 158.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 6 | 88 | 0.09 | 0.93 | 0 | 0.65 | 294.15 | 0.87 | 0.18 |
| Hex | 50 | 6 | 58 | 9 | 5D | 0 | 41 | 126 | 57 | 12 |
| Octal | 120 | 6 | 130 | 11 | 135 | 0 | 101 | 446 | 127 | 22 |
| Binary | 1010000 | 110 | 1011000 | 1001 | 1011101 | 0 | 1000001 | 100100110 | 1010111 | 10010 |
Color Harmonies of #500658
Complementary color
Monochromatic Colors of #500658
Black with #500658
Text Example
Text Example
White with #500658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500658; }
p { color: rgb(80,6,88); }
H1.HeaderClassName
{
color: #500658;
}
.AnyTagClassName
{
color: #500658;
}
</style>
background-color css
<style>
a { background-color: #500658; }
a { background-color: rgb(80,6,88); }
div.DivClassName
{
background-color: #500658;
}
.BgClassName
{
background-color: #500658;
}
</style>
border-color css
<style>
span { border-color: #500658; }
span { border-color: rgb(80,6,88); }
td.TdClassName
{
border-color: #500658;
}
.TagClassName
{
border-color: #500658;
}
</style>