Shades of Han Purple #5105FF
Tints of Han Purple #5105FF
RGB
CMYK
RGB Variations
Color information
#5105FF (or 0x5105FF) is known color: Han Purple. HEX triplet: 51, 05 and FF. RGB value is (81,5,255). Sum of RGB (Red+Green+Blue) = 81+5+255=341 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.75% from 341); Green value is 5 (2.34% from 255 or 1.47% from 341); Blue value is 255 (100% from 255 or 74.78% from 341); Max value from RGB is 255 - color contains mainly: blue. Hex color #5105FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5105FF is #AEFA00. Grayscale: #373737. Windows color (decimal): -11467265 or 16713041. OLE color: 16713041.
HSL color Cylindrical-coordinate representation of color #5105FF: hue angle of 258.24º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5105FF is Cyan = 0.68, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 81 | 5 | 255 | - |
| CMYK | 0.68 | 0.98 | 0 | 0 |
| HSL | 258.24º | 1% | 0.51% | - |
| HSV(B) | 258.24º | 0.98% | 1% | - |
| XYZ | 21.5 | 9.08 | 95.23 | - |
| YUV | 56.22 | 240.18 | 145.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 5 | 255 | 0.68 | 0.98 | 0 | 0 | 258.24 | 1 | 0.51 |
| Hex | 51 | 5 | FF | 44 | 62 | 0 | 0 | 102 | 64 | 33 |
| Octal | 121 | 5 | 377 | 104 | 142 | 0 | 0 | 402 | 144 | 63 |
| Binary | 1010001 | 101 | 11111111 | 1000100 | 1100010 | 0 | 0 | 100000010 | 1100100 | 110011 |
Color Harmonies of #5105FF
Complementary color
Monochromatic Colors of #5105FF
Black with #5105FF
Text Example
Text Example
White with #5105FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5105FF; }
p { color: rgb(81,5,255); }
H1.HeaderClassName
{
color: #5105FF;
}
.AnyTagClassName
{
color: #5105FF;
}
</style>
background-color css
<style>
a { background-color: #5105FF; }
a { background-color: rgb(81,5,255); }
div.DivClassName
{
background-color: #5105FF;
}
.BgClassName
{
background-color: #5105FF;
}
</style>
border-color css
<style>
span { border-color: #5105FF; }
span { border-color: rgb(81,5,255); }
td.TdClassName
{
border-color: #5105FF;
}
.TagClassName
{
border-color: #5105FF;
}
</style>