Shades of Han Purple #5411FA
Tints of Han Purple #5411FA
RGB
CMYK
RGB Variations
Color information
#5411FA (or 0x5411FA) is known color: Han Purple. HEX triplet: 54, 11 and FA. RGB value is (84,17,250). Sum of RGB (Red+Green+Blue) = 84+17+250=351 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.93% from 351); Green value is 17 (7.03% from 255 or 4.84% from 351); Blue value is 250 (98.05% from 255 or 71.23% from 351); Max value from RGB is 250 - color contains mainly: blue. Hex color #5411FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5411FA is #ABEE05. Grayscale: #3E3E3E. Windows color (decimal): -11267590 or 16388436. OLE color: 16388436.
HSL color Cylindrical-coordinate representation of color #5411FA: hue angle of 257.25º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5411FA is Cyan = 0.66, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 84 | 17 | 250 | - |
| CMYK | 0.66 | 0.93 | 0 | 0.02 |
| HSL | 257.25º | 0.96% | 0.52% | - |
| HSV(B) | 257.25º | 0.93% | 0.98% | - |
| XYZ | 21.11 | 9.19 | 91.1 | - |
| YUV | 63.6 | 233.2 | 142.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 17 | 250 | 0.66 | 0.93 | 0 | 0.02 | 257.25 | 0.96 | 0.52 |
| Hex | 54 | 11 | FA | 42 | 5D | 0 | 2 | 101 | 60 | 34 |
| Octal | 124 | 21 | 372 | 102 | 135 | 0 | 2 | 401 | 140 | 64 |
| Binary | 1010100 | 10001 | 11111010 | 1000010 | 1011101 | 0 | 10 | 100000001 | 1100000 | 110100 |
Color Harmonies of #5411FA
Complementary color
Monochromatic Colors of #5411FA
Black with #5411FA
Text Example
Text Example
White with #5411FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5411FA; }
p { color: rgb(84,17,250); }
H1.HeaderClassName
{
color: #5411FA;
}
.AnyTagClassName
{
color: #5411FA;
}
</style>
background-color css
<style>
a { background-color: #5411FA; }
a { background-color: rgb(84,17,250); }
div.DivClassName
{
background-color: #5411FA;
}
.BgClassName
{
background-color: #5411FA;
}
</style>
border-color css
<style>
span { border-color: #5411FA; }
span { border-color: rgb(84,17,250); }
td.TdClassName
{
border-color: #5411FA;
}
.TagClassName
{
border-color: #5411FA;
}
</style>