Shades of Han Purple #5428F1
Tints of Han Purple #5428F1
RGB
CMYK
RGB Variations
Color information
#5428F1 (or 0x5428F1) is known color: Han Purple. HEX triplet: 54, 28 and F1. RGB value is (84,40,241). Sum of RGB (Red+Green+Blue) = 84+40+241=365 (48% of max value = 765). Red value is 84 (33.20% from 255 or 23.01% from 365); Green value is 40 (16.02% from 255 or 10.96% from 365); Blue value is 241 (94.53% from 255 or 66.03% from 365); Max value from RGB is 241 - color contains mainly: blue. Hex color #5428F1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5428F1 is #ABD70E. Grayscale: #4B4B4B. Windows color (decimal): -11261711 or 15804500. OLE color: 15804500.
HSL color Cylindrical-coordinate representation of color #5428F1: hue angle of 253.13º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5428F1 is Cyan = 0.65, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 84 | 40 | 241 | - |
| CMYK | 0.65 | 0.83 | 0 | 0.05 |
| HSL | 253.13º | 0.88% | 0.55% | - |
| HSV(B) | 253.13º | 0.83% | 0.95% | - |
| XYZ | 20.29 | 9.75 | 84.03 | - |
| YUV | 76.07 | 221.08 | 133.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 40 | 241 | 0.65 | 0.83 | 0 | 0.05 | 253.13 | 0.88 | 0.55 |
| Hex | 54 | 28 | F1 | 41 | 53 | 0 | 5 | FD | 58 | 37 |
| Octal | 124 | 50 | 361 | 101 | 123 | 0 | 5 | 375 | 130 | 67 |
| Binary | 1010100 | 101000 | 11110001 | 1000001 | 1010011 | 0 | 101 | 11111101 | 1011000 | 110111 |
Color Harmonies of #5428F1
Complementary color
Monochromatic Colors of #5428F1
Black with #5428F1
Text Example
Text Example
White with #5428F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5428F1; }
p { color: rgb(84,40,241); }
H1.HeaderClassName
{
color: #5428F1;
}
.AnyTagClassName
{
color: #5428F1;
}
</style>
background-color css
<style>
a { background-color: #5428F1; }
a { background-color: rgb(84,40,241); }
div.DivClassName
{
background-color: #5428F1;
}
.BgClassName
{
background-color: #5428F1;
}
</style>
border-color css
<style>
span { border-color: #5428F1; }
span { border-color: rgb(84,40,241); }
td.TdClassName
{
border-color: #5428F1;
}
.TagClassName
{
border-color: #5428F1;
}
</style>