Shades of Han Purple #5219DF
Tints of Han Purple #5219DF
RGB
CMYK
RGB Variations
Color information
#5219DF (or 0x5219DF) is known color: Han Purple. HEX triplet: 52, 19 and DF. RGB value is (82,25,223). Sum of RGB (Red+Green+Blue) = 82+25+223=330 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.85% from 330); Green value is 25 (10.16% from 255 or 7.58% from 330); Blue value is 223 (87.5% from 255 or 67.58% from 330); Max value from RGB is 223 - color contains mainly: blue. Hex color #5219DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5219DF is #ADE620. Grayscale: #3F3F3F. Windows color (decimal): -11396641 or 14621010. OLE color: 14621010.
HSL color Cylindrical-coordinate representation of color #5219DF: hue angle of 257.27º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5219DF is Cyan = 0.63, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 82 | 25 | 223 | - |
| CMYK | 0.63 | 0.89 | 0 | 0.13 |
| HSL | 257.27º | 0.8% | 0.49% | - |
| HSV(B) | 257.27º | 0.89% | 0.87% | - |
| XYZ | 17.15 | 7.82 | 70.42 | - |
| YUV | 64.62 | 217.38 | 140.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 25 | 223 | 0.63 | 0.89 | 0 | 0.13 | 257.27 | 0.8 | 0.49 |
| Hex | 52 | 19 | DF | 3F | 59 | 0 | D | 101 | 50 | 31 |
| Octal | 122 | 31 | 337 | 77 | 131 | 0 | 15 | 401 | 120 | 61 |
| Binary | 1010010 | 11001 | 11011111 | 111111 | 1011001 | 0 | 1101 | 100000001 | 1010000 | 110001 |
Color Harmonies of #5219DF
Complementary color
Monochromatic Colors of #5219DF
Black with #5219DF
Text Example
Text Example
White with #5219DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5219DF; }
p { color: rgb(82,25,223); }
H1.HeaderClassName
{
color: #5219DF;
}
.AnyTagClassName
{
color: #5219DF;
}
</style>
background-color css
<style>
a { background-color: #5219DF; }
a { background-color: rgb(82,25,223); }
div.DivClassName
{
background-color: #5219DF;
}
.BgClassName
{
background-color: #5219DF;
}
</style>
border-color css
<style>
span { border-color: #5219DF; }
span { border-color: rgb(82,25,223); }
td.TdClassName
{
border-color: #5219DF;
}
.TagClassName
{
border-color: #5219DF;
}
</style>