Shades of Han Purple #5407E0
Tints of Han Purple #5407E0
RGB
CMYK
RGB Variations
Color information
#5407E0 (or 0x5407E0) is known color: Han Purple. HEX triplet: 54, 07 and E0. RGB value is (84,7,224). Sum of RGB (Red+Green+Blue) = 84+7+224=315 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.67% from 315); Green value is 7 (3.12% from 255 or 2.22% from 315); Blue value is 224 (87.89% from 255 or 71.11% from 315); Max value from RGB is 224 - color contains mainly: blue. Hex color #5407E0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5407E0 is #ABF81F. Grayscale: #353535. Windows color (decimal): -11270176 or 14681940. OLE color: 14681940.
HSL color Cylindrical-coordinate representation of color #5407E0: hue angle of 261.29º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5407E0 is Cyan = 0.62, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 84 | 7 | 224 | - |
| CMYK | 0.62 | 0.97 | 0 | 0.12 |
| HSL | 261.29º | 0.94% | 0.45% | - |
| HSV(B) | 261.29º | 0.97% | 0.88% | - |
| XYZ | 17.19 | 7.42 | 71.05 | - |
| YUV | 54.76 | 223.51 | 148.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 7 | 224 | 0.62 | 0.97 | 0 | 0.12 | 261.29 | 0.94 | 0.45 |
| Hex | 54 | 7 | E0 | 3E | 61 | 0 | C | 105 | 5E | 2D |
| Octal | 124 | 7 | 340 | 76 | 141 | 0 | 14 | 405 | 136 | 55 |
| Binary | 1010100 | 111 | 11100000 | 111110 | 1100001 | 0 | 1100 | 100000101 | 1011110 | 101101 |
Color Harmonies of #5407E0
Complementary color
Monochromatic Colors of #5407E0
Black with #5407E0
Text Example
Text Example
White with #5407E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5407E0; }
p { color: rgb(84,7,224); }
H1.HeaderClassName
{
color: #5407E0;
}
.AnyTagClassName
{
color: #5407E0;
}
</style>
background-color css
<style>
a { background-color: #5407E0; }
a { background-color: rgb(84,7,224); }
div.DivClassName
{
background-color: #5407E0;
}
.BgClassName
{
background-color: #5407E0;
}
</style>
border-color css
<style>
span { border-color: #5407E0; }
span { border-color: rgb(84,7,224); }
td.TdClassName
{
border-color: #5407E0;
}
.TagClassName
{
border-color: #5407E0;
}
</style>