Shades of Han Purple #5119EA
Tints of Han Purple #5119EA
RGB
CMYK
RGB Variations
Color information
#5119EA (or 0x5119EA) is known color: Han Purple. HEX triplet: 51, 19 and EA. RGB value is (81,25,234). Sum of RGB (Red+Green+Blue) = 81+25+234=340 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.82% from 340); Green value is 25 (10.16% from 255 or 7.35% from 340); Blue value is 234 (91.80% from 255 or 68.82% from 340); Max value from RGB is 234 - color contains mainly: blue. Hex color #5119EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5119EA is #AEE615. Grayscale: #404040. Windows color (decimal): -11462166 or 15341905. OLE color: 15341905.
HSL color Cylindrical-coordinate representation of color #5119EA: hue angle of 256.08º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5119EA is Cyan = 0.65, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 81 | 25 | 234 | - |
| CMYK | 0.65 | 0.89 | 0 | 0.08 |
| HSL | 256.08º | 0.83% | 0.51% | - |
| HSV(B) | 256.08º | 0.89% | 0.92% | - |
| XYZ | 18.59 | 8.39 | 78.48 | - |
| YUV | 65.57 | 223.05 | 139.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 25 | 234 | 0.65 | 0.89 | 0 | 0.08 | 256.08 | 0.83 | 0.51 |
| Hex | 51 | 19 | EA | 41 | 59 | 0 | 8 | 100 | 53 | 33 |
| Octal | 121 | 31 | 352 | 101 | 131 | 0 | 10 | 400 | 123 | 63 |
| Binary | 1010001 | 11001 | 11101010 | 1000001 | 1011001 | 0 | 1000 | 100000000 | 1010011 | 110011 |
Color Harmonies of #5119EA
Complementary color
Monochromatic Colors of #5119EA
Black with #5119EA
Text Example
Text Example
White with #5119EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5119EA; }
p { color: rgb(81,25,234); }
H1.HeaderClassName
{
color: #5119EA;
}
.AnyTagClassName
{
color: #5119EA;
}
</style>
background-color css
<style>
a { background-color: #5119EA; }
a { background-color: rgb(81,25,234); }
div.DivClassName
{
background-color: #5119EA;
}
.BgClassName
{
background-color: #5119EA;
}
</style>
border-color css
<style>
span { border-color: #5119EA; }
span { border-color: rgb(81,25,234); }
td.TdClassName
{
border-color: #5119EA;
}
.TagClassName
{
border-color: #5119EA;
}
</style>