Shades of Han Purple #5414D9
Tints of Han Purple #5414D9
RGB
CMYK
RGB Variations
Color information
#5414D9 (or 0x5414D9) is known color: Han Purple. HEX triplet: 54, 14 and D9. RGB value is (84,20,217). Sum of RGB (Red+Green+Blue) = 84+20+217=321 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.17% from 321); Green value is 20 (8.20% from 255 or 6.23% from 321); Blue value is 217 (85.16% from 255 or 67.60% from 321); Max value from RGB is 217 - color contains mainly: blue. Hex color #5414D9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5414D9 is #ABEB26. Grayscale: #3C3C3C. Windows color (decimal): -11266855 or 14226516. OLE color: 14226516.
HSL color Cylindrical-coordinate representation of color #5414D9: hue angle of 259.49º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5414D9 is Cyan = 0.61, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 84 | 20 | 217 | - |
| CMYK | 0.61 | 0.91 | 0 | 0.15 |
| HSL | 259.49º | 0.83% | 0.46% | - |
| HSV(B) | 259.49º | 0.91% | 0.85% | - |
| XYZ | 16.43 | 7.39 | 66.21 | - |
| YUV | 61.59 | 215.7 | 143.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 20 | 217 | 0.61 | 0.91 | 0 | 0.15 | 259.49 | 0.83 | 0.46 |
| Hex | 54 | 14 | D9 | 3D | 5B | 0 | F | 103 | 53 | 2E |
| Octal | 124 | 24 | 331 | 75 | 133 | 0 | 17 | 403 | 123 | 56 |
| Binary | 1010100 | 10100 | 11011001 | 111101 | 1011011 | 0 | 1111 | 100000011 | 1010011 | 101110 |
Color Harmonies of #5414D9
Complementary color
Monochromatic Colors of #5414D9
Black with #5414D9
Text Example
Text Example
White with #5414D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5414D9; }
p { color: rgb(84,20,217); }
H1.HeaderClassName
{
color: #5414D9;
}
.AnyTagClassName
{
color: #5414D9;
}
</style>
background-color css
<style>
a { background-color: #5414D9; }
a { background-color: rgb(84,20,217); }
div.DivClassName
{
background-color: #5414D9;
}
.BgClassName
{
background-color: #5414D9;
}
</style>
border-color css
<style>
span { border-color: #5414D9; }
span { border-color: rgb(84,20,217); }
td.TdClassName
{
border-color: #5414D9;
}
.TagClassName
{
border-color: #5414D9;
}
</style>