Shades of Han Purple #5417D9
Tints of Han Purple #5417D9
RGB
CMYK
RGB Variations
Color information
#5417D9 (or 0x5417D9) is known color: Han Purple. HEX triplet: 54, 17 and D9. RGB value is (84,23,217). Sum of RGB (Red+Green+Blue) = 84+23+217=324 (42% of max value = 765). Red value is 84 (33.20% from 255 or 25.93% from 324); Green value is 23 (9.38% from 255 or 7.10% from 324); Blue value is 217 (85.16% from 255 or 66.98% from 324); Max value from RGB is 217 - color contains mainly: blue. Hex color #5417D9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5417D9 is #ABE826. Grayscale: #3E3E3E. Windows color (decimal): -11266087 or 14227284. OLE color: 14227284.
HSL color Cylindrical-coordinate representation of color #5417D9: hue angle of 258.87º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5417D9 is Cyan = 0.61, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 84 | 23 | 217 | - |
| CMYK | 0.61 | 0.89 | 0 | 0.15 |
| HSL | 258.87º | 0.81% | 0.47% | - |
| HSV(B) | 258.87º | 0.89% | 0.85% | - |
| XYZ | 16.49 | 7.51 | 66.23 | - |
| YUV | 63.36 | 214.71 | 142.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 23 | 217 | 0.61 | 0.89 | 0 | 0.15 | 258.87 | 0.81 | 0.47 |
| Hex | 54 | 17 | D9 | 3D | 59 | 0 | F | 103 | 51 | 2F |
| Octal | 124 | 27 | 331 | 75 | 131 | 0 | 17 | 403 | 121 | 57 |
| Binary | 1010100 | 10111 | 11011001 | 111101 | 1011001 | 0 | 1111 | 100000011 | 1010001 | 101111 |
Color Harmonies of #5417D9
Complementary color
Monochromatic Colors of #5417D9
Black with #5417D9
Text Example
Text Example
White with #5417D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5417D9; }
p { color: rgb(84,23,217); }
H1.HeaderClassName
{
color: #5417D9;
}
.AnyTagClassName
{
color: #5417D9;
}
</style>
background-color css
<style>
a { background-color: #5417D9; }
a { background-color: rgb(84,23,217); }
div.DivClassName
{
background-color: #5417D9;
}
.BgClassName
{
background-color: #5417D9;
}
</style>
border-color css
<style>
span { border-color: #5417D9; }
span { border-color: rgb(84,23,217); }
td.TdClassName
{
border-color: #5417D9;
}
.TagClassName
{
border-color: #5417D9;
}
</style>