Shades of Han Purple #5105F6
Tints of Han Purple #5105F6
RGB
CMYK
RGB Variations
Color information
#5105F6 (or 0x5105F6) is known color: Han Purple. HEX triplet: 51, 05 and F6. RGB value is (81,5,246). Sum of RGB (Red+Green+Blue) = 81+5+246=332 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.40% from 332); Green value is 5 (2.34% from 255 or 1.51% from 332); Blue value is 246 (96.48% from 255 or 74.10% from 332); Max value from RGB is 246 - color contains mainly: blue. Hex color #5105F6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5105F6 is #AEFA09. Grayscale: #363636. Windows color (decimal): -11467274 or 16123217. OLE color: 16123217.
HSL color Cylindrical-coordinate representation of color #5105F6: hue angle of 258.92º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5105F6 is Cyan = 0.67, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 81 | 5 | 246 | - |
| CMYK | 0.67 | 0.98 | 0 | 0.04 |
| HSL | 258.92º | 0.96% | 0.49% | - |
| HSV(B) | 258.92º | 0.98% | 0.96% | - |
| XYZ | 20.08 | 8.51 | 87.77 | - |
| YUV | 55.2 | 235.68 | 146.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 5 | 246 | 0.67 | 0.98 | 0 | 0.04 | 258.92 | 0.96 | 0.49 |
| Hex | 51 | 5 | F6 | 43 | 62 | 0 | 4 | 103 | 60 | 31 |
| Octal | 121 | 5 | 366 | 103 | 142 | 0 | 4 | 403 | 140 | 61 |
| Binary | 1010001 | 101 | 11110110 | 1000011 | 1100010 | 0 | 100 | 100000011 | 1100000 | 110001 |
Color Harmonies of #5105F6
Complementary color
Monochromatic Colors of #5105F6
Black with #5105F6
Text Example
Text Example
White with #5105F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5105F6; }
p { color: rgb(81,5,246); }
H1.HeaderClassName
{
color: #5105F6;
}
.AnyTagClassName
{
color: #5105F6;
}
</style>
background-color css
<style>
a { background-color: #5105F6; }
a { background-color: rgb(81,5,246); }
div.DivClassName
{
background-color: #5105F6;
}
.BgClassName
{
background-color: #5105F6;
}
</style>
border-color css
<style>
span { border-color: #5105F6; }
span { border-color: rgb(81,5,246); }
td.TdClassName
{
border-color: #5105F6;
}
.TagClassName
{
border-color: #5105F6;
}
</style>