Shades of Hot Purple #500257
Tints of Hot Purple #500257
RGB
CMYK
RGB Variations
Color information
#500257 (or 0x500257) is known color: Hot Purple. HEX triplet: 50, 02 and 57. RGB value is (80,2,87). Sum of RGB (Red+Green+Blue) = 80+2+87=169 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.34% from 169); Green value is 2 (1.17% from 255 or 1.18% from 169); Blue value is 87 (34.38% from 255 or 51.48% from 169); Max value from RGB is 87 - color contains mainly: blue. Hex color #500257 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500257 is #AFFDA8. Grayscale: #222222. Windows color (decimal): -11533737 or 5702224. OLE color: 5702224.
HSL color Cylindrical-coordinate representation of color #500257: hue angle of 295.06º degrees, saturation: 0.96, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #500257 is Cyan = 0.08, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 80 | 2 | 87 | - |
| CMYK | 0.08 | 0.98 | 0 | 0.66 |
| HSL | 295.06º | 0.96% | 0.17% | - |
| HSV(B) | 295.06º | 0.98% | 0.34% | - |
| XYZ | 5.05 | 2.44 | 9.22 | - |
| YUV | 35.01 | 157.34 | 160.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 2 | 87 | 0.08 | 0.98 | 0 | 0.66 | 295.06 | 0.96 | 0.17 |
| Hex | 50 | 2 | 57 | 8 | 62 | 0 | 42 | 127 | 60 | 11 |
| Octal | 120 | 2 | 127 | 10 | 142 | 0 | 102 | 447 | 140 | 21 |
| Binary | 1010000 | 10 | 1010111 | 1000 | 1100010 | 0 | 1000010 | 100100111 | 1100000 | 10001 |
Color Harmonies of #500257
Complementary color
Monochromatic Colors of #500257
Black with #500257
Text Example
Text Example
White with #500257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500257; }
p { color: rgb(80,2,87); }
H1.HeaderClassName
{
color: #500257;
}
.AnyTagClassName
{
color: #500257;
}
</style>
background-color css
<style>
a { background-color: #500257; }
a { background-color: rgb(80,2,87); }
div.DivClassName
{
background-color: #500257;
}
.BgClassName
{
background-color: #500257;
}
</style>
border-color css
<style>
span { border-color: #500257; }
span { border-color: rgb(80,2,87); }
td.TdClassName
{
border-color: #500257;
}
.TagClassName
{
border-color: #500257;
}
</style>