Shades of Han Purple #5429F0
Tints of Han Purple #5429F0
RGB
CMYK
RGB Variations
Color information
#5429F0 (or 0x5429F0) is known color: Han Purple. HEX triplet: 54, 29 and F0. RGB value is (84,41,240). Sum of RGB (Red+Green+Blue) = 84+41+240=365 (48% of max value = 765). Red value is 84 (33.20% from 255 or 23.01% from 365); Green value is 41 (16.41% from 255 or 11.23% from 365); Blue value is 240 (94.14% from 255 or 65.75% from 365); Max value from RGB is 240 - color contains mainly: blue. Hex color #5429F0 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5429F0 is #ABD60F. Grayscale: #4B4B4B. Windows color (decimal): -11261456 or 15739220. OLE color: 15739220.
HSL color Cylindrical-coordinate representation of color #5429F0: hue angle of 252.96º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5429F0 is Cyan = 0.65, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 84 | 41 | 240 | - |
| CMYK | 0.65 | 0.83 | 0 | 0.06 |
| HSL | 252.96º | 0.87% | 0.55% | - |
| HSV(B) | 252.96º | 0.83% | 0.94% | - |
| XYZ | 20.18 | 9.76 | 83.26 | - |
| YUV | 76.54 | 220.25 | 133.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 41 | 240 | 0.65 | 0.83 | 0 | 0.06 | 252.96 | 0.87 | 0.55 |
| Hex | 54 | 29 | F0 | 41 | 53 | 0 | 6 | FD | 57 | 37 |
| Octal | 124 | 51 | 360 | 101 | 123 | 0 | 6 | 375 | 127 | 67 |
| Binary | 1010100 | 101001 | 11110000 | 1000001 | 1010011 | 0 | 110 | 11111101 | 1010111 | 110111 |
Color Harmonies of #5429F0
Complementary color
Monochromatic Colors of #5429F0
Black with #5429F0
Text Example
Text Example
White with #5429F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5429F0; }
p { color: rgb(84,41,240); }
H1.HeaderClassName
{
color: #5429F0;
}
.AnyTagClassName
{
color: #5429F0;
}
</style>
background-color css
<style>
a { background-color: #5429F0; }
a { background-color: rgb(84,41,240); }
div.DivClassName
{
background-color: #5429F0;
}
.BgClassName
{
background-color: #5429F0;
}
</style>
border-color css
<style>
span { border-color: #5429F0; }
span { border-color: rgb(84,41,240); }
td.TdClassName
{
border-color: #5429F0;
}
.TagClassName
{
border-color: #5429F0;
}
</style>