Shades of Han Purple #541EFB
Tints of Han Purple #541EFB
RGB
CMYK
RGB Variations
Color information
#541EFB (or 0x541EFB) is known color: Han Purple. HEX triplet: 54, 1E and FB. RGB value is (84,30,251). Sum of RGB (Red+Green+Blue) = 84+30+251=365 (48% of max value = 765). Red value is 84 (33.20% from 255 or 23.01% from 365); Green value is 30 (12.11% from 255 or 8.22% from 365); Blue value is 251 (98.44% from 255 or 68.77% from 365); Max value from RGB is 251 - color contains mainly: blue. Hex color #541EFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #541EFB is #ABE104. Grayscale: #464646. Windows color (decimal): -11264261 or 16457300. OLE color: 16457300.
HSL color Cylindrical-coordinate representation of color #541EFB: hue angle of 254.66º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #541EFB is Cyan = 0.67, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 84 | 30 | 251 | - |
| CMYK | 0.67 | 0.88 | 0 | 0.02 |
| HSL | 254.66º | 0.97% | 0.55% | - |
| HSV(B) | 254.66º | 0.88% | 0.98% | - |
| XYZ | 21.53 | 9.78 | 92.02 | - |
| YUV | 71.34 | 229.39 | 137.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 30 | 251 | 0.67 | 0.88 | 0 | 0.02 | 254.66 | 0.97 | 0.55 |
| Hex | 54 | 1E | FB | 43 | 58 | 0 | 2 | FF | 61 | 37 |
| Octal | 124 | 36 | 373 | 103 | 130 | 0 | 2 | 377 | 141 | 67 |
| Binary | 1010100 | 11110 | 11111011 | 1000011 | 1011000 | 0 | 10 | 11111111 | 1100001 | 110111 |
Color Harmonies of #541EFB
Complementary color
Monochromatic Colors of #541EFB
Black with #541EFB
Text Example
Text Example
White with #541EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #541EFB; }
p { color: rgb(84,30,251); }
H1.HeaderClassName
{
color: #541EFB;
}
.AnyTagClassName
{
color: #541EFB;
}
</style>
background-color css
<style>
a { background-color: #541EFB; }
a { background-color: rgb(84,30,251); }
div.DivClassName
{
background-color: #541EFB;
}
.BgClassName
{
background-color: #541EFB;
}
</style>
border-color css
<style>
span { border-color: #541EFB; }
span { border-color: rgb(84,30,251); }
td.TdClassName
{
border-color: #541EFB;
}
.TagClassName
{
border-color: #541EFB;
}
</style>