Shades of Han Purple #5420F9
Tints of Han Purple #5420F9
RGB
CMYK
RGB Variations
Color information
#5420F9 (or 0x5420F9) is known color: Han Purple. HEX triplet: 54, 20 and F9. RGB value is (84,32,249). Sum of RGB (Red+Green+Blue) = 84+32+249=365 (48% of max value = 765). Red value is 84 (33.20% from 255 or 23.01% from 365); Green value is 32 (12.89% from 255 or 8.77% from 365); Blue value is 249 (97.66% from 255 or 68.22% from 365); Max value from RGB is 249 - color contains mainly: blue. Hex color #5420F9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5420F9 is #ABDF06. Grayscale: #474747. Windows color (decimal): -11263751 or 16326740. OLE color: 16326740.
HSL color Cylindrical-coordinate representation of color #5420F9: hue angle of 254.38º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5420F9 is Cyan = 0.66, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 84 | 32 | 249 | - |
| CMYK | 0.66 | 0.87 | 0 | 0.02 |
| HSL | 254.38º | 0.95% | 0.55% | - |
| HSV(B) | 254.38º | 0.87% | 0.98% | - |
| XYZ | 21.27 | 9.76 | 90.38 | - |
| YUV | 72.29 | 227.73 | 136.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 32 | 249 | 0.66 | 0.87 | 0 | 0.02 | 254.38 | 0.95 | 0.55 |
| Hex | 54 | 20 | F9 | 42 | 57 | 0 | 2 | FE | 5F | 37 |
| Octal | 124 | 40 | 371 | 102 | 127 | 0 | 2 | 376 | 137 | 67 |
| Binary | 1010100 | 100000 | 11111001 | 1000010 | 1010111 | 0 | 10 | 11111110 | 1011111 | 110111 |
Color Harmonies of #5420F9
Complementary color
Monochromatic Colors of #5420F9
Black with #5420F9
Text Example
Text Example
White with #5420F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5420F9; }
p { color: rgb(84,32,249); }
H1.HeaderClassName
{
color: #5420F9;
}
.AnyTagClassName
{
color: #5420F9;
}
</style>
background-color css
<style>
a { background-color: #5420F9; }
a { background-color: rgb(84,32,249); }
div.DivClassName
{
background-color: #5420F9;
}
.BgClassName
{
background-color: #5420F9;
}
</style>
border-color css
<style>
span { border-color: #5420F9; }
span { border-color: rgb(84,32,249); }
td.TdClassName
{
border-color: #5420F9;
}
.TagClassName
{
border-color: #5420F9;
}
</style>