Shades of Han Purple #5104F1
Tints of Han Purple #5104F1
RGB
CMYK
RGB Variations
Color information
#5104F1 (or 0x5104F1) is known color: Han Purple. HEX triplet: 51, 04 and F1. RGB value is (81,4,241). Sum of RGB (Red+Green+Blue) = 81+4+241=326 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.85% from 326); Green value is 4 (1.95% from 255 or 1.23% from 326); Blue value is 241 (94.53% from 255 or 73.93% from 326); Max value from RGB is 241 - color contains mainly: blue. Hex color #5104F1 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5104F1 is #AEFB0E. Grayscale: #353535. Windows color (decimal): -11467535 or 15795281. OLE color: 15795281.
HSL color Cylindrical-coordinate representation of color #5104F1: hue angle of 259.49º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5104F1 is Cyan = 0.66, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 81 | 4 | 241 | - |
| CMYK | 0.66 | 0.98 | 0 | 0.05 |
| HSL | 259.49º | 0.97% | 0.48% | - |
| HSV(B) | 259.49º | 0.98% | 0.95% | - |
| XYZ | 19.31 | 8.19 | 83.78 | - |
| YUV | 54.04 | 233.51 | 147.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 4 | 241 | 0.66 | 0.98 | 0 | 0.05 | 259.49 | 0.97 | 0.48 |
| Hex | 51 | 4 | F1 | 42 | 62 | 0 | 5 | 103 | 61 | 30 |
| Octal | 121 | 4 | 361 | 102 | 142 | 0 | 5 | 403 | 141 | 60 |
| Binary | 1010001 | 100 | 11110001 | 1000010 | 1100010 | 0 | 101 | 100000011 | 1100001 | 110000 |
Color Harmonies of #5104F1
Complementary color
Monochromatic Colors of #5104F1
Black with #5104F1
Text Example
Text Example
White with #5104F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5104F1; }
p { color: rgb(81,4,241); }
H1.HeaderClassName
{
color: #5104F1;
}
.AnyTagClassName
{
color: #5104F1;
}
</style>
background-color css
<style>
a { background-color: #5104F1; }
a { background-color: rgb(81,4,241); }
div.DivClassName
{
background-color: #5104F1;
}
.BgClassName
{
background-color: #5104F1;
}
</style>
border-color css
<style>
span { border-color: #5104F1; }
span { border-color: rgb(81,4,241); }
td.TdClassName
{
border-color: #5104F1;
}
.TagClassName
{
border-color: #5104F1;
}
</style>