Shades of Han Purple #5421FD
Tints of Han Purple #5421FD
RGB
CMYK
RGB Variations
Color information
#5421FD (or 0x5421FD) is known color: Han Purple. HEX triplet: 54, 21 and FD. RGB value is (84,33,253). Sum of RGB (Red+Green+Blue) = 84+33+253=370 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.70% from 370); Green value is 33 (13.28% from 255 or 8.92% from 370); Blue value is 253 (99.22% from 255 or 68.38% from 370); Max value from RGB is 253 - color contains mainly: blue. Hex color #5421FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5421FD is #ABDE02. Grayscale: #484848. Windows color (decimal): -11263491 or 16589140. OLE color: 16589140.
HSL color Cylindrical-coordinate representation of color #5421FD: hue angle of 253.91º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5421FD is Cyan = 0.67, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 84 | 33 | 253 | - |
| CMYK | 0.67 | 0.87 | 0 | 0.01 |
| HSL | 253.91º | 0.98% | 0.56% | - |
| HSV(B) | 253.91º | 0.87% | 0.99% | - |
| XYZ | 21.93 | 10.06 | 93.72 | - |
| YUV | 73.33 | 229.4 | 135.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 33 | 253 | 0.67 | 0.87 | 0 | 0.01 | 253.91 | 0.98 | 0.56 |
| Hex | 54 | 21 | FD | 43 | 57 | 0 | 1 | FE | 62 | 38 |
| Octal | 124 | 41 | 375 | 103 | 127 | 0 | 1 | 376 | 142 | 70 |
| Binary | 1010100 | 100001 | 11111101 | 1000011 | 1010111 | 0 | 1 | 11111110 | 1100010 | 111000 |
Color Harmonies of #5421FD
Complementary color
Monochromatic Colors of #5421FD
Black with #5421FD
Text Example
Text Example
White with #5421FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5421FD; }
p { color: rgb(84,33,253); }
H1.HeaderClassName
{
color: #5421FD;
}
.AnyTagClassName
{
color: #5421FD;
}
</style>
background-color css
<style>
a { background-color: #5421FD; }
a { background-color: rgb(84,33,253); }
div.DivClassName
{
background-color: #5421FD;
}
.BgClassName
{
background-color: #5421FD;
}
</style>
border-color css
<style>
span { border-color: #5421FD; }
span { border-color: rgb(84,33,253); }
td.TdClassName
{
border-color: #5421FD;
}
.TagClassName
{
border-color: #5421FD;
}
</style>