Shades of Han Purple #5218DE
Tints of Han Purple #5218DE
RGB
CMYK
RGB Variations
Color information
#5218DE (or 0x5218DE) is known color: Han Purple. HEX triplet: 52, 18 and DE. RGB value is (82,24,222). Sum of RGB (Red+Green+Blue) = 82+24+222=328 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25% from 328); Green value is 24 (9.77% from 255 or 7.32% from 328); Blue value is 222 (87.11% from 255 or 67.68% from 328); Max value from RGB is 222 - color contains mainly: blue. Hex color #5218DE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5218DE is #ADE721. Grayscale: #3F3F3F. Windows color (decimal): -11396898 or 14555218. OLE color: 14555218.
HSL color Cylindrical-coordinate representation of color #5218DE: hue angle of 257.58º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5218DE is Cyan = 0.63, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 82 | 24 | 222 | - |
| CMYK | 0.63 | 0.89 | 0 | 0.13 |
| HSL | 257.58º | 0.8% | 0.48% | - |
| HSV(B) | 257.58º | 0.89% | 0.87% | - |
| XYZ | 16.99 | 7.72 | 69.7 | - |
| YUV | 63.91 | 217.22 | 140.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 24 | 222 | 0.63 | 0.89 | 0 | 0.13 | 257.58 | 0.8 | 0.48 |
| Hex | 52 | 18 | DE | 3F | 59 | 0 | D | 102 | 50 | 30 |
| Octal | 122 | 30 | 336 | 77 | 131 | 0 | 15 | 402 | 120 | 60 |
| Binary | 1010010 | 11000 | 11011110 | 111111 | 1011001 | 0 | 1101 | 100000010 | 1010000 | 110000 |
Color Harmonies of #5218DE
Complementary color
Monochromatic Colors of #5218DE
Black with #5218DE
Text Example
Text Example
White with #5218DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5218DE; }
p { color: rgb(82,24,222); }
H1.HeaderClassName
{
color: #5218DE;
}
.AnyTagClassName
{
color: #5218DE;
}
</style>
background-color css
<style>
a { background-color: #5218DE; }
a { background-color: rgb(82,24,222); }
div.DivClassName
{
background-color: #5218DE;
}
.BgClassName
{
background-color: #5218DE;
}
</style>
border-color css
<style>
span { border-color: #5218DE; }
span { border-color: rgb(82,24,222); }
td.TdClassName
{
border-color: #5218DE;
}
.TagClassName
{
border-color: #5218DE;
}
</style>