Shades of Han Purple #5407DA
Tints of Han Purple #5407DA
RGB
CMYK
RGB Variations
Color information
#5407DA (or 0x5407DA) is known color: Han Purple. HEX triplet: 54, 07 and DA. RGB value is (84,7,218). Sum of RGB (Red+Green+Blue) = 84+7+218=309 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.18% from 309); Green value is 7 (3.12% from 255 or 2.27% from 309); Blue value is 218 (85.55% from 255 or 70.55% from 309); Max value from RGB is 218 - color contains mainly: blue. Hex color #5407DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5407DA is #ABF825. Grayscale: #353535. Windows color (decimal): -11270182 or 14288724. OLE color: 14288724.
HSL color Cylindrical-coordinate representation of color #5407DA: hue angle of 261.9º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5407DA is Cyan = 0.61, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 84 | 7 | 218 | - |
| CMYK | 0.61 | 0.97 | 0 | 0.15 |
| HSL | 261.9º | 0.94% | 0.44% | - |
| HSV(B) | 261.9º | 0.97% | 0.85% | - |
| XYZ | 16.39 | 7.1 | 66.84 | - |
| YUV | 54.08 | 220.51 | 149.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 7 | 218 | 0.61 | 0.97 | 0 | 0.15 | 261.9 | 0.94 | 0.44 |
| Hex | 54 | 7 | DA | 3D | 61 | 0 | F | 106 | 5E | 2C |
| Octal | 124 | 7 | 332 | 75 | 141 | 0 | 17 | 406 | 136 | 54 |
| Binary | 1010100 | 111 | 11011010 | 111101 | 1100001 | 0 | 1111 | 100000110 | 1011110 | 101100 |
Color Harmonies of #5407DA
Complementary color
Monochromatic Colors of #5407DA
Black with #5407DA
Text Example
Text Example
White with #5407DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5407DA; }
p { color: rgb(84,7,218); }
H1.HeaderClassName
{
color: #5407DA;
}
.AnyTagClassName
{
color: #5407DA;
}
</style>
background-color css
<style>
a { background-color: #5407DA; }
a { background-color: rgb(84,7,218); }
div.DivClassName
{
background-color: #5407DA;
}
.BgClassName
{
background-color: #5407DA;
}
</style>
border-color css
<style>
span { border-color: #5407DA; }
span { border-color: rgb(84,7,218); }
td.TdClassName
{
border-color: #5407DA;
}
.TagClassName
{
border-color: #5407DA;
}
</style>