Shades of Han Purple #5418FC
Tints of Han Purple #5418FC
RGB
CMYK
RGB Variations
Color information
#5418FC (or 0x5418FC) is known color: Han Purple. HEX triplet: 54, 18 and FC. RGB value is (84,24,252). Sum of RGB (Red+Green+Blue) = 84+24+252=360 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.33% from 360); Green value is 24 (9.77% from 255 or 6.67% from 360); Blue value is 252 (98.83% from 255 or 70% from 360); Max value from RGB is 252 - color contains mainly: blue. Hex color #5418FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5418FC is #ABE703. Grayscale: #434343. Windows color (decimal): -11265796 or 16521300. OLE color: 16521300.
HSL color Cylindrical-coordinate representation of color #5418FC: hue angle of 255.79º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5418FC is Cyan = 0.67, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 84 | 24 | 252 | - |
| CMYK | 0.67 | 0.90 | 0 | 0.01 |
| HSL | 255.79º | 0.97% | 0.54% | - |
| HSV(B) | 255.79º | 0.9% | 0.99% | - |
| XYZ | 21.55 | 9.57 | 92.81 | - |
| YUV | 67.93 | 231.88 | 139.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 24 | 252 | 0.67 | 0.90 | 0 | 0.01 | 255.79 | 0.97 | 0.54 |
| Hex | 54 | 18 | FC | 43 | 5A | 0 | 1 | 100 | 61 | 36 |
| Octal | 124 | 30 | 374 | 103 | 132 | 0 | 1 | 400 | 141 | 66 |
| Binary | 1010100 | 11000 | 11111100 | 1000011 | 1011010 | 0 | 1 | 100000000 | 1100001 | 110110 |
Color Harmonies of #5418FC
Complementary color
Monochromatic Colors of #5418FC
Black with #5418FC
Text Example
Text Example
White with #5418FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5418FC; }
p { color: rgb(84,24,252); }
H1.HeaderClassName
{
color: #5418FC;
}
.AnyTagClassName
{
color: #5418FC;
}
</style>
background-color css
<style>
a { background-color: #5418FC; }
a { background-color: rgb(84,24,252); }
div.DivClassName
{
background-color: #5418FC;
}
.BgClassName
{
background-color: #5418FC;
}
</style>
border-color css
<style>
span { border-color: #5418FC; }
span { border-color: rgb(84,24,252); }
td.TdClassName
{
border-color: #5418FC;
}
.TagClassName
{
border-color: #5418FC;
}
</style>