Shades of Han Purple #5217F9
Tints of Han Purple #5217F9
RGB
CMYK
RGB Variations
Color information
#5217F9 (or 0x5217F9) is known color: Han Purple. HEX triplet: 52, 17 and F9. RGB value is (82,23,249). Sum of RGB (Red+Green+Blue) = 82+23+249=354 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.16% from 354); Green value is 23 (9.38% from 255 or 6.50% from 354); Blue value is 249 (97.66% from 255 or 70.34% from 354); Max value from RGB is 249 - color contains mainly: blue. Hex color #5217F9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5217F9 is #ADE806. Grayscale: #414141. Windows color (decimal): -11397127 or 16324434. OLE color: 16324434.
HSL color Cylindrical-coordinate representation of color #5217F9: hue angle of 255.66º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5217F9 is Cyan = 0.67, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 82 | 23 | 249 | - |
| CMYK | 0.67 | 0.91 | 0 | 0.02 |
| HSL | 255.66º | 0.95% | 0.53% | - |
| HSV(B) | 255.66º | 0.91% | 0.98% | - |
| XYZ | 20.88 | 9.25 | 90.31 | - |
| YUV | 66.41 | 231.05 | 139.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 23 | 249 | 0.67 | 0.91 | 0 | 0.02 | 255.66 | 0.95 | 0.53 |
| Hex | 52 | 17 | F9 | 43 | 5B | 0 | 2 | 100 | 5F | 35 |
| Octal | 122 | 27 | 371 | 103 | 133 | 0 | 2 | 400 | 137 | 65 |
| Binary | 1010010 | 10111 | 11111001 | 1000011 | 1011011 | 0 | 10 | 100000000 | 1011111 | 110101 |
Color Harmonies of #5217F9
Complementary color
Monochromatic Colors of #5217F9
Black with #5217F9
Text Example
Text Example
White with #5217F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5217F9; }
p { color: rgb(82,23,249); }
H1.HeaderClassName
{
color: #5217F9;
}
.AnyTagClassName
{
color: #5217F9;
}
</style>
background-color css
<style>
a { background-color: #5217F9; }
a { background-color: rgb(82,23,249); }
div.DivClassName
{
background-color: #5217F9;
}
.BgClassName
{
background-color: #5217F9;
}
</style>
border-color css
<style>
span { border-color: #5217F9; }
span { border-color: rgb(82,23,249); }
td.TdClassName
{
border-color: #5217F9;
}
.TagClassName
{
border-color: #5217F9;
}
</style>