Shades of Han Purple #5407F9
Tints of Han Purple #5407F9
RGB
CMYK
RGB Variations
Color information
#5407F9 (or 0x5407F9) is known color: Han Purple. HEX triplet: 54, 07 and F9. RGB value is (84,7,249). Sum of RGB (Red+Green+Blue) = 84+7+249=340 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.71% from 340); Green value is 7 (3.12% from 255 or 2.06% from 340); Blue value is 249 (97.66% from 255 or 73.24% from 340); Max value from RGB is 249 - color contains mainly: blue. Hex color #5407F9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5407F9 is #ABF806. Grayscale: #383838. Windows color (decimal): -11270151 or 16320340. OLE color: 16320340.
HSL color Cylindrical-coordinate representation of color #5407F9: hue angle of 259.09º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5407F9 is Cyan = 0.66, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 84 | 7 | 249 | - |
| CMYK | 0.66 | 0.97 | 0 | 0.02 |
| HSL | 259.09º | 0.95% | 0.5% | - |
| HSV(B) | 259.09º | 0.97% | 0.98% | - |
| XYZ | 20.83 | 8.88 | 90.24 | - |
| YUV | 57.61 | 236.01 | 146.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 7 | 249 | 0.66 | 0.97 | 0 | 0.02 | 259.09 | 0.95 | 0.5 |
| Hex | 54 | 7 | F9 | 42 | 61 | 0 | 2 | 103 | 5F | 32 |
| Octal | 124 | 7 | 371 | 102 | 141 | 0 | 2 | 403 | 137 | 62 |
| Binary | 1010100 | 111 | 11111001 | 1000010 | 1100001 | 0 | 10 | 100000011 | 1011111 | 110010 |
Color Harmonies of #5407F9
Complementary color
Monochromatic Colors of #5407F9
Black with #5407F9
Text Example
Text Example
White with #5407F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5407F9; }
p { color: rgb(84,7,249); }
H1.HeaderClassName
{
color: #5407F9;
}
.AnyTagClassName
{
color: #5407F9;
}
</style>
background-color css
<style>
a { background-color: #5407F9; }
a { background-color: rgb(84,7,249); }
div.DivClassName
{
background-color: #5407F9;
}
.BgClassName
{
background-color: #5407F9;
}
</style>
border-color css
<style>
span { border-color: #5407F9; }
span { border-color: rgb(84,7,249); }
td.TdClassName
{
border-color: #5407F9;
}
.TagClassName
{
border-color: #5407F9;
}
</style>