Shades of Han Purple #5131DF
Tints of Han Purple #5131DF
RGB
CMYK
RGB Variations
Color information
#5131DF (or 0x5131DF) is known color: Han Purple. HEX triplet: 51, 31 and DF. RGB value is (81,49,223). Sum of RGB (Red+Green+Blue) = 81+49+223=353 (46% of max value = 765). Red value is 81 (32.03% from 255 or 22.95% from 353); Green value is 49 (19.53% from 255 or 13.88% from 353); Blue value is 223 (87.5% from 255 or 63.17% from 353); Max value from RGB is 223 - color contains mainly: blue. Hex color #5131DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5131DF is #AECE20. Grayscale: #4D4D4D. Windows color (decimal): -11456033 or 14627153. OLE color: 14627153.
HSL color Cylindrical-coordinate representation of color #5131DF: hue angle of 251.03º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5131DF is Cyan = 0.64, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 81 | 49 | 223 | - |
| CMYK | 0.64 | 0.78 | 0 | 0.13 |
| HSL | 251.03º | 0.73% | 0.53% | - |
| HSV(B) | 251.03º | 0.78% | 0.87% | - |
| XYZ | 17.81 | 9.27 | 70.66 | - |
| YUV | 78.4 | 209.6 | 129.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 49 | 223 | 0.64 | 0.78 | 0 | 0.13 | 251.03 | 0.73 | 0.53 |
| Hex | 51 | 31 | DF | 40 | 4E | 0 | D | FB | 49 | 35 |
| Octal | 121 | 61 | 337 | 100 | 116 | 0 | 15 | 373 | 111 | 65 |
| Binary | 1010001 | 110001 | 11011111 | 1000000 | 1001110 | 0 | 1101 | 11111011 | 1001001 | 110101 |
Color Harmonies of #5131DF
Complementary color
Monochromatic Colors of #5131DF
Black with #5131DF
Text Example
Text Example
White with #5131DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5131DF; }
p { color: rgb(81,49,223); }
H1.HeaderClassName
{
color: #5131DF;
}
.AnyTagClassName
{
color: #5131DF;
}
</style>
background-color css
<style>
a { background-color: #5131DF; }
a { background-color: rgb(81,49,223); }
div.DivClassName
{
background-color: #5131DF;
}
.BgClassName
{
background-color: #5131DF;
}
</style>
border-color css
<style>
span { border-color: #5131DF; }
span { border-color: rgb(81,49,223); }
td.TdClassName
{
border-color: #5131DF;
}
.TagClassName
{
border-color: #5131DF;
}
</style>