Shades of Han Purple #5105F0
Tints of Han Purple #5105F0
RGB
CMYK
RGB Variations
Color information
#5105F0 (or 0x5105F0) is known color: Han Purple. HEX triplet: 51, 05 and F0. RGB value is (81,5,240). Sum of RGB (Red+Green+Blue) = 81+5+240=326 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.85% from 326); Green value is 5 (2.34% from 255 or 1.53% from 326); Blue value is 240 (94.14% from 255 or 73.62% from 326); Max value from RGB is 240 - color contains mainly: blue. Hex color #5105F0 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5105F0 is #AEFA0F. Grayscale: #353535. Windows color (decimal): -11467280 or 15730001. OLE color: 15730001.
HSL color Cylindrical-coordinate representation of color #5105F0: hue angle of 259.4º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5105F0 is Cyan = 0.66, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 81 | 5 | 240 | - |
| CMYK | 0.66 | 0.98 | 0 | 0.06 |
| HSL | 259.4º | 0.96% | 0.48% | - |
| HSV(B) | 259.4º | 0.98% | 0.94% | - |
| XYZ | 19.18 | 8.15 | 83 | - |
| YUV | 54.51 | 232.68 | 146.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 5 | 240 | 0.66 | 0.98 | 0 | 0.06 | 259.4 | 0.96 | 0.48 |
| Hex | 51 | 5 | F0 | 42 | 62 | 0 | 6 | 103 | 60 | 30 |
| Octal | 121 | 5 | 360 | 102 | 142 | 0 | 6 | 403 | 140 | 60 |
| Binary | 1010001 | 101 | 11110000 | 1000010 | 1100010 | 0 | 110 | 100000011 | 1100000 | 110000 |
Color Harmonies of #5105F0
Complementary color
Monochromatic Colors of #5105F0
Black with #5105F0
Text Example
Text Example
White with #5105F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5105F0; }
p { color: rgb(81,5,240); }
H1.HeaderClassName
{
color: #5105F0;
}
.AnyTagClassName
{
color: #5105F0;
}
</style>
background-color css
<style>
a { background-color: #5105F0; }
a { background-color: rgb(81,5,240); }
div.DivClassName
{
background-color: #5105F0;
}
.BgClassName
{
background-color: #5105F0;
}
</style>
border-color css
<style>
span { border-color: #5105F0; }
span { border-color: rgb(81,5,240); }
td.TdClassName
{
border-color: #5105F0;
}
.TagClassName
{
border-color: #5105F0;
}
</style>