Shades of Han Purple #5417FE
Tints of Han Purple #5417FE
RGB
CMYK
RGB Variations
Color information
#5417FE (or 0x5417FE) is known color: Han Purple. HEX triplet: 54, 17 and FE. RGB value is (84,23,254). Sum of RGB (Red+Green+Blue) = 84+23+254=361 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.27% from 361); Green value is 23 (9.38% from 255 or 6.37% from 361); Blue value is 254 (99.61% from 255 or 70.36% from 361); Max value from RGB is 254 - color contains mainly: blue. Hex color #5417FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5417FE is #ABE801. Grayscale: #424242. Windows color (decimal): -11266050 or 16652116. OLE color: 16652116.
HSL color Cylindrical-coordinate representation of color #5417FE: hue angle of 255.84º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5417FE is Cyan = 0.67, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 84 | 23 | 254 | - |
| CMYK | 0.67 | 0.91 | 0 | 0.00 |
| HSL | 255.84º | 0.99% | 0.54% | - |
| HSV(B) | 255.84º | 0.91% | 1% | - |
| XYZ | 21.85 | 9.65 | 94.48 | - |
| YUV | 67.57 | 233.21 | 139.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 23 | 254 | 0.67 | 0.91 | 0 | 0.00 | 255.84 | 0.99 | 0.54 |
| Hex | 54 | 17 | FE | 43 | 5B | 0 | 0 | 100 | 63 | 36 |
| Octal | 124 | 27 | 376 | 103 | 133 | 0 | 0 | 400 | 143 | 66 |
| Binary | 1010100 | 10111 | 11111110 | 1000011 | 1011011 | 0 | 0 | 100000000 | 1100011 | 110110 |
Color Harmonies of #5417FE
Complementary color
Monochromatic Colors of #5417FE
Black with #5417FE
Text Example
Text Example
White with #5417FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5417FE; }
p { color: rgb(84,23,254); }
H1.HeaderClassName
{
color: #5417FE;
}
.AnyTagClassName
{
color: #5417FE;
}
</style>
background-color css
<style>
a { background-color: #5417FE; }
a { background-color: rgb(84,23,254); }
div.DivClassName
{
background-color: #5417FE;
}
.BgClassName
{
background-color: #5417FE;
}
</style>
border-color css
<style>
span { border-color: #5417FE; }
span { border-color: rgb(84,23,254); }
td.TdClassName
{
border-color: #5417FE;
}
.TagClassName
{
border-color: #5417FE;
}
</style>