Shades of Han Purple #5217FD
Tints of Han Purple #5217FD
RGB
CMYK
RGB Variations
Color information
#5217FD (or 0x5217FD) is known color: Han Purple. HEX triplet: 52, 17 and FD. RGB value is (82,23,253). Sum of RGB (Red+Green+Blue) = 82+23+253=358 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.91% from 358); Green value is 23 (9.38% from 255 or 6.42% from 358); Blue value is 253 (99.22% from 255 or 70.67% from 358); Max value from RGB is 253 - color contains mainly: blue. Hex color #5217FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5217FD is #ADE802. Grayscale: #424242. Windows color (decimal): -11397123 or 16586578. OLE color: 16586578.
HSL color Cylindrical-coordinate representation of color #5217FD: hue angle of 255.39º degrees, saturation: 0.98, 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 #5217FD is Cyan = 0.68, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 82 | 23 | 253 | - |
| CMYK | 0.68 | 0.91 | 0 | 0.01 |
| HSL | 255.39º | 0.98% | 0.54% | - |
| HSV(B) | 255.39º | 0.91% | 0.99% | - |
| XYZ | 21.52 | 9.5 | 93.63 | - |
| YUV | 66.86 | 233.05 | 138.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 23 | 253 | 0.68 | 0.91 | 0 | 0.01 | 255.39 | 0.98 | 0.54 |
| Hex | 52 | 17 | FD | 44 | 5B | 0 | 1 | FF | 62 | 36 |
| Octal | 122 | 27 | 375 | 104 | 133 | 0 | 1 | 377 | 142 | 66 |
| Binary | 1010010 | 10111 | 11111101 | 1000100 | 1011011 | 0 | 1 | 11111111 | 1100010 | 110110 |
Color Harmonies of #5217FD
Complementary color
Monochromatic Colors of #5217FD
Black with #5217FD
Text Example
Text Example
White with #5217FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5217FD; }
p { color: rgb(82,23,253); }
H1.HeaderClassName
{
color: #5217FD;
}
.AnyTagClassName
{
color: #5217FD;
}
</style>
background-color css
<style>
a { background-color: #5217FD; }
a { background-color: rgb(82,23,253); }
div.DivClassName
{
background-color: #5217FD;
}
.BgClassName
{
background-color: #5217FD;
}
</style>
border-color css
<style>
span { border-color: #5217FD; }
span { border-color: rgb(82,23,253); }
td.TdClassName
{
border-color: #5217FD;
}
.TagClassName
{
border-color: #5217FD;
}
</style>