Shades of Hot Purple #500353
Tints of Hot Purple #500353
RGB
CMYK
RGB Variations
Color information
#500353 (or 0x500353) is known color: Hot Purple. HEX triplet: 50, 03 and 53. RGB value is (80,3,83). Sum of RGB (Red+Green+Blue) = 80+3+83=166 (21% of max value = 765). Red value is 80 (31.64% from 255 or 48.19% from 166); Green value is 3 (1.56% from 255 or 1.81% from 166); Blue value is 83 (32.81% from 255 or 50% from 166); Max value from RGB is 83 - color contains mainly: blue. Hex color #500353 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500353 is #AFFCAC. Grayscale: #222222. Windows color (decimal): -11533485 or 5440336. OLE color: 5440336.
HSL color Cylindrical-coordinate representation of color #500353: hue angle of 297.75º 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 #500353 is Cyan = 0.04, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 80 | 3 | 83 | - |
| CMYK | 0.04 | 0.96 | 0 | 0.67 |
| HSL | 297.75º | 0.93% | 0.17% | - |
| HSV(B) | 297.75º | 0.96% | 0.33% | - |
| XYZ | 4.9 | 2.4 | 8.39 | - |
| YUV | 35.14 | 155.01 | 160 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 3 | 83 | 0.04 | 0.96 | 0 | 0.67 | 297.75 | 0.93 | 0.17 |
| Hex | 50 | 3 | 53 | 4 | 60 | 0 | 43 | 12A | 5D | 11 |
| Octal | 120 | 3 | 123 | 4 | 140 | 0 | 103 | 452 | 135 | 21 |
| Binary | 1010000 | 11 | 1010011 | 100 | 1100000 | 0 | 1000011 | 100101010 | 1011101 | 10001 |
Color Harmonies of #500353
Complementary color
Monochromatic Colors of #500353
Black with #500353
Text Example
Text Example
White with #500353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500353; }
p { color: rgb(80,3,83); }
H1.HeaderClassName
{
color: #500353;
}
.AnyTagClassName
{
color: #500353;
}
</style>
background-color css
<style>
a { background-color: #500353; }
a { background-color: rgb(80,3,83); }
div.DivClassName
{
background-color: #500353;
}
.BgClassName
{
background-color: #500353;
}
</style>
border-color css
<style>
span { border-color: #500353; }
span { border-color: rgb(80,3,83); }
td.TdClassName
{
border-color: #500353;
}
.TagClassName
{
border-color: #500353;
}
</style>