Shades of Han Purple #5217FB
Tints of Han Purple #5217FB
RGB
CMYK
RGB Variations
Color information
#5217FB (or 0x5217FB) is known color: Han Purple. HEX triplet: 52, 17 and FB. RGB value is (82,23,251). Sum of RGB (Red+Green+Blue) = 82+23+251=356 (47% of max value = 765). Red value is 82 (32.42% from 255 or 23.03% from 356); Green value is 23 (9.38% from 255 or 6.46% from 356); Blue value is 251 (98.44% from 255 or 70.51% from 356); Max value from RGB is 251 - color contains mainly: blue. Hex color #5217FB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5217FB is #ADE804. Grayscale: #414141. Windows color (decimal): -11397125 or 16455506. OLE color: 16455506.
HSL color Cylindrical-coordinate representation of color #5217FB: hue angle of 255.53º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5217FB is Cyan = 0.67, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 82 | 23 | 251 | - |
| CMYK | 0.67 | 0.91 | 0 | 0.02 |
| HSL | 255.53º | 0.97% | 0.54% | - |
| HSV(B) | 255.53º | 0.91% | 0.98% | - |
| XYZ | 21.2 | 9.37 | 91.96 | - |
| YUV | 66.63 | 232.05 | 138.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 23 | 251 | 0.67 | 0.91 | 0 | 0.02 | 255.53 | 0.97 | 0.54 |
| Hex | 52 | 17 | FB | 43 | 5B | 0 | 2 | 100 | 61 | 36 |
| Octal | 122 | 27 | 373 | 103 | 133 | 0 | 2 | 400 | 141 | 66 |
| Binary | 1010010 | 10111 | 11111011 | 1000011 | 1011011 | 0 | 10 | 100000000 | 1100001 | 110110 |
Color Harmonies of #5217FB
Complementary color
Monochromatic Colors of #5217FB
Black with #5217FB
Text Example
Text Example
White with #5217FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5217FB; }
p { color: rgb(82,23,251); }
H1.HeaderClassName
{
color: #5217FB;
}
.AnyTagClassName
{
color: #5217FB;
}
</style>
background-color css
<style>
a { background-color: #5217FB; }
a { background-color: rgb(82,23,251); }
div.DivClassName
{
background-color: #5217FB;
}
.BgClassName
{
background-color: #5217FB;
}
</style>
border-color css
<style>
span { border-color: #5217FB; }
span { border-color: rgb(82,23,251); }
td.TdClassName
{
border-color: #5217FB;
}
.TagClassName
{
border-color: #5217FB;
}
</style>