Shades of Han Purple #5210FB
Tints of Han Purple #5210FB
RGB
CMYK
RGB Variations
Color information
#5210FB (or 0x5210FB) is known color: Han Purple. HEX triplet: 52, 10 and FB. RGB value is (82,16,251). Sum of RGB (Red+Green+Blue) = 82+16+251=349 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.50% from 349); Green value is 16 (6.64% from 255 or 4.58% from 349); Blue value is 251 (98.44% from 255 or 71.92% from 349); Max value from RGB is 251 - color contains mainly: blue. Hex color #5210FB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5210FB is #ADEF04. Grayscale: #3D3D3D. Windows color (decimal): -11398917 or 16453714. OLE color: 16453714.
HSL color Cylindrical-coordinate representation of color #5210FB: hue angle of 256.85º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5210FB is Cyan = 0.67, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 82 | 16 | 251 | - |
| CMYK | 0.67 | 0.94 | 0 | 0.02 |
| HSL | 256.85º | 0.97% | 0.52% | - |
| HSV(B) | 256.85º | 0.94% | 0.98% | - |
| XYZ | 21.08 | 9.13 | 91.92 | - |
| YUV | 62.52 | 234.37 | 141.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 16 | 251 | 0.67 | 0.94 | 0 | 0.02 | 256.85 | 0.97 | 0.52 |
| Hex | 52 | 10 | FB | 43 | 5E | 0 | 2 | 101 | 61 | 34 |
| Octal | 122 | 20 | 373 | 103 | 136 | 0 | 2 | 401 | 141 | 64 |
| Binary | 1010010 | 10000 | 11111011 | 1000011 | 1011110 | 0 | 10 | 100000001 | 1100001 | 110100 |
Color Harmonies of #5210FB
Complementary color
Monochromatic Colors of #5210FB
Black with #5210FB
Text Example
Text Example
White with #5210FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5210FB; }
p { color: rgb(82,16,251); }
H1.HeaderClassName
{
color: #5210FB;
}
.AnyTagClassName
{
color: #5210FB;
}
</style>
background-color css
<style>
a { background-color: #5210FB; }
a { background-color: rgb(82,16,251); }
div.DivClassName
{
background-color: #5210FB;
}
.BgClassName
{
background-color: #5210FB;
}
</style>
border-color css
<style>
span { border-color: #5210FB; }
span { border-color: rgb(82,16,251); }
td.TdClassName
{
border-color: #5210FB;
}
.TagClassName
{
border-color: #5210FB;
}
</style>