Shades of Han Purple #5415EC
Tints of Han Purple #5415EC
RGB
CMYK
RGB Variations
Color information
#5415EC (or 0x5415EC) is known color: Han Purple. HEX triplet: 54, 15 and EC. RGB value is (84,21,236). Sum of RGB (Red+Green+Blue) = 84+21+236=341 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.63% from 341); Green value is 21 (8.59% from 255 or 6.16% from 341); Blue value is 236 (92.58% from 255 or 69.21% from 341); Max value from RGB is 236 - color contains mainly: blue. Hex color #5415EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5415EC is #ABEA13. Grayscale: #3F3F3F. Windows color (decimal): -11266580 or 15471956. OLE color: 15471956.
HSL color Cylindrical-coordinate representation of color #5415EC: hue angle of 257.58º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5415EC is Cyan = 0.64, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 84 | 21 | 236 | - |
| CMYK | 0.64 | 0.91 | 0 | 0.07 |
| HSL | 257.58º | 0.85% | 0.5% | - |
| HSV(B) | 257.58º | 0.91% | 0.93% | - |
| XYZ | 19.06 | 8.48 | 79.99 | - |
| YUV | 64.35 | 224.87 | 142.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 21 | 236 | 0.64 | 0.91 | 0 | 0.07 | 257.58 | 0.85 | 0.5 |
| Hex | 54 | 15 | EC | 40 | 5B | 0 | 7 | 102 | 55 | 32 |
| Octal | 124 | 25 | 354 | 100 | 133 | 0 | 7 | 402 | 125 | 62 |
| Binary | 1010100 | 10101 | 11101100 | 1000000 | 1011011 | 0 | 111 | 100000010 | 1010101 | 110010 |
Color Harmonies of #5415EC
Complementary color
Monochromatic Colors of #5415EC
Black with #5415EC
Text Example
Text Example
White with #5415EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5415EC; }
p { color: rgb(84,21,236); }
H1.HeaderClassName
{
color: #5415EC;
}
.AnyTagClassName
{
color: #5415EC;
}
</style>
background-color css
<style>
a { background-color: #5415EC; }
a { background-color: rgb(84,21,236); }
div.DivClassName
{
background-color: #5415EC;
}
.BgClassName
{
background-color: #5415EC;
}
</style>
border-color css
<style>
span { border-color: #5415EC; }
span { border-color: rgb(84,21,236); }
td.TdClassName
{
border-color: #5415EC;
}
.TagClassName
{
border-color: #5415EC;
}
</style>