Shades of Han Purple #5021FF
Tints of Han Purple #5021FF
RGB
CMYK
RGB Variations
Color information
#5021FF (or 0x5021FF) is known color: Han Purple. HEX triplet: 50, 21 and FF. RGB value is (80,33,255). Sum of RGB (Red+Green+Blue) = 80+33+255=368 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.74% from 368); Green value is 33 (13.28% from 255 or 8.97% from 368); Blue value is 255 (100% from 255 or 69.29% from 368); Max value from RGB is 255 - color contains mainly: blue. Hex color #5021FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5021FF is #AFDE00. Grayscale: #474747. Windows color (decimal): -11525633 or 16720208. OLE color: 16720208.
HSL color Cylindrical-coordinate representation of color #5021FF: hue angle of 252.7º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5021FF is Cyan = 0.69, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 80 | 33 | 255 | - |
| CMYK | 0.69 | 0.87 | 0 | 0 |
| HSL | 252.7º | 1% | 0.56% | - |
| HSV(B) | 252.7º | 0.87% | 1% | - |
| XYZ | 21.9 | 10.01 | 95.39 | - |
| YUV | 72.36 | 231.07 | 133.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 33 | 255 | 0.69 | 0.87 | 0 | 0 | 252.7 | 1 | 0.56 |
| Hex | 50 | 21 | FF | 45 | 57 | 0 | 0 | FD | 64 | 38 |
| Octal | 120 | 41 | 377 | 105 | 127 | 0 | 0 | 375 | 144 | 70 |
| Binary | 1010000 | 100001 | 11111111 | 1000101 | 1010111 | 0 | 0 | 11111101 | 1100100 | 111000 |
Color Harmonies of #5021FF
Complementary color
Monochromatic Colors of #5021FF
Black with #5021FF
Text Example
Text Example
White with #5021FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5021FF; }
p { color: rgb(80,33,255); }
H1.HeaderClassName
{
color: #5021FF;
}
.AnyTagClassName
{
color: #5021FF;
}
</style>
background-color css
<style>
a { background-color: #5021FF; }
a { background-color: rgb(80,33,255); }
div.DivClassName
{
background-color: #5021FF;
}
.BgClassName
{
background-color: #5021FF;
}
</style>
border-color css
<style>
span { border-color: #5021FF; }
span { border-color: rgb(80,33,255); }
td.TdClassName
{
border-color: #5021FF;
}
.TagClassName
{
border-color: #5021FF;
}
</style>