Shades of Han Purple #5217FE
Tints of Han Purple #5217FE
RGB
CMYK
RGB Variations
Color information
#5217FE (or 0x5217FE) is known color: Han Purple. HEX triplet: 52, 17 and FE. RGB value is (82,23,254). Sum of RGB (Red+Green+Blue) = 82+23+254=359 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.84% from 359); Green value is 23 (9.38% from 255 or 6.41% from 359); Blue value is 254 (99.61% from 255 or 70.75% from 359); Max value from RGB is 254 - color contains mainly: blue. Hex color #5217FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5217FE is #ADE801. Grayscale: #424242. Windows color (decimal): -11397122 or 16652114. OLE color: 16652114.
HSL color Cylindrical-coordinate representation of color #5217FE: hue angle of 255.32º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5217FE is Cyan = 0.68, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 82 | 23 | 254 | - |
| CMYK | 0.68 | 0.91 | 0 | 0.00 |
| HSL | 255.32º | 0.99% | 0.54% | - |
| HSV(B) | 255.32º | 0.91% | 1% | - |
| XYZ | 21.68 | 9.56 | 94.47 | - |
| YUV | 66.98 | 233.55 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 23 | 254 | 0.68 | 0.91 | 0 | 0.00 | 255.32 | 0.99 | 0.54 |
| Hex | 52 | 17 | FE | 44 | 5B | 0 | 0 | FF | 63 | 36 |
| Octal | 122 | 27 | 376 | 104 | 133 | 0 | 0 | 377 | 143 | 66 |
| Binary | 1010010 | 10111 | 11111110 | 1000100 | 1011011 | 0 | 0 | 11111111 | 1100011 | 110110 |
Color Harmonies of #5217FE
Complementary color
Monochromatic Colors of #5217FE
Black with #5217FE
Text Example
Text Example
White with #5217FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5217FE; }
p { color: rgb(82,23,254); }
H1.HeaderClassName
{
color: #5217FE;
}
.AnyTagClassName
{
color: #5217FE;
}
</style>
background-color css
<style>
a { background-color: #5217FE; }
a { background-color: rgb(82,23,254); }
div.DivClassName
{
background-color: #5217FE;
}
.BgClassName
{
background-color: #5217FE;
}
</style>
border-color css
<style>
span { border-color: #5217FE; }
span { border-color: rgb(82,23,254); }
td.TdClassName
{
border-color: #5217FE;
}
.TagClassName
{
border-color: #5217FE;
}
</style>