Shades of Han Purple #5421FB
Tints of Han Purple #5421FB
RGB
CMYK
RGB Variations
Color information
#5421FB (or 0x5421FB) is known color: Han Purple. HEX triplet: 54, 21 and FB. RGB value is (84,33,251). Sum of RGB (Red+Green+Blue) = 84+33+251=368 (48% of max value = 765). Red value is 84 (33.20% from 255 or 22.83% from 368); Green value is 33 (13.28% from 255 or 8.97% from 368); Blue value is 251 (98.44% from 255 or 68.21% from 368); Max value from RGB is 251 - color contains mainly: blue. Hex color #5421FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5421FB is #ABDE04. Grayscale: #484848. Windows color (decimal): -11263493 or 16458068. OLE color: 16458068.
HSL color Cylindrical-coordinate representation of color #5421FB: hue angle of 254.04º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5421FB is Cyan = 0.67, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 84 | 33 | 251 | - |
| CMYK | 0.67 | 0.87 | 0 | 0.02 |
| HSL | 254.04º | 0.96% | 0.56% | - |
| HSV(B) | 254.04º | 0.87% | 0.98% | - |
| XYZ | 21.61 | 9.94 | 92.05 | - |
| YUV | 73.1 | 228.4 | 135.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 33 | 251 | 0.67 | 0.87 | 0 | 0.02 | 254.04 | 0.96 | 0.56 |
| Hex | 54 | 21 | FB | 43 | 57 | 0 | 2 | FE | 60 | 38 |
| Octal | 124 | 41 | 373 | 103 | 127 | 0 | 2 | 376 | 140 | 70 |
| Binary | 1010100 | 100001 | 11111011 | 1000011 | 1010111 | 0 | 10 | 11111110 | 1100000 | 111000 |
Color Harmonies of #5421FB
Complementary color
Monochromatic Colors of #5421FB
Black with #5421FB
Text Example
Text Example
White with #5421FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5421FB; }
p { color: rgb(84,33,251); }
H1.HeaderClassName
{
color: #5421FB;
}
.AnyTagClassName
{
color: #5421FB;
}
</style>
background-color css
<style>
a { background-color: #5421FB; }
a { background-color: rgb(84,33,251); }
div.DivClassName
{
background-color: #5421FB;
}
.BgClassName
{
background-color: #5421FB;
}
</style>
border-color css
<style>
span { border-color: #5421FB; }
span { border-color: rgb(84,33,251); }
td.TdClassName
{
border-color: #5421FB;
}
.TagClassName
{
border-color: #5421FB;
}
</style>