Shades of Han Purple #5015EE
Tints of Han Purple #5015EE
RGB
CMYK
RGB Variations
Color information
#5015EE (or 0x5015EE) is known color: Han Purple. HEX triplet: 50, 15 and EE. RGB value is (80,21,238). Sum of RGB (Red+Green+Blue) = 80+21+238=339 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.60% from 339); Green value is 21 (8.59% from 255 or 6.19% from 339); Blue value is 238 (93.36% from 255 or 70.21% from 339); Max value from RGB is 238 - color contains mainly: blue. Hex color #5015EE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5015EE is #AFEA11. Grayscale: #3E3E3E. Windows color (decimal): -11528722 or 15603024. OLE color: 15603024.
HSL color Cylindrical-coordinate representation of color #5015EE: hue angle of 256.31º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5015EE is Cyan = 0.66, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 21 | 238 | - |
| CMYK | 0.66 | 0.91 | 0 | 0.07 |
| HSL | 256.31º | 0.86% | 0.51% | - |
| HSV(B) | 256.31º | 0.91% | 0.93% | - |
| XYZ | 19.01 | 8.41 | 81.51 | - |
| YUV | 63.38 | 226.55 | 139.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 21 | 238 | 0.66 | 0.91 | 0 | 0.07 | 256.31 | 0.86 | 0.51 |
| Hex | 50 | 15 | EE | 42 | 5B | 0 | 7 | 100 | 56 | 33 |
| Octal | 120 | 25 | 356 | 102 | 133 | 0 | 7 | 400 | 126 | 63 |
| Binary | 1010000 | 10101 | 11101110 | 1000010 | 1011011 | 0 | 111 | 100000000 | 1010110 | 110011 |
Color Harmonies of #5015EE
Complementary color
Monochromatic Colors of #5015EE
Black with #5015EE
Text Example
Text Example
White with #5015EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5015EE; }
p { color: rgb(80,21,238); }
H1.HeaderClassName
{
color: #5015EE;
}
.AnyTagClassName
{
color: #5015EE;
}
</style>
background-color css
<style>
a { background-color: #5015EE; }
a { background-color: rgb(80,21,238); }
div.DivClassName
{
background-color: #5015EE;
}
.BgClassName
{
background-color: #5015EE;
}
</style>
border-color css
<style>
span { border-color: #5015EE; }
span { border-color: rgb(80,21,238); }
td.TdClassName
{
border-color: #5015EE;
}
.TagClassName
{
border-color: #5015EE;
}
</style>