Shades of Han Purple #5104E5
Tints of Han Purple #5104E5
RGB
CMYK
RGB Variations
Color information
#5104E5 (or 0x5104E5) is known color: Han Purple. HEX triplet: 51, 04 and E5. RGB value is (81,4,229). Sum of RGB (Red+Green+Blue) = 81+4+229=314 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.80% from 314); Green value is 4 (1.95% from 255 or 1.27% from 314); Blue value is 229 (89.84% from 255 or 72.93% from 314); Max value from RGB is 229 - color contains mainly: blue. Hex color #5104E5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5104E5 is #AEFB1A. Grayscale: #333333. Windows color (decimal): -11467547 or 15008849. OLE color: 15008849.
HSL color Cylindrical-coordinate representation of color #5104E5: hue angle of 260.53º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5104E5 is Cyan = 0.65, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 81 | 4 | 229 | - |
| CMYK | 0.65 | 0.98 | 0 | 0.10 |
| HSL | 260.53º | 0.97% | 0.46% | - |
| HSV(B) | 260.53º | 0.98% | 0.9% | - |
| XYZ | 17.58 | 7.49 | 74.65 | - |
| YUV | 52.67 | 227.51 | 148.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 4 | 229 | 0.65 | 0.98 | 0 | 0.10 | 260.53 | 0.97 | 0.46 |
| Hex | 51 | 4 | E5 | 41 | 62 | 0 | A | 105 | 61 | 2E |
| Octal | 121 | 4 | 345 | 101 | 142 | 0 | 12 | 405 | 141 | 56 |
| Binary | 1010001 | 100 | 11100101 | 1000001 | 1100010 | 0 | 1010 | 100000101 | 1100001 | 101110 |
Color Harmonies of #5104E5
Complementary color
Monochromatic Colors of #5104E5
Black with #5104E5
Text Example
Text Example
White with #5104E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5104E5; }
p { color: rgb(81,4,229); }
H1.HeaderClassName
{
color: #5104E5;
}
.AnyTagClassName
{
color: #5104E5;
}
</style>
background-color css
<style>
a { background-color: #5104E5; }
a { background-color: rgb(81,4,229); }
div.DivClassName
{
background-color: #5104E5;
}
.BgClassName
{
background-color: #5104E5;
}
</style>
border-color css
<style>
span { border-color: #5104E5; }
span { border-color: rgb(81,4,229); }
td.TdClassName
{
border-color: #5104E5;
}
.TagClassName
{
border-color: #5104E5;
}
</style>