Shades of Hot Purple #500354
Tints of Hot Purple #500354
RGB
CMYK
RGB Variations
Color information
#500354 (or 0x500354) is known color: Hot Purple. HEX triplet: 50, 03 and 54. RGB value is (80,3,84). Sum of RGB (Red+Green+Blue) = 80+3+84=167 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.90% from 167); Green value is 3 (1.56% from 255 or 1.80% from 167); Blue value is 84 (33.20% from 255 or 50.30% from 167); Max value from RGB is 84 - color contains mainly: blue. Hex color #500354 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500354 is #AFFCAB. Grayscale: #232323. Windows color (decimal): -11533484 or 5505872. OLE color: 5505872.
HSL color Cylindrical-coordinate representation of color #500354: hue angle of 297.04º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #500354 is Cyan = 0.05, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 80 | 3 | 84 | - |
| CMYK | 0.05 | 0.96 | 0 | 0.67 |
| HSL | 297.04º | 0.93% | 0.17% | - |
| HSV(B) | 297.04º | 0.96% | 0.33% | - |
| XYZ | 4.94 | 2.41 | 8.59 | - |
| YUV | 35.26 | 155.51 | 159.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 3 | 84 | 0.05 | 0.96 | 0 | 0.67 | 297.04 | 0.93 | 0.17 |
| Hex | 50 | 3 | 54 | 5 | 60 | 0 | 43 | 129 | 5D | 11 |
| Octal | 120 | 3 | 124 | 5 | 140 | 0 | 103 | 451 | 135 | 21 |
| Binary | 1010000 | 11 | 1010100 | 101 | 1100000 | 0 | 1000011 | 100101001 | 1011101 | 10001 |
Color Harmonies of #500354
Complementary color
Monochromatic Colors of #500354
Black with #500354
Text Example
Text Example
White with #500354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500354; }
p { color: rgb(80,3,84); }
H1.HeaderClassName
{
color: #500354;
}
.AnyTagClassName
{
color: #500354;
}
</style>
background-color css
<style>
a { background-color: #500354; }
a { background-color: rgb(80,3,84); }
div.DivClassName
{
background-color: #500354;
}
.BgClassName
{
background-color: #500354;
}
</style>
border-color css
<style>
span { border-color: #500354; }
span { border-color: rgb(80,3,84); }
td.TdClassName
{
border-color: #500354;
}
.TagClassName
{
border-color: #500354;
}
</style>