Shades of Han Purple #5127FB
Tints of Han Purple #5127FB
RGB
CMYK
RGB Variations
Color information
#5127FB (or 0x5127FB) is known color: Han Purple. HEX triplet: 51, 27 and FB. RGB value is (81,39,251). Sum of RGB (Red+Green+Blue) = 81+39+251=371 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.83% from 371); Green value is 39 (15.62% from 255 or 10.51% from 371); Blue value is 251 (98.44% from 255 or 67.65% from 371); Max value from RGB is 251 - color contains mainly: blue. Hex color #5127FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5127FB is #AED804. Grayscale: #4A4A4A. Windows color (decimal): -11458565 or 16459601. OLE color: 16459601.
HSL color Cylindrical-coordinate representation of color #5127FB: hue angle of 251.89º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5127FB is Cyan = 0.68, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 81 | 39 | 251 | - |
| CMYK | 0.68 | 0.84 | 0 | 0.02 |
| HSL | 251.89º | 0.96% | 0.57% | - |
| HSV(B) | 251.89º | 0.84% | 0.98% | - |
| XYZ | 21.53 | 10.17 | 92.09 | - |
| YUV | 75.73 | 226.91 | 131.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 39 | 251 | 0.68 | 0.84 | 0 | 0.02 | 251.89 | 0.96 | 0.57 |
| Hex | 51 | 27 | FB | 44 | 54 | 0 | 2 | FC | 60 | 39 |
| Octal | 121 | 47 | 373 | 104 | 124 | 0 | 2 | 374 | 140 | 71 |
| Binary | 1010001 | 100111 | 11111011 | 1000100 | 1010100 | 0 | 10 | 11111100 | 1100000 | 111001 |
Color Harmonies of #5127FB
Complementary color
Monochromatic Colors of #5127FB
Black with #5127FB
Text Example
Text Example
White with #5127FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5127FB; }
p { color: rgb(81,39,251); }
H1.HeaderClassName
{
color: #5127FB;
}
.AnyTagClassName
{
color: #5127FB;
}
</style>
background-color css
<style>
a { background-color: #5127FB; }
a { background-color: rgb(81,39,251); }
div.DivClassName
{
background-color: #5127FB;
}
.BgClassName
{
background-color: #5127FB;
}
</style>
border-color css
<style>
span { border-color: #5127FB; }
span { border-color: rgb(81,39,251); }
td.TdClassName
{
border-color: #5127FB;
}
.TagClassName
{
border-color: #5127FB;
}
</style>