Shades of Han Purple #5221FE
Tints of Han Purple #5221FE
RGB
CMYK
RGB Variations
Color information
#5221FE (or 0x5221FE) is known color: Han Purple. HEX triplet: 52, 21 and FE. RGB value is (82,33,254). Sum of RGB (Red+Green+Blue) = 82+33+254=369 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.22% from 369); Green value is 33 (13.28% from 255 or 8.94% from 369); Blue value is 254 (99.61% from 255 or 68.83% from 369); Max value from RGB is 254 - color contains mainly: blue. Hex color #5221FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5221FE is #ADDE01. Grayscale: #484848. Windows color (decimal): -11394562 or 16654674. OLE color: 16654674.
HSL color Cylindrical-coordinate representation of color #5221FE: hue angle of 253.3º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5221FE is Cyan = 0.68, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 82 | 33 | 254 | - |
| CMYK | 0.68 | 0.87 | 0 | 0.00 |
| HSL | 253.3º | 0.99% | 0.56% | - |
| HSV(B) | 253.3º | 0.87% | 1% | - |
| XYZ | 21.91 | 10.04 | 94.55 | - |
| YUV | 72.85 | 230.23 | 134.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 33 | 254 | 0.68 | 0.87 | 0 | 0.00 | 253.3 | 0.99 | 0.56 |
| Hex | 52 | 21 | FE | 44 | 57 | 0 | 0 | FD | 63 | 38 |
| Octal | 122 | 41 | 376 | 104 | 127 | 0 | 0 | 375 | 143 | 70 |
| Binary | 1010010 | 100001 | 11111110 | 1000100 | 1010111 | 0 | 0 | 11111101 | 1100011 | 111000 |
Color Harmonies of #5221FE
Complementary color
Monochromatic Colors of #5221FE
Black with #5221FE
Text Example
Text Example
White with #5221FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5221FE; }
p { color: rgb(82,33,254); }
H1.HeaderClassName
{
color: #5221FE;
}
.AnyTagClassName
{
color: #5221FE;
}
</style>
background-color css
<style>
a { background-color: #5221FE; }
a { background-color: rgb(82,33,254); }
div.DivClassName
{
background-color: #5221FE;
}
.BgClassName
{
background-color: #5221FE;
}
</style>
border-color css
<style>
span { border-color: #5221FE; }
span { border-color: rgb(82,33,254); }
td.TdClassName
{
border-color: #5221FE;
}
.TagClassName
{
border-color: #5221FE;
}
</style>