Shades of Han Purple #5210F8
Tints of Han Purple #5210F8
RGB
CMYK
RGB Variations
Color information
#5210F8 (or 0x5210F8) is known color: Han Purple. HEX triplet: 52, 10 and F8. RGB value is (82,16,248). Sum of RGB (Red+Green+Blue) = 82+16+248=346 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.70% from 346); Green value is 16 (6.64% from 255 or 4.62% from 346); Blue value is 248 (97.27% from 255 or 71.68% from 346); Max value from RGB is 248 - color contains mainly: blue. Hex color #5210F8 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5210F8 is #ADEF07. Grayscale: #3D3D3D. Windows color (decimal): -11398920 or 16257106. OLE color: 16257106.
HSL color Cylindrical-coordinate representation of color #5210F8: hue angle of 257.07º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5210F8 is Cyan = 0.67, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 82 | 16 | 248 | - |
| CMYK | 0.67 | 0.94 | 0 | 0.03 |
| HSL | 257.07º | 0.94% | 0.52% | - |
| HSV(B) | 257.07º | 0.94% | 0.97% | - |
| XYZ | 20.61 | 8.94 | 89.45 | - |
| YUV | 62.18 | 232.87 | 142.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 16 | 248 | 0.67 | 0.94 | 0 | 0.03 | 257.07 | 0.94 | 0.52 |
| Hex | 52 | 10 | F8 | 43 | 5E | 0 | 3 | 101 | 5E | 34 |
| Octal | 122 | 20 | 370 | 103 | 136 | 0 | 3 | 401 | 136 | 64 |
| Binary | 1010010 | 10000 | 11111000 | 1000011 | 1011110 | 0 | 11 | 100000001 | 1011110 | 110100 |
Color Harmonies of #5210F8
Complementary color
Monochromatic Colors of #5210F8
Black with #5210F8
Text Example
Text Example
White with #5210F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5210F8; }
p { color: rgb(82,16,248); }
H1.HeaderClassName
{
color: #5210F8;
}
.AnyTagClassName
{
color: #5210F8;
}
</style>
background-color css
<style>
a { background-color: #5210F8; }
a { background-color: rgb(82,16,248); }
div.DivClassName
{
background-color: #5210F8;
}
.BgClassName
{
background-color: #5210F8;
}
</style>
border-color css
<style>
span { border-color: #5210F8; }
span { border-color: rgb(82,16,248); }
td.TdClassName
{
border-color: #5210F8;
}
.TagClassName
{
border-color: #5210F8;
}
</style>