Shades of Han Purple #5217FF
Tints of Han Purple #5217FF
RGB
CMYK
RGB Variations
Color information
#5217FF (or 0x5217FF) is known color: Han Purple. HEX triplet: 52, 17 and FF. RGB value is (82,23,255). Sum of RGB (Red+Green+Blue) = 82+23+255=360 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.78% from 360); Green value is 23 (9.38% from 255 or 6.39% from 360); Blue value is 255 (100% from 255 or 70.83% from 360); Max value from RGB is 255 - color contains mainly: blue. Hex color #5217FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5217FF is #ADE800. Grayscale: #424242. Windows color (decimal): -11397121 or 16717650. OLE color: 16717650.
HSL color Cylindrical-coordinate representation of color #5217FF: hue angle of 255.26º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5217FF is Cyan = 0.68, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 82 | 23 | 255 | - |
| CMYK | 0.68 | 0.91 | 0 | 0 |
| HSL | 255.26º | 1% | 0.55% | - |
| HSV(B) | 255.26º | 0.91% | 1% | - |
| XYZ | 21.84 | 9.63 | 95.31 | - |
| YUV | 67.09 | 234.05 | 138.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 23 | 255 | 0.68 | 0.91 | 0 | 0 | 255.26 | 1 | 0.55 |
| Hex | 52 | 17 | FF | 44 | 5B | 0 | 0 | FF | 64 | 37 |
| Octal | 122 | 27 | 377 | 104 | 133 | 0 | 0 | 377 | 144 | 67 |
| Binary | 1010010 | 10111 | 11111111 | 1000100 | 1011011 | 0 | 0 | 11111111 | 1100100 | 110111 |
Color Harmonies of #5217FF
Complementary color
Monochromatic Colors of #5217FF
Black with #5217FF
Text Example
Text Example
White with #5217FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5217FF; }
p { color: rgb(82,23,255); }
H1.HeaderClassName
{
color: #5217FF;
}
.AnyTagClassName
{
color: #5217FF;
}
</style>
background-color css
<style>
a { background-color: #5217FF; }
a { background-color: rgb(82,23,255); }
div.DivClassName
{
background-color: #5217FF;
}
.BgClassName
{
background-color: #5217FF;
}
</style>
border-color css
<style>
span { border-color: #5217FF; }
span { border-color: rgb(82,23,255); }
td.TdClassName
{
border-color: #5217FF;
}
.TagClassName
{
border-color: #5217FF;
}
</style>