Shades of Han Purple #5131F3
Tints of Han Purple #5131F3
RGB
CMYK
RGB Variations
Color information
#5131F3 (or 0x5131F3) is known color: Han Purple. HEX triplet: 51, 31 and F3. RGB value is (81,49,243). Sum of RGB (Red+Green+Blue) = 81+49+243=373 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.72% from 373); Green value is 49 (19.53% from 255 or 13.14% from 373); Blue value is 243 (95.31% from 255 or 65.15% from 373); Max value from RGB is 243 - color contains mainly: blue. Hex color #5131F3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5131F3 is #AECE0C. Grayscale: #4F4F4F. Windows color (decimal): -11456013 or 15937873. OLE color: 15937873.
HSL color Cylindrical-coordinate representation of color #5131F3: hue angle of 249.9º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5131F3 is Cyan = 0.67, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 81 | 49 | 243 | - |
| CMYK | 0.67 | 0.80 | 0 | 0.05 |
| HSL | 249.9º | 0.89% | 0.57% | - |
| HSV(B) | 249.9º | 0.8% | 0.95% | - |
| XYZ | 20.67 | 10.42 | 85.72 | - |
| YUV | 80.68 | 219.6 | 128.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 49 | 243 | 0.67 | 0.80 | 0 | 0.05 | 249.9 | 0.89 | 0.57 |
| Hex | 51 | 31 | F3 | 43 | 50 | 0 | 5 | FA | 59 | 39 |
| Octal | 121 | 61 | 363 | 103 | 120 | 0 | 5 | 372 | 131 | 71 |
| Binary | 1010001 | 110001 | 11110011 | 1000011 | 1010000 | 0 | 101 | 11111010 | 1011001 | 111001 |
Color Harmonies of #5131F3
Complementary color
Monochromatic Colors of #5131F3
Black with #5131F3
Text Example
Text Example
White with #5131F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5131F3; }
p { color: rgb(81,49,243); }
H1.HeaderClassName
{
color: #5131F3;
}
.AnyTagClassName
{
color: #5131F3;
}
</style>
background-color css
<style>
a { background-color: #5131F3; }
a { background-color: rgb(81,49,243); }
div.DivClassName
{
background-color: #5131F3;
}
.BgClassName
{
background-color: #5131F3;
}
</style>
border-color css
<style>
span { border-color: #5131F3; }
span { border-color: rgb(81,49,243); }
td.TdClassName
{
border-color: #5131F3;
}
.TagClassName
{
border-color: #5131F3;
}
</style>