Shades of Han Purple #5219EE
Tints of Han Purple #5219EE
RGB
CMYK
RGB Variations
Color information
#5219EE (or 0x5219EE) is known color: Han Purple. HEX triplet: 52, 19 and EE. RGB value is (82,25,238). Sum of RGB (Red+Green+Blue) = 82+25+238=345 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.77% from 345); Green value is 25 (10.16% from 255 or 7.25% from 345); Blue value is 238 (93.36% from 255 or 68.99% from 345); Max value from RGB is 238 - color contains mainly: blue. Hex color #5219EE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5219EE is #ADE611. Grayscale: #414141. Windows color (decimal): -11396626 or 15604050. OLE color: 15604050.
HSL color Cylindrical-coordinate representation of color #5219EE: hue angle of 256.06º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5219EE is Cyan = 0.66, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 82 | 25 | 238 | - |
| CMYK | 0.66 | 0.89 | 0 | 0.07 |
| HSL | 256.06º | 0.86% | 0.52% | - |
| HSV(B) | 256.06º | 0.89% | 0.93% | - |
| XYZ | 19.26 | 8.66 | 81.55 | - |
| YUV | 66.33 | 224.88 | 139.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 25 | 238 | 0.66 | 0.89 | 0 | 0.07 | 256.06 | 0.86 | 0.52 |
| Hex | 52 | 19 | EE | 42 | 59 | 0 | 7 | 100 | 56 | 34 |
| Octal | 122 | 31 | 356 | 102 | 131 | 0 | 7 | 400 | 126 | 64 |
| Binary | 1010010 | 11001 | 11101110 | 1000010 | 1011001 | 0 | 111 | 100000000 | 1010110 | 110100 |
Color Harmonies of #5219EE
Complementary color
Monochromatic Colors of #5219EE
Black with #5219EE
Text Example
Text Example
White with #5219EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5219EE; }
p { color: rgb(82,25,238); }
H1.HeaderClassName
{
color: #5219EE;
}
.AnyTagClassName
{
color: #5219EE;
}
</style>
background-color css
<style>
a { background-color: #5219EE; }
a { background-color: rgb(82,25,238); }
div.DivClassName
{
background-color: #5219EE;
}
.BgClassName
{
background-color: #5219EE;
}
</style>
border-color css
<style>
span { border-color: #5219EE; }
span { border-color: rgb(82,25,238); }
td.TdClassName
{
border-color: #5219EE;
}
.TagClassName
{
border-color: #5219EE;
}
</style>