Shades of Han Purple #5105FC
Tints of Han Purple #5105FC
RGB
CMYK
RGB Variations
Color information
#5105FC (or 0x5105FC) is known color: Han Purple. HEX triplet: 51, 05 and FC. RGB value is (81,5,252). Sum of RGB (Red+Green+Blue) = 81+5+252=338 (44% of max value = 765). Red value is 81 (32.03% from 255 or 23.96% from 338); Green value is 5 (2.34% from 255 or 1.48% from 338); Blue value is 252 (98.83% from 255 or 74.56% from 338); Max value from RGB is 252 - color contains mainly: blue. Hex color #5105FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5105FC is #AEFA03. Grayscale: #363636. Windows color (decimal): -11467268 or 16516433. OLE color: 16516433.
HSL color Cylindrical-coordinate representation of color #5105FC: hue angle of 258.46º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5105FC is Cyan = 0.68, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 81 | 5 | 252 | - |
| CMYK | 0.68 | 0.98 | 0 | 0.01 |
| HSL | 258.46º | 0.98% | 0.5% | - |
| HSV(B) | 258.46º | 0.98% | 0.99% | - |
| XYZ | 21.02 | 8.89 | 92.7 | - |
| YUV | 55.88 | 238.68 | 145.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 5 | 252 | 0.68 | 0.98 | 0 | 0.01 | 258.46 | 0.98 | 0.5 |
| Hex | 51 | 5 | FC | 44 | 62 | 0 | 1 | 102 | 62 | 32 |
| Octal | 121 | 5 | 374 | 104 | 142 | 0 | 1 | 402 | 142 | 62 |
| Binary | 1010001 | 101 | 11111100 | 1000100 | 1100010 | 0 | 1 | 100000010 | 1100010 | 110010 |
Color Harmonies of #5105FC
Complementary color
Monochromatic Colors of #5105FC
Black with #5105FC
Text Example
Text Example
White with #5105FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5105FC; }
p { color: rgb(81,5,252); }
H1.HeaderClassName
{
color: #5105FC;
}
.AnyTagClassName
{
color: #5105FC;
}
</style>
background-color css
<style>
a { background-color: #5105FC; }
a { background-color: rgb(81,5,252); }
div.DivClassName
{
background-color: #5105FC;
}
.BgClassName
{
background-color: #5105FC;
}
</style>
border-color css
<style>
span { border-color: #5105FC; }
span { border-color: rgb(81,5,252); }
td.TdClassName
{
border-color: #5105FC;
}
.TagClassName
{
border-color: #5105FC;
}
</style>