Shades of Han Purple #5127FA
Tints of Han Purple #5127FA
RGB
CMYK
RGB Variations
Color information
#5127FA (or 0x5127FA) is known color: Han Purple. HEX triplet: 51, 27 and FA. RGB value is (81,39,250). Sum of RGB (Red+Green+Blue) = 81+39+250=370 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.89% from 370); Green value is 39 (15.62% from 255 or 10.54% from 370); Blue value is 250 (98.05% from 255 or 67.57% from 370); Max value from RGB is 250 - color contains mainly: blue. Hex color #5127FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5127FA is #AED805. Grayscale: #4A4A4A. Windows color (decimal): -11458566 or 16394065. OLE color: 16394065.
HSL color Cylindrical-coordinate representation of color #5127FA: hue angle of 251.94º degrees, saturation: 0.95, 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 #5127FA is Cyan = 0.68, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 81 | 39 | 250 | - |
| CMYK | 0.68 | 0.84 | 0 | 0.02 |
| HSL | 251.94º | 0.95% | 0.57% | - |
| HSV(B) | 251.94º | 0.84% | 0.98% | - |
| XYZ | 21.37 | 10.1 | 91.27 | - |
| YUV | 75.61 | 226.41 | 131.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 39 | 250 | 0.68 | 0.84 | 0 | 0.02 | 251.94 | 0.95 | 0.57 |
| Hex | 51 | 27 | FA | 44 | 54 | 0 | 2 | FC | 5F | 39 |
| Octal | 121 | 47 | 372 | 104 | 124 | 0 | 2 | 374 | 137 | 71 |
| Binary | 1010001 | 100111 | 11111010 | 1000100 | 1010100 | 0 | 10 | 11111100 | 1011111 | 111001 |
Color Harmonies of #5127FA
Complementary color
Monochromatic Colors of #5127FA
Black with #5127FA
Text Example
Text Example
White with #5127FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5127FA; }
p { color: rgb(81,39,250); }
H1.HeaderClassName
{
color: #5127FA;
}
.AnyTagClassName
{
color: #5127FA;
}
</style>
background-color css
<style>
a { background-color: #5127FA; }
a { background-color: rgb(81,39,250); }
div.DivClassName
{
background-color: #5127FA;
}
.BgClassName
{
background-color: #5127FA;
}
</style>
border-color css
<style>
span { border-color: #5127FA; }
span { border-color: rgb(81,39,250); }
td.TdClassName
{
border-color: #5127FA;
}
.TagClassName
{
border-color: #5127FA;
}
</style>