Shades of Han Purple #5216FE
Tints of Han Purple #5216FE
RGB
CMYK
RGB Variations
Color information
#5216FE (or 0x5216FE) is known color: Han Purple. HEX triplet: 52, 16 and FE. RGB value is (82,22,254). Sum of RGB (Red+Green+Blue) = 82+22+254=358 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.91% from 358); Green value is 22 (8.98% from 255 or 6.15% from 358); Blue value is 254 (99.61% from 255 or 70.95% from 358); Max value from RGB is 254 - color contains mainly: blue. Hex color #5216FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5216FE is #ADE901. Grayscale: #414141. Windows color (decimal): -11397378 or 16651858. OLE color: 16651858.
HSL color Cylindrical-coordinate representation of color #5216FE: hue angle of 255.52º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5216FE is Cyan = 0.68, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 82 | 22 | 254 | - |
| CMYK | 0.68 | 0.91 | 0 | 0.00 |
| HSL | 255.52º | 0.99% | 0.54% | - |
| HSV(B) | 255.52º | 0.91% | 1% | - |
| XYZ | 21.66 | 9.52 | 94.46 | - |
| YUV | 66.39 | 233.88 | 139.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 22 | 254 | 0.68 | 0.91 | 0 | 0.00 | 255.52 | 0.99 | 0.54 |
| Hex | 52 | 16 | FE | 44 | 5B | 0 | 0 | 100 | 63 | 36 |
| Octal | 122 | 26 | 376 | 104 | 133 | 0 | 0 | 400 | 143 | 66 |
| Binary | 1010010 | 10110 | 11111110 | 1000100 | 1011011 | 0 | 0 | 100000000 | 1100011 | 110110 |
Color Harmonies of #5216FE
Complementary color
Monochromatic Colors of #5216FE
Black with #5216FE
Text Example
Text Example
White with #5216FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5216FE; }
p { color: rgb(82,22,254); }
H1.HeaderClassName
{
color: #5216FE;
}
.AnyTagClassName
{
color: #5216FE;
}
</style>
background-color css
<style>
a { background-color: #5216FE; }
a { background-color: rgb(82,22,254); }
div.DivClassName
{
background-color: #5216FE;
}
.BgClassName
{
background-color: #5216FE;
}
</style>
border-color css
<style>
span { border-color: #5216FE; }
span { border-color: rgb(82,22,254); }
td.TdClassName
{
border-color: #5216FE;
}
.TagClassName
{
border-color: #5216FE;
}
</style>