Shades of Han Purple #5408D9
Tints of Han Purple #5408D9
RGB
CMYK
RGB Variations
Color information
#5408D9 (or 0x5408D9) is known color: Han Purple. HEX triplet: 54, 08 and D9. RGB value is (84,8,217). Sum of RGB (Red+Green+Blue) = 84+8+217=309 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.18% from 309); Green value is 8 (3.52% from 255 or 2.59% from 309); Blue value is 217 (85.16% from 255 or 70.23% from 309); Max value from RGB is 217 - color contains mainly: blue. Hex color #5408D9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5408D9 is #ABF726. Grayscale: #353535. Windows color (decimal): -11269927 or 14223444. OLE color: 14223444.
HSL color Cylindrical-coordinate representation of color #5408D9: hue angle of 261.82º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5408D9 is Cyan = 0.61, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 84 | 8 | 217 | - |
| CMYK | 0.61 | 0.96 | 0 | 0.15 |
| HSL | 261.82º | 0.93% | 0.44% | - |
| HSV(B) | 261.82º | 0.96% | 0.85% | - |
| XYZ | 16.27 | 7.07 | 66.15 | - |
| YUV | 54.55 | 219.68 | 149.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 8 | 217 | 0.61 | 0.96 | 0 | 0.15 | 261.82 | 0.93 | 0.44 |
| Hex | 54 | 8 | D9 | 3D | 60 | 0 | F | 106 | 5D | 2C |
| Octal | 124 | 10 | 331 | 75 | 140 | 0 | 17 | 406 | 135 | 54 |
| Binary | 1010100 | 1000 | 11011001 | 111101 | 1100000 | 0 | 1111 | 100000110 | 1011101 | 101100 |
Color Harmonies of #5408D9
Complementary color
Monochromatic Colors of #5408D9
Black with #5408D9
Text Example
Text Example
White with #5408D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5408D9; }
p { color: rgb(84,8,217); }
H1.HeaderClassName
{
color: #5408D9;
}
.AnyTagClassName
{
color: #5408D9;
}
</style>
background-color css
<style>
a { background-color: #5408D9; }
a { background-color: rgb(84,8,217); }
div.DivClassName
{
background-color: #5408D9;
}
.BgClassName
{
background-color: #5408D9;
}
</style>
border-color css
<style>
span { border-color: #5408D9; }
span { border-color: rgb(84,8,217); }
td.TdClassName
{
border-color: #5408D9;
}
.TagClassName
{
border-color: #5408D9;
}
</style>