Shades of Han Purple #5224FF
Tints of Han Purple #5224FF
RGB
CMYK
RGB Variations
Color information
#5224FF (or 0x5224FF) is known color: Han Purple. HEX triplet: 52, 24 and FF. RGB value is (82,36,255). Sum of RGB (Red+Green+Blue) = 82+36+255=373 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.98% from 373); Green value is 36 (14.45% from 255 or 9.65% from 373); Blue value is 255 (100% from 255 or 68.36% from 373); Max value from RGB is 255 - color contains mainly: blue. Hex color #5224FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5224FF is #ADDB00. Grayscale: #494949. Windows color (decimal): -11393793 or 16720978. OLE color: 16720978.
HSL color Cylindrical-coordinate representation of color #5224FF: hue angle of 252.6º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5224FF is Cyan = 0.68, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 82 | 36 | 255 | - |
| CMYK | 0.68 | 0.86 | 0 | 0 |
| HSL | 252.6º | 1% | 0.57% | - |
| HSV(B) | 252.6º | 0.86% | 1% | - |
| XYZ | 22.16 | 10.28 | 95.42 | - |
| YUV | 74.72 | 229.74 | 133.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 36 | 255 | 0.68 | 0.86 | 0 | 0 | 252.6 | 1 | 0.57 |
| Hex | 52 | 24 | FF | 44 | 56 | 0 | 0 | FD | 64 | 39 |
| Octal | 122 | 44 | 377 | 104 | 126 | 0 | 0 | 375 | 144 | 71 |
| Binary | 1010010 | 100100 | 11111111 | 1000100 | 1010110 | 0 | 0 | 11111101 | 1100100 | 111001 |
Color Harmonies of #5224FF
Complementary color
Monochromatic Colors of #5224FF
Black with #5224FF
Text Example
Text Example
White with #5224FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5224FF; }
p { color: rgb(82,36,255); }
H1.HeaderClassName
{
color: #5224FF;
}
.AnyTagClassName
{
color: #5224FF;
}
</style>
background-color css
<style>
a { background-color: #5224FF; }
a { background-color: rgb(82,36,255); }
div.DivClassName
{
background-color: #5224FF;
}
.BgClassName
{
background-color: #5224FF;
}
</style>
border-color css
<style>
span { border-color: #5224FF; }
span { border-color: rgb(82,36,255); }
td.TdClassName
{
border-color: #5224FF;
}
.TagClassName
{
border-color: #5224FF;
}
</style>