Shades of Han Purple #5120FE
Tints of Han Purple #5120FE
RGB
CMYK
RGB Variations
Color information
#5120FE (or 0x5120FE) is known color: Han Purple. HEX triplet: 51, 20 and FE. RGB value is (81,32,254). Sum of RGB (Red+Green+Blue) = 81+32+254=367 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.07% from 367); Green value is 32 (12.89% from 255 or 8.72% from 367); Blue value is 254 (99.61% from 255 or 69.21% from 367); Max value from RGB is 254 - color contains mainly: blue. Hex color #5120FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5120FE is #AEDF01. Grayscale: #474747. Windows color (decimal): -11460354 or 16654417. OLE color: 16654417.
HSL color Cylindrical-coordinate representation of color #5120FE: hue angle of 253.24º 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 #5120FE is Cyan = 0.68, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 81 | 32 | 254 | - |
| CMYK | 0.68 | 0.87 | 0 | 0.00 |
| HSL | 253.24º | 0.99% | 0.56% | - |
| HSV(B) | 253.24º | 0.87% | 1% | - |
| XYZ | 21.8 | 9.94 | 94.54 | - |
| YUV | 71.96 | 230.73 | 134.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 32 | 254 | 0.68 | 0.87 | 0 | 0.00 | 253.24 | 0.99 | 0.56 |
| Hex | 51 | 20 | FE | 44 | 57 | 0 | 0 | FD | 63 | 38 |
| Octal | 121 | 40 | 376 | 104 | 127 | 0 | 0 | 375 | 143 | 70 |
| Binary | 1010001 | 100000 | 11111110 | 1000100 | 1010111 | 0 | 0 | 11111101 | 1100011 | 111000 |
Color Harmonies of #5120FE
Complementary color
Monochromatic Colors of #5120FE
Black with #5120FE
Text Example
Text Example
White with #5120FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5120FE; }
p { color: rgb(81,32,254); }
H1.HeaderClassName
{
color: #5120FE;
}
.AnyTagClassName
{
color: #5120FE;
}
</style>
background-color css
<style>
a { background-color: #5120FE; }
a { background-color: rgb(81,32,254); }
div.DivClassName
{
background-color: #5120FE;
}
.BgClassName
{
background-color: #5120FE;
}
</style>
border-color css
<style>
span { border-color: #5120FE; }
span { border-color: rgb(81,32,254); }
td.TdClassName
{
border-color: #5120FE;
}
.TagClassName
{
border-color: #5120FE;
}
</style>