Shades of Han Purple #5128FC
Tints of Han Purple #5128FC
RGB
CMYK
RGB Variations
Color information
#5128FC (or 0x5128FC) is known color: Han Purple. HEX triplet: 51, 28 and FC. RGB value is (81,40,252). Sum of RGB (Red+Green+Blue) = 81+40+252=373 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.72% from 373); Green value is 40 (16.02% from 255 or 10.72% from 373); Blue value is 252 (98.83% from 255 or 67.56% from 373); Max value from RGB is 252 - color contains mainly: blue. Hex color #5128FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5128FC is #AED703. Grayscale: #4B4B4B. Windows color (decimal): -11458308 or 16525393. OLE color: 16525393.
HSL color Cylindrical-coordinate representation of color #5128FC: hue angle of 251.6º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5128FC is Cyan = 0.68, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 81 | 40 | 252 | - |
| CMYK | 0.68 | 0.84 | 0 | 0.01 |
| HSL | 251.6º | 0.97% | 0.57% | - |
| HSV(B) | 251.6º | 0.84% | 0.99% | - |
| XYZ | 21.72 | 10.3 | 92.94 | - |
| YUV | 76.43 | 227.08 | 131.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 40 | 252 | 0.68 | 0.84 | 0 | 0.01 | 251.6 | 0.97 | 0.57 |
| Hex | 51 | 28 | FC | 44 | 54 | 0 | 1 | FC | 61 | 39 |
| Octal | 121 | 50 | 374 | 104 | 124 | 0 | 1 | 374 | 141 | 71 |
| Binary | 1010001 | 101000 | 11111100 | 1000100 | 1010100 | 0 | 1 | 11111100 | 1100001 | 111001 |
Color Harmonies of #5128FC
Complementary color
Monochromatic Colors of #5128FC
Black with #5128FC
Text Example
Text Example
White with #5128FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5128FC; }
p { color: rgb(81,40,252); }
H1.HeaderClassName
{
color: #5128FC;
}
.AnyTagClassName
{
color: #5128FC;
}
</style>
background-color css
<style>
a { background-color: #5128FC; }
a { background-color: rgb(81,40,252); }
div.DivClassName
{
background-color: #5128FC;
}
.BgClassName
{
background-color: #5128FC;
}
</style>
border-color css
<style>
span { border-color: #5128FC; }
span { border-color: rgb(81,40,252); }
td.TdClassName
{
border-color: #5128FC;
}
.TagClassName
{
border-color: #5128FC;
}
</style>