Shades of Han Purple #5129FA
Tints of Han Purple #5129FA
RGB
CMYK
RGB Variations
Color information
#5129FA (or 0x5129FA) is known color: Han Purple. HEX triplet: 51, 29 and FA. RGB value is (81,41,250). Sum of RGB (Red+Green+Blue) = 81+41+250=372 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.77% from 372); Green value is 41 (16.41% from 255 or 11.02% from 372); Blue value is 250 (98.05% from 255 or 67.20% from 372); Max value from RGB is 250 - color contains mainly: blue. Hex color #5129FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5129FA is #AED605. Grayscale: #4B4B4B. Windows color (decimal): -11458054 or 16394577. OLE color: 16394577.
HSL color Cylindrical-coordinate representation of color #5129FA: hue angle of 251.48º 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 #5129FA is Cyan = 0.68, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 81 | 41 | 250 | - |
| CMYK | 0.68 | 0.84 | 0 | 0.02 |
| HSL | 251.48º | 0.95% | 0.57% | - |
| HSV(B) | 251.48º | 0.84% | 0.98% | - |
| XYZ | 21.44 | 10.24 | 91.29 | - |
| YUV | 76.79 | 225.75 | 131.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 41 | 250 | 0.68 | 0.84 | 0 | 0.02 | 251.48 | 0.95 | 0.57 |
| Hex | 51 | 29 | FA | 44 | 54 | 0 | 2 | FB | 5F | 39 |
| Octal | 121 | 51 | 372 | 104 | 124 | 0 | 2 | 373 | 137 | 71 |
| Binary | 1010001 | 101001 | 11111010 | 1000100 | 1010100 | 0 | 10 | 11111011 | 1011111 | 111001 |
Color Harmonies of #5129FA
Complementary color
Monochromatic Colors of #5129FA
Black with #5129FA
Text Example
Text Example
White with #5129FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5129FA; }
p { color: rgb(81,41,250); }
H1.HeaderClassName
{
color: #5129FA;
}
.AnyTagClassName
{
color: #5129FA;
}
</style>
background-color css
<style>
a { background-color: #5129FA; }
a { background-color: rgb(81,41,250); }
div.DivClassName
{
background-color: #5129FA;
}
.BgClassName
{
background-color: #5129FA;
}
</style>
border-color css
<style>
span { border-color: #5129FA; }
span { border-color: rgb(81,41,250); }
td.TdClassName
{
border-color: #5129FA;
}
.TagClassName
{
border-color: #5129FA;
}
</style>