Shades of Han Purple #5212FE
Tints of Han Purple #5212FE
RGB
CMYK
RGB Variations
Color information
#5212FE (or 0x5212FE) is known color: Han Purple. HEX triplet: 52, 12 and FE. RGB value is (82,18,254). Sum of RGB (Red+Green+Blue) = 82+18+254=354 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.16% from 354); Green value is 18 (7.42% from 255 or 5.08% from 354); Blue value is 254 (99.61% from 255 or 71.75% from 354); Max value from RGB is 254 - color contains mainly: blue. Hex color #5212FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5212FE is #ADED01. Grayscale: #3F3F3F. Windows color (decimal): -11398402 or 16650834. OLE color: 16650834.
HSL color Cylindrical-coordinate representation of color #5212FE: hue angle of 256.27º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5212FE is Cyan = 0.68, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 82 | 18 | 254 | - |
| CMYK | 0.68 | 0.93 | 0 | 0.00 |
| HSL | 256.27º | 0.99% | 0.53% | - |
| HSV(B) | 256.27º | 0.93% | 1% | - |
| XYZ | 21.59 | 9.38 | 94.44 | - |
| YUV | 64.04 | 235.2 | 140.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 18 | 254 | 0.68 | 0.93 | 0 | 0.00 | 256.27 | 0.99 | 0.53 |
| Hex | 52 | 12 | FE | 44 | 5D | 0 | 0 | 100 | 63 | 35 |
| Octal | 122 | 22 | 376 | 104 | 135 | 0 | 0 | 400 | 143 | 65 |
| Binary | 1010010 | 10010 | 11111110 | 1000100 | 1011101 | 0 | 0 | 100000000 | 1100011 | 110101 |
Color Harmonies of #5212FE
Complementary color
Monochromatic Colors of #5212FE
Black with #5212FE
Text Example
Text Example
White with #5212FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5212FE; }
p { color: rgb(82,18,254); }
H1.HeaderClassName
{
color: #5212FE;
}
.AnyTagClassName
{
color: #5212FE;
}
</style>
background-color css
<style>
a { background-color: #5212FE; }
a { background-color: rgb(82,18,254); }
div.DivClassName
{
background-color: #5212FE;
}
.BgClassName
{
background-color: #5212FE;
}
</style>
border-color css
<style>
span { border-color: #5212FE; }
span { border-color: rgb(82,18,254); }
td.TdClassName
{
border-color: #5212FE;
}
.TagClassName
{
border-color: #5212FE;
}
</style>