Shades of Han Purple #5218ED
Tints of Han Purple #5218ED
RGB
CMYK
RGB Variations
Color information
#5218ED (or 0x5218ED) is known color: Han Purple. HEX triplet: 52, 18 and ED. RGB value is (82,24,237). Sum of RGB (Red+Green+Blue) = 82+24+237=343 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.91% from 343); Green value is 24 (9.77% from 255 or 7.00% from 343); Blue value is 237 (92.97% from 255 or 69.10% from 343); Max value from RGB is 237 - color contains mainly: blue. Hex color #5218ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5218ED is #ADE712. Grayscale: #404040. Windows color (decimal): -11396883 or 15538258. OLE color: 15538258.
HSL color Cylindrical-coordinate representation of color #5218ED: hue angle of 256.34º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5218ED is Cyan = 0.65, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 82 | 24 | 237 | - |
| CMYK | 0.65 | 0.90 | 0 | 0.07 |
| HSL | 256.34º | 0.86% | 0.51% | - |
| HSV(B) | 256.34º | 0.9% | 0.93% | - |
| XYZ | 19.09 | 8.56 | 80.77 | - |
| YUV | 65.62 | 224.72 | 139.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 24 | 237 | 0.65 | 0.90 | 0 | 0.07 | 256.34 | 0.86 | 0.51 |
| Hex | 52 | 18 | ED | 41 | 5A | 0 | 7 | 100 | 56 | 33 |
| Octal | 122 | 30 | 355 | 101 | 132 | 0 | 7 | 400 | 126 | 63 |
| Binary | 1010010 | 11000 | 11101101 | 1000001 | 1011010 | 0 | 111 | 100000000 | 1010110 | 110011 |
Color Harmonies of #5218ED
Complementary color
Monochromatic Colors of #5218ED
Black with #5218ED
Text Example
Text Example
White with #5218ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5218ED; }
p { color: rgb(82,24,237); }
H1.HeaderClassName
{
color: #5218ED;
}
.AnyTagClassName
{
color: #5218ED;
}
</style>
background-color css
<style>
a { background-color: #5218ED; }
a { background-color: rgb(82,24,237); }
div.DivClassName
{
background-color: #5218ED;
}
.BgClassName
{
background-color: #5218ED;
}
</style>
border-color css
<style>
span { border-color: #5218ED; }
span { border-color: rgb(82,24,237); }
td.TdClassName
{
border-color: #5218ED;
}
.TagClassName
{
border-color: #5218ED;
}
</style>