Shades of Han Purple #5217FC
Tints of Han Purple #5217FC
RGB
CMYK
RGB Variations
Color information
#5217FC (or 0x5217FC) is known color: Han Purple. HEX triplet: 52, 17 and FC. RGB value is (82,23,252). Sum of RGB (Red+Green+Blue) = 82+23+252=357 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.97% from 357); Green value is 23 (9.38% from 255 or 6.44% from 357); Blue value is 252 (98.83% from 255 or 70.59% from 357); Max value from RGB is 252 - color contains mainly: blue. Hex color #5217FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5217FC is #ADE803. Grayscale: #414141. Windows color (decimal): -11397124 or 16521042. OLE color: 16521042.
HSL color Cylindrical-coordinate representation of color #5217FC: hue angle of 255.46º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5217FC is Cyan = 0.67, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 82 | 23 | 252 | - |
| CMYK | 0.67 | 0.91 | 0 | 0.01 |
| HSL | 255.46º | 0.97% | 0.54% | - |
| HSV(B) | 255.46º | 0.91% | 0.99% | - |
| XYZ | 21.36 | 9.43 | 92.79 | - |
| YUV | 66.75 | 232.55 | 138.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 23 | 252 | 0.67 | 0.91 | 0 | 0.01 | 255.46 | 0.97 | 0.54 |
| Hex | 52 | 17 | FC | 43 | 5B | 0 | 1 | FF | 61 | 36 |
| Octal | 122 | 27 | 374 | 103 | 133 | 0 | 1 | 377 | 141 | 66 |
| Binary | 1010010 | 10111 | 11111100 | 1000011 | 1011011 | 0 | 1 | 11111111 | 1100001 | 110110 |
Color Harmonies of #5217FC
Complementary color
Monochromatic Colors of #5217FC
Black with #5217FC
Text Example
Text Example
White with #5217FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5217FC; }
p { color: rgb(82,23,252); }
H1.HeaderClassName
{
color: #5217FC;
}
.AnyTagClassName
{
color: #5217FC;
}
</style>
background-color css
<style>
a { background-color: #5217FC; }
a { background-color: rgb(82,23,252); }
div.DivClassName
{
background-color: #5217FC;
}
.BgClassName
{
background-color: #5217FC;
}
</style>
border-color css
<style>
span { border-color: #5217FC; }
span { border-color: rgb(82,23,252); }
td.TdClassName
{
border-color: #5217FC;
}
.TagClassName
{
border-color: #5217FC;
}
</style>