Shades of Han Purple #5414DA
Tints of Han Purple #5414DA
RGB
CMYK
RGB Variations
Color information
#5414DA (or 0x5414DA) is known color: Han Purple. HEX triplet: 54, 14 and DA. RGB value is (84,20,218). Sum of RGB (Red+Green+Blue) = 84+20+218=322 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.09% from 322); Green value is 20 (8.20% from 255 or 6.21% from 322); Blue value is 218 (85.55% from 255 or 67.70% from 322); Max value from RGB is 218 - color contains mainly: blue. Hex color #5414DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5414DA is #ABEB25. Grayscale: #3C3C3C. Windows color (decimal): -11266854 or 14292052. OLE color: 14292052.
HSL color Cylindrical-coordinate representation of color #5414DA: hue angle of 259.39º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5414DA is Cyan = 0.61, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 84 | 20 | 218 | - |
| CMYK | 0.61 | 0.91 | 0 | 0.15 |
| HSL | 259.39º | 0.83% | 0.47% | - |
| HSV(B) | 259.39º | 0.91% | 0.85% | - |
| XYZ | 16.56 | 7.45 | 66.89 | - |
| YUV | 61.71 | 216.2 | 143.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 20 | 218 | 0.61 | 0.91 | 0 | 0.15 | 259.39 | 0.83 | 0.47 |
| Hex | 54 | 14 | DA | 3D | 5B | 0 | F | 103 | 53 | 2F |
| Octal | 124 | 24 | 332 | 75 | 133 | 0 | 17 | 403 | 123 | 57 |
| Binary | 1010100 | 10100 | 11011010 | 111101 | 1011011 | 0 | 1111 | 100000011 | 1010011 | 101111 |
Color Harmonies of #5414DA
Complementary color
Monochromatic Colors of #5414DA
Black with #5414DA
Text Example
Text Example
White with #5414DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5414DA; }
p { color: rgb(84,20,218); }
H1.HeaderClassName
{
color: #5414DA;
}
.AnyTagClassName
{
color: #5414DA;
}
</style>
background-color css
<style>
a { background-color: #5414DA; }
a { background-color: rgb(84,20,218); }
div.DivClassName
{
background-color: #5414DA;
}
.BgClassName
{
background-color: #5414DA;
}
</style>
border-color css
<style>
span { border-color: #5414DA; }
span { border-color: rgb(84,20,218); }
td.TdClassName
{
border-color: #5414DA;
}
.TagClassName
{
border-color: #5414DA;
}
</style>