Shades of Han Purple #5418EB
Tints of Han Purple #5418EB
RGB
CMYK
RGB Variations
Color information
#5418EB (or 0x5418EB) is known color: Han Purple. HEX triplet: 54, 18 and EB. RGB value is (84,24,235). Sum of RGB (Red+Green+Blue) = 84+24+235=343 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.49% from 343); Green value is 24 (9.77% from 255 or 7.00% from 343); Blue value is 235 (92.19% from 255 or 68.51% from 343); Max value from RGB is 235 - color contains mainly: blue. Hex color #5418EB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5418EB is #ABE714. Grayscale: #414141. Windows color (decimal): -11265813 or 15407188. OLE color: 15407188.
HSL color Cylindrical-coordinate representation of color #5418EB: hue angle of 257.06º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5418EB is Cyan = 0.64, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 84 | 24 | 235 | - |
| CMYK | 0.64 | 0.90 | 0 | 0.08 |
| HSL | 257.06º | 0.84% | 0.51% | - |
| HSV(B) | 257.06º | 0.9% | 0.92% | - |
| XYZ | 18.98 | 8.54 | 79.24 | - |
| YUV | 65.99 | 223.38 | 140.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 24 | 235 | 0.64 | 0.90 | 0 | 0.08 | 257.06 | 0.84 | 0.51 |
| Hex | 54 | 18 | EB | 40 | 5A | 0 | 8 | 101 | 54 | 33 |
| Octal | 124 | 30 | 353 | 100 | 132 | 0 | 10 | 401 | 124 | 63 |
| Binary | 1010100 | 11000 | 11101011 | 1000000 | 1011010 | 0 | 1000 | 100000001 | 1010100 | 110011 |
Color Harmonies of #5418EB
Complementary color
Monochromatic Colors of #5418EB
Black with #5418EB
Text Example
Text Example
White with #5418EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5418EB; }
p { color: rgb(84,24,235); }
H1.HeaderClassName
{
color: #5418EB;
}
.AnyTagClassName
{
color: #5418EB;
}
</style>
background-color css
<style>
a { background-color: #5418EB; }
a { background-color: rgb(84,24,235); }
div.DivClassName
{
background-color: #5418EB;
}
.BgClassName
{
background-color: #5418EB;
}
</style>
border-color css
<style>
span { border-color: #5418EB; }
span { border-color: rgb(84,24,235); }
td.TdClassName
{
border-color: #5418EB;
}
.TagClassName
{
border-color: #5418EB;
}
</style>