Shades of Han Purple #500FEB
Tints of Han Purple #500FEB
RGB
CMYK
RGB Variations
Color information
#500FEB (or 0x500FEB) is known color: Han Purple. HEX triplet: 50, 0F and EB. RGB value is (80,15,235). Sum of RGB (Red+Green+Blue) = 80+15+235=330 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.24% from 330); Green value is 15 (6.25% from 255 or 4.55% from 330); Blue value is 235 (92.19% from 255 or 71.21% from 330); Max value from RGB is 235 - color contains mainly: blue. Hex color #500FEB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #500FEB is #AFF014. Grayscale: #3A3A3A. Windows color (decimal): -11530261 or 15404880. OLE color: 15404880.
HSL color Cylindrical-coordinate representation of color #500FEB: hue angle of 257.73º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #500FEB is Cyan = 0.66, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 80 | 15 | 235 | - |
| CMYK | 0.66 | 0.94 | 0 | 0.08 |
| HSL | 257.73º | 0.88% | 0.49% | - |
| HSV(B) | 257.73º | 0.94% | 0.92% | - |
| XYZ | 18.47 | 8.05 | 79.18 | - |
| YUV | 59.52 | 227.03 | 142.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 15 | 235 | 0.66 | 0.94 | 0 | 0.08 | 257.73 | 0.88 | 0.49 |
| Hex | 50 | F | EB | 42 | 5E | 0 | 8 | 102 | 58 | 31 |
| Octal | 120 | 17 | 353 | 102 | 136 | 0 | 10 | 402 | 130 | 61 |
| Binary | 1010000 | 1111 | 11101011 | 1000010 | 1011110 | 0 | 1000 | 100000010 | 1011000 | 110001 |
Color Harmonies of #500FEB
Complementary color
Monochromatic Colors of #500FEB
Black with #500FEB
Text Example
Text Example
White with #500FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500FEB; }
p { color: rgb(80,15,235); }
H1.HeaderClassName
{
color: #500FEB;
}
.AnyTagClassName
{
color: #500FEB;
}
</style>
background-color css
<style>
a { background-color: #500FEB; }
a { background-color: rgb(80,15,235); }
div.DivClassName
{
background-color: #500FEB;
}
.BgClassName
{
background-color: #500FEB;
}
</style>
border-color css
<style>
span { border-color: #500FEB; }
span { border-color: rgb(80,15,235); }
td.TdClassName
{
border-color: #500FEB;
}
.TagClassName
{
border-color: #500FEB;
}
</style>