Shades of Han Purple #5224F9
Tints of Han Purple #5224F9
RGB
CMYK
RGB Variations
Color information
#5224F9 (or 0x5224F9) is known color: Han Purple. HEX triplet: 52, 24 and F9. RGB value is (82,36,249). Sum of RGB (Red+Green+Blue) = 82+36+249=367 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.34% from 367); Green value is 36 (14.45% from 255 or 9.81% from 367); Blue value is 249 (97.66% from 255 or 67.85% from 367); Max value from RGB is 249 - color contains mainly: blue. Hex color #5224F9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5224F9 is #ADDB06. Grayscale: #494949. Windows color (decimal): -11393799 or 16327762. OLE color: 16327762.
HSL color Cylindrical-coordinate representation of color #5224F9: hue angle of 252.96º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5224F9 is Cyan = 0.67, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 82 | 36 | 249 | - |
| CMYK | 0.67 | 0.86 | 0 | 0.02 |
| HSL | 252.96º | 0.95% | 0.56% | - |
| HSV(B) | 252.96º | 0.86% | 0.98% | - |
| XYZ | 21.21 | 9.9 | 90.41 | - |
| YUV | 74.04 | 226.74 | 133.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 36 | 249 | 0.67 | 0.86 | 0 | 0.02 | 252.96 | 0.95 | 0.56 |
| Hex | 52 | 24 | F9 | 43 | 56 | 0 | 2 | FD | 5F | 38 |
| Octal | 122 | 44 | 371 | 103 | 126 | 0 | 2 | 375 | 137 | 70 |
| Binary | 1010010 | 100100 | 11111001 | 1000011 | 1010110 | 0 | 10 | 11111101 | 1011111 | 111000 |
Color Harmonies of #5224F9
Complementary color
Monochromatic Colors of #5224F9
Black with #5224F9
Text Example
Text Example
White with #5224F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5224F9; }
p { color: rgb(82,36,249); }
H1.HeaderClassName
{
color: #5224F9;
}
.AnyTagClassName
{
color: #5224F9;
}
</style>
background-color css
<style>
a { background-color: #5224F9; }
a { background-color: rgb(82,36,249); }
div.DivClassName
{
background-color: #5224F9;
}
.BgClassName
{
background-color: #5224F9;
}
</style>
border-color css
<style>
span { border-color: #5224F9; }
span { border-color: rgb(82,36,249); }
td.TdClassName
{
border-color: #5224F9;
}
.TagClassName
{
border-color: #5224F9;
}
</style>