Shades of Han Purple #5414FE
Tints of Han Purple #5414FE
RGB
CMYK
RGB Variations
Color information
#5414FE (or 0x5414FE) is known color: Han Purple. HEX triplet: 54, 14 and FE. RGB value is (84,20,254). Sum of RGB (Red+Green+Blue) = 84+20+254=358 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.46% from 358); Green value is 20 (8.20% from 255 or 5.59% from 358); Blue value is 254 (99.61% from 255 or 70.95% from 358); Max value from RGB is 254 - color contains mainly: blue. Hex color #5414FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5414FE is #ABEB01. Grayscale: #404040. Windows color (decimal): -11266818 or 16651348. OLE color: 16651348.
HSL color Cylindrical-coordinate representation of color #5414FE: hue angle of 256.41º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5414FE is Cyan = 0.67, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 84 | 20 | 254 | - |
| CMYK | 0.67 | 0.92 | 0 | 0.00 |
| HSL | 256.41º | 0.99% | 0.54% | - |
| HSV(B) | 256.41º | 0.92% | 1% | - |
| XYZ | 21.8 | 9.54 | 94.46 | - |
| YUV | 65.81 | 234.2 | 140.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 20 | 254 | 0.67 | 0.92 | 0 | 0.00 | 256.41 | 0.99 | 0.54 |
| Hex | 54 | 14 | FE | 43 | 5C | 0 | 0 | 100 | 63 | 36 |
| Octal | 124 | 24 | 376 | 103 | 134 | 0 | 0 | 400 | 143 | 66 |
| Binary | 1010100 | 10100 | 11111110 | 1000011 | 1011100 | 0 | 0 | 100000000 | 1100011 | 110110 |
Color Harmonies of #5414FE
Complementary color
Monochromatic Colors of #5414FE
Black with #5414FE
Text Example
Text Example
White with #5414FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5414FE; }
p { color: rgb(84,20,254); }
H1.HeaderClassName
{
color: #5414FE;
}
.AnyTagClassName
{
color: #5414FE;
}
</style>
background-color css
<style>
a { background-color: #5414FE; }
a { background-color: rgb(84,20,254); }
div.DivClassName
{
background-color: #5414FE;
}
.BgClassName
{
background-color: #5414FE;
}
</style>
border-color css
<style>
span { border-color: #5414FE; }
span { border-color: rgb(84,20,254); }
td.TdClassName
{
border-color: #5414FE;
}
.TagClassName
{
border-color: #5414FE;
}
</style>