Shades of Han Purple #5219E5
Tints of Han Purple #5219E5
RGB
CMYK
RGB Variations
Color information
#5219E5 (or 0x5219E5) is known color: Han Purple. HEX triplet: 52, 19 and E5. RGB value is (82,25,229). Sum of RGB (Red+Green+Blue) = 82+25+229=336 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.40% from 336); Green value is 25 (10.16% from 255 or 7.44% from 336); Blue value is 229 (89.84% from 255 or 68.15% from 336); Max value from RGB is 229 - color contains mainly: blue. Hex color #5219E5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5219E5 is #ADE61A. Grayscale: #404040. Windows color (decimal): -11396635 or 15014226. OLE color: 15014226.
HSL color Cylindrical-coordinate representation of color #5219E5: hue angle of 256.76º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5219E5 is Cyan = 0.64, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 82 | 25 | 229 | - |
| CMYK | 0.64 | 0.89 | 0 | 0.10 |
| HSL | 256.76º | 0.8% | 0.5% | - |
| HSV(B) | 256.76º | 0.89% | 0.9% | - |
| XYZ | 17.97 | 8.15 | 74.75 | - |
| YUV | 65.3 | 220.38 | 139.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 25 | 229 | 0.64 | 0.89 | 0 | 0.10 | 256.76 | 0.8 | 0.5 |
| Hex | 52 | 19 | E5 | 40 | 59 | 0 | A | 101 | 50 | 32 |
| Octal | 122 | 31 | 345 | 100 | 131 | 0 | 12 | 401 | 120 | 62 |
| Binary | 1010010 | 11001 | 11100101 | 1000000 | 1011001 | 0 | 1010 | 100000001 | 1010000 | 110010 |
Color Harmonies of #5219E5
Complementary color
Monochromatic Colors of #5219E5
Black with #5219E5
Text Example
Text Example
White with #5219E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5219E5; }
p { color: rgb(82,25,229); }
H1.HeaderClassName
{
color: #5219E5;
}
.AnyTagClassName
{
color: #5219E5;
}
</style>
background-color css
<style>
a { background-color: #5219E5; }
a { background-color: rgb(82,25,229); }
div.DivClassName
{
background-color: #5219E5;
}
.BgClassName
{
background-color: #5219E5;
}
</style>
border-color css
<style>
span { border-color: #5219E5; }
span { border-color: rgb(82,25,229); }
td.TdClassName
{
border-color: #5219E5;
}
.TagClassName
{
border-color: #5219E5;
}
</style>