Shades of Han Purple #5128FD
Tints of Han Purple #5128FD
RGB
CMYK
RGB Variations
Color information
#5128FD (or 0x5128FD) is known color: Han Purple. HEX triplet: 51, 28 and FD. RGB value is (81,40,253). Sum of RGB (Red+Green+Blue) = 81+40+253=374 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.66% from 374); Green value is 40 (16.02% from 255 or 10.70% from 374); Blue value is 253 (99.22% from 255 or 67.65% from 374); Max value from RGB is 253 - color contains mainly: blue. Hex color #5128FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5128FD is #AED702. Grayscale: #4B4B4B. Windows color (decimal): -11458307 or 16590929. OLE color: 16590929.
HSL color Cylindrical-coordinate representation of color #5128FD: hue angle of 251.55º degrees, saturation: 0.98, 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 #5128FD is Cyan = 0.68, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 81 | 40 | 253 | - |
| CMYK | 0.68 | 0.84 | 0 | 0.01 |
| HSL | 251.55º | 0.98% | 0.57% | - |
| HSV(B) | 251.55º | 0.84% | 0.99% | - |
| XYZ | 21.88 | 10.36 | 93.77 | - |
| YUV | 76.54 | 227.58 | 131.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 40 | 253 | 0.68 | 0.84 | 0 | 0.01 | 251.55 | 0.98 | 0.57 |
| Hex | 51 | 28 | FD | 44 | 54 | 0 | 1 | FC | 62 | 39 |
| Octal | 121 | 50 | 375 | 104 | 124 | 0 | 1 | 374 | 142 | 71 |
| Binary | 1010001 | 101000 | 11111101 | 1000100 | 1010100 | 0 | 1 | 11111100 | 1100010 | 111001 |
Color Harmonies of #5128FD
Complementary color
Monochromatic Colors of #5128FD
Black with #5128FD
Text Example
Text Example
White with #5128FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5128FD; }
p { color: rgb(81,40,253); }
H1.HeaderClassName
{
color: #5128FD;
}
.AnyTagClassName
{
color: #5128FD;
}
</style>
background-color css
<style>
a { background-color: #5128FD; }
a { background-color: rgb(81,40,253); }
div.DivClassName
{
background-color: #5128FD;
}
.BgClassName
{
background-color: #5128FD;
}
</style>
border-color css
<style>
span { border-color: #5128FD; }
span { border-color: rgb(81,40,253); }
td.TdClassName
{
border-color: #5128FD;
}
.TagClassName
{
border-color: #5128FD;
}
</style>