Shades of Han Purple #5416EB
Tints of Han Purple #5416EB
RGB
CMYK
RGB Variations
Color information
#5416EB (or 0x5416EB) is known color: Han Purple. HEX triplet: 54, 16 and EB. RGB value is (84,22,235). Sum of RGB (Red+Green+Blue) = 84+22+235=341 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.63% from 341); Green value is 22 (8.98% from 255 or 6.45% from 341); Blue value is 235 (92.19% from 255 or 68.91% from 341); Max value from RGB is 235 - color contains mainly: blue. Hex color #5416EB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5416EB is #ABE914. Grayscale: #404040. Windows color (decimal): -11266325 or 15406676. OLE color: 15406676.
HSL color Cylindrical-coordinate representation of color #5416EB: hue angle of 257.46º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5416EB is Cyan = 0.64, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 84 | 22 | 235 | - |
| CMYK | 0.64 | 0.91 | 0 | 0.08 |
| HSL | 257.46º | 0.84% | 0.5% | - |
| HSV(B) | 257.46º | 0.91% | 0.92% | - |
| XYZ | 18.94 | 8.46 | 79.23 | - |
| YUV | 64.82 | 224.04 | 141.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 22 | 235 | 0.64 | 0.91 | 0 | 0.08 | 257.46 | 0.84 | 0.5 |
| Hex | 54 | 16 | EB | 40 | 5B | 0 | 8 | 101 | 54 | 32 |
| Octal | 124 | 26 | 353 | 100 | 133 | 0 | 10 | 401 | 124 | 62 |
| Binary | 1010100 | 10110 | 11101011 | 1000000 | 1011011 | 0 | 1000 | 100000001 | 1010100 | 110010 |
Color Harmonies of #5416EB
Complementary color
Monochromatic Colors of #5416EB
Black with #5416EB
Text Example
Text Example
White with #5416EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5416EB; }
p { color: rgb(84,22,235); }
H1.HeaderClassName
{
color: #5416EB;
}
.AnyTagClassName
{
color: #5416EB;
}
</style>
background-color css
<style>
a { background-color: #5416EB; }
a { background-color: rgb(84,22,235); }
div.DivClassName
{
background-color: #5416EB;
}
.BgClassName
{
background-color: #5416EB;
}
</style>
border-color css
<style>
span { border-color: #5416EB; }
span { border-color: rgb(84,22,235); }
td.TdClassName
{
border-color: #5416EB;
}
.TagClassName
{
border-color: #5416EB;
}
</style>