Shades of Han Purple #5218FB
Tints of Han Purple #5218FB
RGB
CMYK
RGB Variations
Color information
#5218FB (or 0x5218FB) is known color: Han Purple. HEX triplet: 52, 18 and FB. RGB value is (82,24,251). Sum of RGB (Red+Green+Blue) = 82+24+251=357 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.97% from 357); Green value is 24 (9.77% from 255 or 6.72% from 357); Blue value is 251 (98.44% from 255 or 70.31% from 357); Max value from RGB is 251 - color contains mainly: blue. Hex color #5218FB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5218FB is #ADE704. Grayscale: #424242. Windows color (decimal): -11396869 or 16455762. OLE color: 16455762.
HSL color Cylindrical-coordinate representation of color #5218FB: hue angle of 255.33º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5218FB is Cyan = 0.67, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 82 | 24 | 251 | - |
| CMYK | 0.67 | 0.90 | 0 | 0.02 |
| HSL | 255.33º | 0.97% | 0.54% | - |
| HSV(B) | 255.33º | 0.9% | 0.98% | - |
| XYZ | 21.22 | 9.41 | 91.97 | - |
| YUV | 67.22 | 231.72 | 138.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 24 | 251 | 0.67 | 0.90 | 0 | 0.02 | 255.33 | 0.97 | 0.54 |
| Hex | 52 | 18 | FB | 43 | 5A | 0 | 2 | FF | 61 | 36 |
| Octal | 122 | 30 | 373 | 103 | 132 | 0 | 2 | 377 | 141 | 66 |
| Binary | 1010010 | 11000 | 11111011 | 1000011 | 1011010 | 0 | 10 | 11111111 | 1100001 | 110110 |
Color Harmonies of #5218FB
Complementary color
Monochromatic Colors of #5218FB
Black with #5218FB
Text Example
Text Example
White with #5218FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5218FB; }
p { color: rgb(82,24,251); }
H1.HeaderClassName
{
color: #5218FB;
}
.AnyTagClassName
{
color: #5218FB;
}
</style>
background-color css
<style>
a { background-color: #5218FB; }
a { background-color: rgb(82,24,251); }
div.DivClassName
{
background-color: #5218FB;
}
.BgClassName
{
background-color: #5218FB;
}
</style>
border-color css
<style>
span { border-color: #5218FB; }
span { border-color: rgb(82,24,251); }
td.TdClassName
{
border-color: #5218FB;
}
.TagClassName
{
border-color: #5218FB;
}
</style>