Shades of Han Purple #541FFB
Tints of Han Purple #541FFB
RGB
CMYK
RGB Variations
Color information
#541FFB (or 0x541FFB) is known color: Han Purple. HEX triplet: 54, 1F and FB. RGB value is (84,31,251). Sum of RGB (Red+Green+Blue) = 84+31+251=366 (48% of max value = 765). Red value is 84 (33.20% from 255 or 22.95% from 366); Green value is 31 (12.5% from 255 or 8.47% from 366); Blue value is 251 (98.44% from 255 or 68.58% from 366); Max value from RGB is 251 - color contains mainly: blue. Hex color #541FFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #541FFB is #ABE004. Grayscale: #474747. Windows color (decimal): -11264005 or 16457556. OLE color: 16457556.
HSL color Cylindrical-coordinate representation of color #541FFB: hue angle of 254.45º degrees, saturation: 0.96, 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 #541FFB is Cyan = 0.67, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 84 | 31 | 251 | - |
| CMYK | 0.67 | 0.88 | 0 | 0.02 |
| HSL | 254.45º | 0.96% | 0.55% | - |
| HSV(B) | 254.45º | 0.88% | 0.98% | - |
| XYZ | 21.56 | 9.83 | 92.03 | - |
| YUV | 71.93 | 229.06 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 31 | 251 | 0.67 | 0.88 | 0 | 0.02 | 254.45 | 0.96 | 0.55 |
| Hex | 54 | 1F | FB | 43 | 58 | 0 | 2 | FE | 60 | 37 |
| Octal | 124 | 37 | 373 | 103 | 130 | 0 | 2 | 376 | 140 | 67 |
| Binary | 1010100 | 11111 | 11111011 | 1000011 | 1011000 | 0 | 10 | 11111110 | 1100000 | 110111 |
Color Harmonies of #541FFB
Complementary color
Monochromatic Colors of #541FFB
Black with #541FFB
Text Example
Text Example
White with #541FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #541FFB; }
p { color: rgb(84,31,251); }
H1.HeaderClassName
{
color: #541FFB;
}
.AnyTagClassName
{
color: #541FFB;
}
</style>
background-color css
<style>
a { background-color: #541FFB; }
a { background-color: rgb(84,31,251); }
div.DivClassName
{
background-color: #541FFB;
}
.BgClassName
{
background-color: #541FFB;
}
</style>
border-color css
<style>
span { border-color: #541FFB; }
span { border-color: rgb(84,31,251); }
td.TdClassName
{
border-color: #541FFB;
}
.TagClassName
{
border-color: #541FFB;
}
</style>