Shades of Han Purple #500FEE
Tints of Han Purple #500FEE
RGB
CMYK
RGB Variations
Color information
#500FEE (or 0x500FEE) is known color: Han Purple. HEX triplet: 50, 0F and EE. RGB value is (80,15,238). Sum of RGB (Red+Green+Blue) = 80+15+238=333 (44% of max value = 765). Red value is 80 (31.64% from 255 or 24.02% from 333); Green value is 15 (6.25% from 255 or 4.50% from 333); Blue value is 238 (93.36% from 255 or 71.47% from 333); Max value from RGB is 238 - color contains mainly: blue. Hex color #500FEE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #500FEE is #AFF011. Grayscale: #3B3B3B. Windows color (decimal): -11530258 or 15601488. OLE color: 15601488.
HSL color Cylindrical-coordinate representation of color #500FEE: hue angle of 257.49º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #500FEE is Cyan = 0.66, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 15 | 238 | - |
| CMYK | 0.66 | 0.94 | 0 | 0.07 |
| HSL | 257.49º | 0.88% | 0.5% | - |
| HSV(B) | 257.49º | 0.94% | 0.93% | - |
| XYZ | 18.91 | 8.22 | 81.48 | - |
| YUV | 59.86 | 228.53 | 142.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 15 | 238 | 0.66 | 0.94 | 0 | 0.07 | 257.49 | 0.88 | 0.5 |
| Hex | 50 | F | EE | 42 | 5E | 0 | 7 | 101 | 58 | 32 |
| Octal | 120 | 17 | 356 | 102 | 136 | 0 | 7 | 401 | 130 | 62 |
| Binary | 1010000 | 1111 | 11101110 | 1000010 | 1011110 | 0 | 111 | 100000001 | 1011000 | 110010 |
Color Harmonies of #500FEE
Complementary color
Monochromatic Colors of #500FEE
Black with #500FEE
Text Example
Text Example
White with #500FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500FEE; }
p { color: rgb(80,15,238); }
H1.HeaderClassName
{
color: #500FEE;
}
.AnyTagClassName
{
color: #500FEE;
}
</style>
background-color css
<style>
a { background-color: #500FEE; }
a { background-color: rgb(80,15,238); }
div.DivClassName
{
background-color: #500FEE;
}
.BgClassName
{
background-color: #500FEE;
}
</style>
border-color css
<style>
span { border-color: #500FEE; }
span { border-color: rgb(80,15,238); }
td.TdClassName
{
border-color: #500FEE;
}
.TagClassName
{
border-color: #500FEE;
}
</style>