Shades of Han Purple #5107E0
Tints of Han Purple #5107E0
RGB
CMYK
RGB Variations
Color information
#5107E0 (or 0x5107E0) is known color: Han Purple. HEX triplet: 51, 07 and E0. RGB value is (81,7,224). Sum of RGB (Red+Green+Blue) = 81+7+224=312 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.96% from 312); Green value is 7 (3.12% from 255 or 2.24% from 312); Blue value is 224 (87.89% from 255 or 71.79% from 312); Max value from RGB is 224 - color contains mainly: blue. Hex color #5107E0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5107E0 is #AEF81F. Grayscale: #353535. Windows color (decimal): -11466784 or 14681937. OLE color: 14681937.
HSL color Cylindrical-coordinate representation of color #5107E0: hue angle of 260.46º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5107E0 is Cyan = 0.64, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 81 | 7 | 224 | - |
| CMYK | 0.64 | 0.97 | 0 | 0.12 |
| HSL | 260.46º | 0.94% | 0.45% | - |
| HSV(B) | 260.46º | 0.97% | 0.88% | - |
| XYZ | 16.92 | 7.28 | 71.03 | - |
| YUV | 53.86 | 224.02 | 147.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 7 | 224 | 0.64 | 0.97 | 0 | 0.12 | 260.46 | 0.94 | 0.45 |
| Hex | 51 | 7 | E0 | 40 | 61 | 0 | C | 104 | 5E | 2D |
| Octal | 121 | 7 | 340 | 100 | 141 | 0 | 14 | 404 | 136 | 55 |
| Binary | 1010001 | 111 | 11100000 | 1000000 | 1100001 | 0 | 1100 | 100000100 | 1011110 | 101101 |
Color Harmonies of #5107E0
Complementary color
Monochromatic Colors of #5107E0
Black with #5107E0
Text Example
Text Example
White with #5107E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5107E0; }
p { color: rgb(81,7,224); }
H1.HeaderClassName
{
color: #5107E0;
}
.AnyTagClassName
{
color: #5107E0;
}
</style>
background-color css
<style>
a { background-color: #5107E0; }
a { background-color: rgb(81,7,224); }
div.DivClassName
{
background-color: #5107E0;
}
.BgClassName
{
background-color: #5107E0;
}
</style>
border-color css
<style>
span { border-color: #5107E0; }
span { border-color: rgb(81,7,224); }
td.TdClassName
{
border-color: #5107E0;
}
.TagClassName
{
border-color: #5107E0;
}
</style>