Shades of Han Purple #5120FC
Tints of Han Purple #5120FC
RGB
CMYK
RGB Variations
Color information
#5120FC (or 0x5120FC) is known color: Han Purple. HEX triplet: 51, 20 and FC. RGB value is (81,32,252). Sum of RGB (Red+Green+Blue) = 81+32+252=365 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.19% from 365); Green value is 32 (12.89% from 255 or 8.77% from 365); Blue value is 252 (98.83% from 255 or 69.04% from 365); Max value from RGB is 252 - color contains mainly: blue. Hex color #5120FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5120FC is #AEDF03. Grayscale: #464646. Windows color (decimal): -11460356 or 16523345. OLE color: 16523345.
HSL color Cylindrical-coordinate representation of color #5120FC: hue angle of 253.36º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5120FC is Cyan = 0.68, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 81 | 32 | 252 | - |
| CMYK | 0.68 | 0.87 | 0 | 0.01 |
| HSL | 253.36º | 0.97% | 0.56% | - |
| HSV(B) | 253.36º | 0.87% | 0.99% | - |
| XYZ | 21.48 | 9.81 | 92.86 | - |
| YUV | 71.73 | 229.73 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 32 | 252 | 0.68 | 0.87 | 0 | 0.01 | 253.36 | 0.97 | 0.56 |
| Hex | 51 | 20 | FC | 44 | 57 | 0 | 1 | FD | 61 | 38 |
| Octal | 121 | 40 | 374 | 104 | 127 | 0 | 1 | 375 | 141 | 70 |
| Binary | 1010001 | 100000 | 11111100 | 1000100 | 1010111 | 0 | 1 | 11111101 | 1100001 | 111000 |
Color Harmonies of #5120FC
Complementary color
Monochromatic Colors of #5120FC
Black with #5120FC
Text Example
Text Example
White with #5120FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5120FC; }
p { color: rgb(81,32,252); }
H1.HeaderClassName
{
color: #5120FC;
}
.AnyTagClassName
{
color: #5120FC;
}
</style>
background-color css
<style>
a { background-color: #5120FC; }
a { background-color: rgb(81,32,252); }
div.DivClassName
{
background-color: #5120FC;
}
.BgClassName
{
background-color: #5120FC;
}
</style>
border-color css
<style>
span { border-color: #5120FC; }
span { border-color: rgb(81,32,252); }
td.TdClassName
{
border-color: #5120FC;
}
.TagClassName
{
border-color: #5120FC;
}
</style>