Shades of Han Purple #5405FB
Tints of Han Purple #5405FB
RGB
CMYK
RGB Variations
Color information
#5405FB (or 0x5405FB) is known color: Han Purple. HEX triplet: 54, 05 and FB. RGB value is (84,5,251). Sum of RGB (Red+Green+Blue) = 84+5+251=340 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.71% from 340); Green value is 5 (2.34% from 255 or 1.47% from 340); Blue value is 251 (98.44% from 255 or 73.82% from 340); Max value from RGB is 251 - color contains mainly: blue. Hex color #5405FB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5405FB is #ABFA04. Grayscale: #373737. Windows color (decimal): -11270661 or 16450900. OLE color: 16450900.
HSL color Cylindrical-coordinate representation of color #5405FB: hue angle of 259.27º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5405FB is Cyan = 0.67, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 84 | 5 | 251 | - |
| CMYK | 0.67 | 0.98 | 0 | 0.02 |
| HSL | 259.27º | 0.97% | 0.5% | - |
| HSV(B) | 259.27º | 0.98% | 0.98% | - |
| XYZ | 21.12 | 8.96 | 91.88 | - |
| YUV | 56.67 | 237.67 | 147.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 5 | 251 | 0.67 | 0.98 | 0 | 0.02 | 259.27 | 0.97 | 0.5 |
| Hex | 54 | 5 | FB | 43 | 62 | 0 | 2 | 103 | 61 | 32 |
| Octal | 124 | 5 | 373 | 103 | 142 | 0 | 2 | 403 | 141 | 62 |
| Binary | 1010100 | 101 | 11111011 | 1000011 | 1100010 | 0 | 10 | 100000011 | 1100001 | 110010 |
Color Harmonies of #5405FB
Complementary color
Monochromatic Colors of #5405FB
Black with #5405FB
Text Example
Text Example
White with #5405FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5405FB; }
p { color: rgb(84,5,251); }
H1.HeaderClassName
{
color: #5405FB;
}
.AnyTagClassName
{
color: #5405FB;
}
</style>
background-color css
<style>
a { background-color: #5405FB; }
a { background-color: rgb(84,5,251); }
div.DivClassName
{
background-color: #5405FB;
}
.BgClassName
{
background-color: #5405FB;
}
</style>
border-color css
<style>
span { border-color: #5405FB; }
span { border-color: rgb(84,5,251); }
td.TdClassName
{
border-color: #5405FB;
}
.TagClassName
{
border-color: #5405FB;
}
</style>