Shades of Han Purple #5417ED
Tints of Han Purple #5417ED
RGB
CMYK
RGB Variations
Color information
#5417ED (or 0x5417ED) is known color: Han Purple. HEX triplet: 54, 17 and ED. RGB value is (84,23,237). Sum of RGB (Red+Green+Blue) = 84+23+237=344 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.42% from 344); Green value is 23 (9.38% from 255 or 6.69% from 344); Blue value is 237 (92.97% from 255 or 68.90% from 344); Max value from RGB is 237 - color contains mainly: blue. Hex color #5417ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5417ED is #ABE812. Grayscale: #404040. Windows color (decimal): -11266067 or 15538004. OLE color: 15538004.
HSL color Cylindrical-coordinate representation of color #5417ED: hue angle of 257.1º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5417ED is Cyan = 0.65, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 84 | 23 | 237 | - |
| CMYK | 0.65 | 0.90 | 0 | 0.07 |
| HSL | 257.1º | 0.86% | 0.51% | - |
| HSV(B) | 257.1º | 0.9% | 0.93% | - |
| XYZ | 19.25 | 8.61 | 80.77 | - |
| YUV | 65.64 | 224.71 | 141.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 23 | 237 | 0.65 | 0.90 | 0 | 0.07 | 257.1 | 0.86 | 0.51 |
| Hex | 54 | 17 | ED | 41 | 5A | 0 | 7 | 101 | 56 | 33 |
| Octal | 124 | 27 | 355 | 101 | 132 | 0 | 7 | 401 | 126 | 63 |
| Binary | 1010100 | 10111 | 11101101 | 1000001 | 1011010 | 0 | 111 | 100000001 | 1010110 | 110011 |
Color Harmonies of #5417ED
Complementary color
Monochromatic Colors of #5417ED
Black with #5417ED
Text Example
Text Example
White with #5417ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5417ED; }
p { color: rgb(84,23,237); }
H1.HeaderClassName
{
color: #5417ED;
}
.AnyTagClassName
{
color: #5417ED;
}
</style>
background-color css
<style>
a { background-color: #5417ED; }
a { background-color: rgb(84,23,237); }
div.DivClassName
{
background-color: #5417ED;
}
.BgClassName
{
background-color: #5417ED;
}
</style>
border-color css
<style>
span { border-color: #5417ED; }
span { border-color: rgb(84,23,237); }
td.TdClassName
{
border-color: #5417ED;
}
.TagClassName
{
border-color: #5417ED;
}
</style>