Shades of Han Purple #5121FE
Tints of Han Purple #5121FE
RGB
CMYK
RGB Variations
Color information
#5121FE (or 0x5121FE) is known color: Han Purple. HEX triplet: 51, 21 and FE. RGB value is (81,33,254). Sum of RGB (Red+Green+Blue) = 81+33+254=368 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.01% from 368); Green value is 33 (13.28% from 255 or 8.97% from 368); Blue value is 254 (99.61% from 255 or 69.02% from 368); Max value from RGB is 254 - color contains mainly: blue. Hex color #5121FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5121FE is #AEDE01. Grayscale: #474747. Windows color (decimal): -11460098 or 16654673. OLE color: 16654673.
HSL color Cylindrical-coordinate representation of color #5121FE: hue angle of 253.03º 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 #5121FE is Cyan = 0.68, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 81 | 33 | 254 | - |
| CMYK | 0.68 | 0.87 | 0 | 0.00 |
| HSL | 253.03º | 0.99% | 0.56% | - |
| HSV(B) | 253.03º | 0.87% | 1% | - |
| XYZ | 21.83 | 9.99 | 94.54 | - |
| YUV | 72.55 | 230.4 | 134.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 33 | 254 | 0.68 | 0.87 | 0 | 0.00 | 253.03 | 0.99 | 0.56 |
| Hex | 51 | 21 | FE | 44 | 57 | 0 | 0 | FD | 63 | 38 |
| Octal | 121 | 41 | 376 | 104 | 127 | 0 | 0 | 375 | 143 | 70 |
| Binary | 1010001 | 100001 | 11111110 | 1000100 | 1010111 | 0 | 0 | 11111101 | 1100011 | 111000 |
Color Harmonies of #5121FE
Complementary color
Monochromatic Colors of #5121FE
Black with #5121FE
Text Example
Text Example
White with #5121FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5121FE; }
p { color: rgb(81,33,254); }
H1.HeaderClassName
{
color: #5121FE;
}
.AnyTagClassName
{
color: #5121FE;
}
</style>
background-color css
<style>
a { background-color: #5121FE; }
a { background-color: rgb(81,33,254); }
div.DivClassName
{
background-color: #5121FE;
}
.BgClassName
{
background-color: #5121FE;
}
</style>
border-color css
<style>
span { border-color: #5121FE; }
span { border-color: rgb(81,33,254); }
td.TdClassName
{
border-color: #5121FE;
}
.TagClassName
{
border-color: #5121FE;
}
</style>