Shades of Han Purple #5407DE
Tints of Han Purple #5407DE
RGB
CMYK
RGB Variations
Color information
#5407DE (or 0x5407DE) is known color: Han Purple. HEX triplet: 54, 07 and DE. RGB value is (84,7,222). Sum of RGB (Red+Green+Blue) = 84+7+222=313 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.84% from 313); Green value is 7 (3.12% from 255 or 2.24% from 313); Blue value is 222 (87.11% from 255 or 70.93% from 313); Max value from RGB is 222 - color contains mainly: blue. Hex color #5407DE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5407DE is #ABF821. Grayscale: #353535. Windows color (decimal): -11270178 or 14550868. OLE color: 14550868.
HSL color Cylindrical-coordinate representation of color #5407DE: hue angle of 261.49º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5407DE is Cyan = 0.62, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 84 | 7 | 222 | - |
| CMYK | 0.62 | 0.97 | 0 | 0.13 |
| HSL | 261.49º | 0.94% | 0.45% | - |
| HSV(B) | 261.49º | 0.97% | 0.87% | - |
| XYZ | 16.92 | 7.31 | 69.63 | - |
| YUV | 54.53 | 222.51 | 149.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 7 | 222 | 0.62 | 0.97 | 0 | 0.13 | 261.49 | 0.94 | 0.45 |
| Hex | 54 | 7 | DE | 3E | 61 | 0 | D | 105 | 5E | 2D |
| Octal | 124 | 7 | 336 | 76 | 141 | 0 | 15 | 405 | 136 | 55 |
| Binary | 1010100 | 111 | 11011110 | 111110 | 1100001 | 0 | 1101 | 100000101 | 1011110 | 101101 |
Color Harmonies of #5407DE
Complementary color
Monochromatic Colors of #5407DE
Black with #5407DE
Text Example
Text Example
White with #5407DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5407DE; }
p { color: rgb(84,7,222); }
H1.HeaderClassName
{
color: #5407DE;
}
.AnyTagClassName
{
color: #5407DE;
}
</style>
background-color css
<style>
a { background-color: #5407DE; }
a { background-color: rgb(84,7,222); }
div.DivClassName
{
background-color: #5407DE;
}
.BgClassName
{
background-color: #5407DE;
}
</style>
border-color css
<style>
span { border-color: #5407DE; }
span { border-color: rgb(84,7,222); }
td.TdClassName
{
border-color: #5407DE;
}
.TagClassName
{
border-color: #5407DE;
}
</style>