Shades of Han Purple #5225EC
Tints of Han Purple #5225EC
RGB
CMYK
RGB Variations
Color information
#5225EC (or 0x5225EC) is known color: Han Purple. HEX triplet: 52, 25 and EC. RGB value is (82,37,236). Sum of RGB (Red+Green+Blue) = 82+37+236=355 (47% of max value = 765). Red value is 82 (32.42% from 255 or 23.10% from 355); Green value is 37 (14.84% from 255 or 10.42% from 355); Blue value is 236 (92.58% from 255 or 66.48% from 355); Max value from RGB is 236 - color contains mainly: blue. Hex color #5225EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5225EC is #ADDA13. Grayscale: #484848. Windows color (decimal): -11393556 or 15476050. OLE color: 15476050.
HSL color Cylindrical-coordinate representation of color #5225EC: hue angle of 253.57º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5225EC is Cyan = 0.65, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 82 | 37 | 236 | - |
| CMYK | 0.65 | 0.84 | 0 | 0.07 |
| HSL | 253.57º | 0.84% | 0.54% | - |
| HSV(B) | 253.57º | 0.84% | 0.93% | - |
| XYZ | 19.28 | 9.17 | 80.11 | - |
| YUV | 73.14 | 219.91 | 134.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 37 | 236 | 0.65 | 0.84 | 0 | 0.07 | 253.57 | 0.84 | 0.54 |
| Hex | 52 | 25 | EC | 41 | 54 | 0 | 7 | FE | 54 | 36 |
| Octal | 122 | 45 | 354 | 101 | 124 | 0 | 7 | 376 | 124 | 66 |
| Binary | 1010010 | 100101 | 11101100 | 1000001 | 1010100 | 0 | 111 | 11111110 | 1010100 | 110110 |
Color Harmonies of #5225EC
Complementary color
Monochromatic Colors of #5225EC
Black with #5225EC
Text Example
Text Example
White with #5225EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5225EC; }
p { color: rgb(82,37,236); }
H1.HeaderClassName
{
color: #5225EC;
}
.AnyTagClassName
{
color: #5225EC;
}
</style>
background-color css
<style>
a { background-color: #5225EC; }
a { background-color: rgb(82,37,236); }
div.DivClassName
{
background-color: #5225EC;
}
.BgClassName
{
background-color: #5225EC;
}
</style>
border-color css
<style>
span { border-color: #5225EC; }
span { border-color: rgb(82,37,236); }
td.TdClassName
{
border-color: #5225EC;
}
.TagClassName
{
border-color: #5225EC;
}
</style>