Shades of Han Purple #5104FE
Tints of Han Purple #5104FE
RGB
CMYK
RGB Variations
Color information
#5104FE (or 0x5104FE) is known color: Han Purple. HEX triplet: 51, 04 and FE. RGB value is (81,4,254). Sum of RGB (Red+Green+Blue) = 81+4+254=339 (44% of max value = 765). Red value is 81 (32.03% from 255 or 23.89% from 339); Green value is 4 (1.95% from 255 or 1.18% from 339); Blue value is 254 (99.61% from 255 or 74.93% from 339); Max value from RGB is 254 - color contains mainly: blue. Hex color #5104FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5104FE is #AEFB01. Grayscale: #363636. Windows color (decimal): -11467522 or 16647249. OLE color: 16647249.
HSL color Cylindrical-coordinate representation of color #5104FE: hue angle of 258.48º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5104FE is Cyan = 0.68, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 81 | 4 | 254 | - |
| CMYK | 0.68 | 0.98 | 0 | 0.00 |
| HSL | 258.48º | 0.99% | 0.51% | - |
| HSV(B) | 258.48º | 0.98% | 1% | - |
| XYZ | 21.33 | 8.99 | 94.38 | - |
| YUV | 55.52 | 240.01 | 146.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 4 | 254 | 0.68 | 0.98 | 0 | 0.00 | 258.48 | 0.99 | 0.51 |
| Hex | 51 | 4 | FE | 44 | 62 | 0 | 0 | 102 | 63 | 33 |
| Octal | 121 | 4 | 376 | 104 | 142 | 0 | 0 | 402 | 143 | 63 |
| Binary | 1010001 | 100 | 11111110 | 1000100 | 1100010 | 0 | 0 | 100000010 | 1100011 | 110011 |
Color Harmonies of #5104FE
Complementary color
Monochromatic Colors of #5104FE
Black with #5104FE
Text Example
Text Example
White with #5104FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5104FE; }
p { color: rgb(81,4,254); }
H1.HeaderClassName
{
color: #5104FE;
}
.AnyTagClassName
{
color: #5104FE;
}
</style>
background-color css
<style>
a { background-color: #5104FE; }
a { background-color: rgb(81,4,254); }
div.DivClassName
{
background-color: #5104FE;
}
.BgClassName
{
background-color: #5104FE;
}
</style>
border-color css
<style>
span { border-color: #5104FE; }
span { border-color: rgb(81,4,254); }
td.TdClassName
{
border-color: #5104FE;
}
.TagClassName
{
border-color: #5104FE;
}
</style>