Shades of Han Purple #5224ED
Tints of Han Purple #5224ED
RGB
CMYK
RGB Variations
Color information
#5224ED (or 0x5224ED) is known color: Han Purple. HEX triplet: 52, 24 and ED. RGB value is (82,36,237). Sum of RGB (Red+Green+Blue) = 82+36+237=355 (47% of max value = 765). Red value is 82 (32.42% from 255 or 23.10% from 355); Green value is 36 (14.45% from 255 or 10.14% from 355); Blue value is 237 (92.97% from 255 or 66.76% from 355); Max value from RGB is 237 - color contains mainly: blue. Hex color #5224ED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5224ED is #ADDB12. Grayscale: #474747. Windows color (decimal): -11393811 or 15541330. OLE color: 15541330.
HSL color Cylindrical-coordinate representation of color #5224ED: hue angle of 253.73º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5224ED is Cyan = 0.65, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 82 | 36 | 237 | - |
| CMYK | 0.65 | 0.85 | 0 | 0.07 |
| HSL | 253.73º | 0.85% | 0.54% | - |
| HSV(B) | 253.73º | 0.85% | 0.93% | - |
| XYZ | 19.4 | 9.17 | 80.87 | - |
| YUV | 72.67 | 220.74 | 134.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 36 | 237 | 0.65 | 0.85 | 0 | 0.07 | 253.73 | 0.85 | 0.54 |
| Hex | 52 | 24 | ED | 41 | 55 | 0 | 7 | FE | 55 | 36 |
| Octal | 122 | 44 | 355 | 101 | 125 | 0 | 7 | 376 | 125 | 66 |
| Binary | 1010010 | 100100 | 11101101 | 1000001 | 1010101 | 0 | 111 | 11111110 | 1010101 | 110110 |
Color Harmonies of #5224ED
Complementary color
Monochromatic Colors of #5224ED
Black with #5224ED
Text Example
Text Example
White with #5224ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5224ED; }
p { color: rgb(82,36,237); }
H1.HeaderClassName
{
color: #5224ED;
}
.AnyTagClassName
{
color: #5224ED;
}
</style>
background-color css
<style>
a { background-color: #5224ED; }
a { background-color: rgb(82,36,237); }
div.DivClassName
{
background-color: #5224ED;
}
.BgClassName
{
background-color: #5224ED;
}
</style>
border-color css
<style>
span { border-color: #5224ED; }
span { border-color: rgb(82,36,237); }
td.TdClassName
{
border-color: #5224ED;
}
.TagClassName
{
border-color: #5224ED;
}
</style>