Shades of Han Purple #5424FD
Tints of Han Purple #5424FD
RGB
CMYK
RGB Variations
Color information
#5424FD (or 0x5424FD) is known color: Han Purple. HEX triplet: 54, 24 and FD. RGB value is (84,36,253). Sum of RGB (Red+Green+Blue) = 84+36+253=373 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.52% from 373); Green value is 36 (14.45% from 255 or 9.65% from 373); Blue value is 253 (99.22% from 255 or 67.83% from 373); Max value from RGB is 253 - color contains mainly: blue. Hex color #5424FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5424FD is #ABDB02. Grayscale: #4A4A4A. Windows color (decimal): -11262723 or 16589908. OLE color: 16589908.
HSL color Cylindrical-coordinate representation of color #5424FD: hue angle of 253.27º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5424FD is Cyan = 0.67, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 84 | 36 | 253 | - |
| CMYK | 0.67 | 0.86 | 0 | 0.01 |
| HSL | 253.27º | 0.98% | 0.57% | - |
| HSV(B) | 253.27º | 0.86% | 0.99% | - |
| XYZ | 22.02 | 10.24 | 93.74 | - |
| YUV | 75.09 | 228.4 | 134.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 36 | 253 | 0.67 | 0.86 | 0 | 0.01 | 253.27 | 0.98 | 0.57 |
| Hex | 54 | 24 | FD | 43 | 56 | 0 | 1 | FD | 62 | 39 |
| Octal | 124 | 44 | 375 | 103 | 126 | 0 | 1 | 375 | 142 | 71 |
| Binary | 1010100 | 100100 | 11111101 | 1000011 | 1010110 | 0 | 1 | 11111101 | 1100010 | 111001 |
Color Harmonies of #5424FD
Complementary color
Monochromatic Colors of #5424FD
Black with #5424FD
Text Example
Text Example
White with #5424FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5424FD; }
p { color: rgb(84,36,253); }
H1.HeaderClassName
{
color: #5424FD;
}
.AnyTagClassName
{
color: #5424FD;
}
</style>
background-color css
<style>
a { background-color: #5424FD; }
a { background-color: rgb(84,36,253); }
div.DivClassName
{
background-color: #5424FD;
}
.BgClassName
{
background-color: #5424FD;
}
</style>
border-color css
<style>
span { border-color: #5424FD; }
span { border-color: rgb(84,36,253); }
td.TdClassName
{
border-color: #5424FD;
}
.TagClassName
{
border-color: #5424FD;
}
</style>