Shades of Han Purple #5410F8
Tints of Han Purple #5410F8
RGB
CMYK
RGB Variations
Color information
#5410F8 (or 0x5410F8) is known color: Han Purple. HEX triplet: 54, 10 and F8. RGB value is (84,16,248). Sum of RGB (Red+Green+Blue) = 84+16+248=348 (46% of max value = 765). Red value is 84 (33.20% from 255 or 24.14% from 348); Green value is 16 (6.64% from 255 or 4.60% from 348); Blue value is 248 (97.27% from 255 or 71.26% from 348); Max value from RGB is 248 - color contains mainly: blue. Hex color #5410F8 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5410F8 is #ABEF07. Grayscale: #3D3D3D. Windows color (decimal): -11267848 or 16257108. OLE color: 16257108.
HSL color Cylindrical-coordinate representation of color #5410F8: hue angle of 257.59º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5410F8 is Cyan = 0.66, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 84 | 16 | 248 | - |
| CMYK | 0.66 | 0.94 | 0 | 0.03 |
| HSL | 257.59º | 0.94% | 0.52% | - |
| HSV(B) | 257.59º | 0.94% | 0.97% | - |
| XYZ | 20.78 | 9.03 | 89.45 | - |
| YUV | 62.78 | 232.53 | 143.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 16 | 248 | 0.66 | 0.94 | 0 | 0.03 | 257.59 | 0.94 | 0.52 |
| Hex | 54 | 10 | F8 | 42 | 5E | 0 | 3 | 102 | 5E | 34 |
| Octal | 124 | 20 | 370 | 102 | 136 | 0 | 3 | 402 | 136 | 64 |
| Binary | 1010100 | 10000 | 11111000 | 1000010 | 1011110 | 0 | 11 | 100000010 | 1011110 | 110100 |
Color Harmonies of #5410F8
Complementary color
Monochromatic Colors of #5410F8
Black with #5410F8
Text Example
Text Example
White with #5410F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5410F8; }
p { color: rgb(84,16,248); }
H1.HeaderClassName
{
color: #5410F8;
}
.AnyTagClassName
{
color: #5410F8;
}
</style>
background-color css
<style>
a { background-color: #5410F8; }
a { background-color: rgb(84,16,248); }
div.DivClassName
{
background-color: #5410F8;
}
.BgClassName
{
background-color: #5410F8;
}
</style>
border-color css
<style>
span { border-color: #5410F8; }
span { border-color: rgb(84,16,248); }
td.TdClassName
{
border-color: #5410F8;
}
.TagClassName
{
border-color: #5410F8;
}
</style>