Shades of Han Purple #5103FC
Tints of Han Purple #5103FC
RGB
CMYK
RGB Variations
Color information
#5103FC (or 0x5103FC) is known color: Han Purple. HEX triplet: 51, 03 and FC. RGB value is (81,3,252). Sum of RGB (Red+Green+Blue) = 81+3+252=336 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.11% from 336); Green value is 3 (1.56% from 255 or 0.89% from 336); Blue value is 252 (98.83% from 255 or 75% from 336); Max value from RGB is 252 - color contains mainly: blue. Hex color #5103FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5103FC is #AEFC03. Grayscale: #353535. Windows color (decimal): -11467780 or 16515921. OLE color: 16515921.
HSL color Cylindrical-coordinate representation of color #5103FC: hue angle of 258.8º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5103FC is Cyan = 0.68, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 81 | 3 | 252 | - |
| CMYK | 0.68 | 0.99 | 0 | 0.01 |
| HSL | 258.8º | 0.98% | 0.5% | - |
| HSV(B) | 258.8º | 0.99% | 0.99% | - |
| XYZ | 21 | 8.84 | 92.7 | - |
| YUV | 54.71 | 239.34 | 146.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 3 | 252 | 0.68 | 0.99 | 0 | 0.01 | 258.8 | 0.98 | 0.5 |
| Hex | 51 | 3 | FC | 44 | 63 | 0 | 1 | 103 | 62 | 32 |
| Octal | 121 | 3 | 374 | 104 | 143 | 0 | 1 | 403 | 142 | 62 |
| Binary | 1010001 | 11 | 11111100 | 1000100 | 1100011 | 0 | 1 | 100000011 | 1100010 | 110010 |
Color Harmonies of #5103FC
Complementary color
Monochromatic Colors of #5103FC
Black with #5103FC
Text Example
Text Example
White with #5103FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5103FC; }
p { color: rgb(81,3,252); }
H1.HeaderClassName
{
color: #5103FC;
}
.AnyTagClassName
{
color: #5103FC;
}
</style>
background-color css
<style>
a { background-color: #5103FC; }
a { background-color: rgb(81,3,252); }
div.DivClassName
{
background-color: #5103FC;
}
.BgClassName
{
background-color: #5103FC;
}
</style>
border-color css
<style>
span { border-color: #5103FC; }
span { border-color: rgb(81,3,252); }
td.TdClassName
{
border-color: #5103FC;
}
.TagClassName
{
border-color: #5103FC;
}
</style>