Shades of Han Purple #5218F9
Tints of Han Purple #5218F9
RGB
CMYK
RGB Variations
Color information
#5218F9 (or 0x5218F9) is known color: Han Purple. HEX triplet: 52, 18 and F9. RGB value is (82,24,249). Sum of RGB (Red+Green+Blue) = 82+24+249=355 (47% of max value = 765). Red value is 82 (32.42% from 255 or 23.10% from 355); Green value is 24 (9.77% from 255 or 6.76% from 355); Blue value is 249 (97.66% from 255 or 70.14% from 355); Max value from RGB is 249 - color contains mainly: blue. Hex color #5218F9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5218F9 is #ADE706. Grayscale: #424242. Windows color (decimal): -11396871 or 16324690. OLE color: 16324690.
HSL color Cylindrical-coordinate representation of color #5218F9: hue angle of 255.47º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5218F9 is Cyan = 0.67, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 82 | 24 | 249 | - |
| CMYK | 0.67 | 0.90 | 0 | 0.02 |
| HSL | 255.47º | 0.95% | 0.54% | - |
| HSV(B) | 255.47º | 0.9% | 0.98% | - |
| XYZ | 20.91 | 9.29 | 90.31 | - |
| YUV | 66.99 | 230.72 | 138.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 24 | 249 | 0.67 | 0.90 | 0 | 0.02 | 255.47 | 0.95 | 0.54 |
| Hex | 52 | 18 | F9 | 43 | 5A | 0 | 2 | FF | 5F | 36 |
| Octal | 122 | 30 | 371 | 103 | 132 | 0 | 2 | 377 | 137 | 66 |
| Binary | 1010010 | 11000 | 11111001 | 1000011 | 1011010 | 0 | 10 | 11111111 | 1011111 | 110110 |
Color Harmonies of #5218F9
Complementary color
Monochromatic Colors of #5218F9
Black with #5218F9
Text Example
Text Example
White with #5218F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5218F9; }
p { color: rgb(82,24,249); }
H1.HeaderClassName
{
color: #5218F9;
}
.AnyTagClassName
{
color: #5218F9;
}
</style>
background-color css
<style>
a { background-color: #5218F9; }
a { background-color: rgb(82,24,249); }
div.DivClassName
{
background-color: #5218F9;
}
.BgClassName
{
background-color: #5218F9;
}
</style>
border-color css
<style>
span { border-color: #5218F9; }
span { border-color: rgb(82,24,249); }
td.TdClassName
{
border-color: #5218F9;
}
.TagClassName
{
border-color: #5218F9;
}
</style>