Shades of Han Purple #5131EB
Tints of Han Purple #5131EB
RGB
CMYK
RGB Variations
Color information
#5131EB (or 0x5131EB) is known color: Han Purple. HEX triplet: 51, 31 and EB. RGB value is (81,49,235). Sum of RGB (Red+Green+Blue) = 81+49+235=365 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.19% from 365); Green value is 49 (19.53% from 255 or 13.42% from 365); Blue value is 235 (92.19% from 255 or 64.38% from 365); Max value from RGB is 235 - color contains mainly: blue. Hex color #5131EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5131EB is #AECE14. Grayscale: #4F4F4F. Windows color (decimal): -11456021 or 15413585. OLE color: 15413585.
HSL color Cylindrical-coordinate representation of color #5131EB: hue angle of 250.32º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5131EB is Cyan = 0.66, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 81 | 49 | 235 | - |
| CMYK | 0.66 | 0.79 | 0 | 0.08 |
| HSL | 250.32º | 0.82% | 0.56% | - |
| HSV(B) | 250.32º | 0.79% | 0.92% | - |
| XYZ | 19.49 | 9.94 | 79.49 | - |
| YUV | 79.77 | 215.6 | 128.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 49 | 235 | 0.66 | 0.79 | 0 | 0.08 | 250.32 | 0.82 | 0.56 |
| Hex | 51 | 31 | EB | 42 | 4F | 0 | 8 | FA | 52 | 38 |
| Octal | 121 | 61 | 353 | 102 | 117 | 0 | 10 | 372 | 122 | 70 |
| Binary | 1010001 | 110001 | 11101011 | 1000010 | 1001111 | 0 | 1000 | 11111010 | 1010010 | 111000 |
Color Harmonies of #5131EB
Complementary color
Monochromatic Colors of #5131EB
Black with #5131EB
Text Example
Text Example
White with #5131EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5131EB; }
p { color: rgb(81,49,235); }
H1.HeaderClassName
{
color: #5131EB;
}
.AnyTagClassName
{
color: #5131EB;
}
</style>
background-color css
<style>
a { background-color: #5131EB; }
a { background-color: rgb(81,49,235); }
div.DivClassName
{
background-color: #5131EB;
}
.BgClassName
{
background-color: #5131EB;
}
</style>
border-color css
<style>
span { border-color: #5131EB; }
span { border-color: rgb(81,49,235); }
td.TdClassName
{
border-color: #5131EB;
}
.TagClassName
{
border-color: #5131EB;
}
</style>