Shades of Han Purple #5418DA
Tints of Han Purple #5418DA
RGB
CMYK
RGB Variations
Color information
#5418DA (or 0x5418DA) is known color: Han Purple. HEX triplet: 54, 18 and DA. RGB value is (84,24,218). Sum of RGB (Red+Green+Blue) = 84+24+218=326 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.77% from 326); Green value is 24 (9.77% from 255 or 7.36% from 326); Blue value is 218 (85.55% from 255 or 66.87% from 326); Max value from RGB is 218 - color contains mainly: blue. Hex color #5418DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5418DA is #ABE725. Grayscale: #3F3F3F. Windows color (decimal): -11265830 or 14293076. OLE color: 14293076.
HSL color Cylindrical-coordinate representation of color #5418DA: hue angle of 258.56º degrees, saturation: 0.8, 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 #5418DA is Cyan = 0.61, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 84 | 24 | 218 | - |
| CMYK | 0.61 | 0.89 | 0 | 0.15 |
| HSL | 258.56º | 0.8% | 0.47% | - |
| HSV(B) | 258.56º | 0.89% | 0.85% | - |
| XYZ | 16.64 | 7.6 | 66.92 | - |
| YUV | 64.06 | 214.88 | 142.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 24 | 218 | 0.61 | 0.89 | 0 | 0.15 | 258.56 | 0.8 | 0.47 |
| Hex | 54 | 18 | DA | 3D | 59 | 0 | F | 103 | 50 | 2F |
| Octal | 124 | 30 | 332 | 75 | 131 | 0 | 17 | 403 | 120 | 57 |
| Binary | 1010100 | 11000 | 11011010 | 111101 | 1011001 | 0 | 1111 | 100000011 | 1010000 | 101111 |
Color Harmonies of #5418DA
Complementary color
Monochromatic Colors of #5418DA
Black with #5418DA
Text Example
Text Example
White with #5418DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5418DA; }
p { color: rgb(84,24,218); }
H1.HeaderClassName
{
color: #5418DA;
}
.AnyTagClassName
{
color: #5418DA;
}
</style>
background-color css
<style>
a { background-color: #5418DA; }
a { background-color: rgb(84,24,218); }
div.DivClassName
{
background-color: #5418DA;
}
.BgClassName
{
background-color: #5418DA;
}
</style>
border-color css
<style>
span { border-color: #5418DA; }
span { border-color: rgb(84,24,218); }
td.TdClassName
{
border-color: #5418DA;
}
.TagClassName
{
border-color: #5418DA;
}
</style>