Shades of Han Purple #5107EB
Tints of Han Purple #5107EB
RGB
CMYK
RGB Variations
Color information
#5107EB (or 0x5107EB) is known color: Han Purple. HEX triplet: 51, 07 and EB. RGB value is (81,7,235). Sum of RGB (Red+Green+Blue) = 81+7+235=323 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.08% from 323); Green value is 7 (3.12% from 255 or 2.17% from 323); Blue value is 235 (92.19% from 255 or 72.76% from 323); Max value from RGB is 235 - color contains mainly: blue. Hex color #5107EB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5107EB is #AEF814. Grayscale: #363636. Windows color (decimal): -11466773 or 15402833. OLE color: 15402833.
HSL color Cylindrical-coordinate representation of color #5107EB: hue angle of 259.47º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5107EB is Cyan = 0.66, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 81 | 7 | 235 | - |
| CMYK | 0.66 | 0.97 | 0 | 0.08 |
| HSL | 259.47º | 0.94% | 0.47% | - |
| HSV(B) | 259.47º | 0.97% | 0.92% | - |
| XYZ | 18.46 | 7.9 | 79.15 | - |
| YUV | 55.12 | 229.52 | 146.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 7 | 235 | 0.66 | 0.97 | 0 | 0.08 | 259.47 | 0.94 | 0.47 |
| Hex | 51 | 7 | EB | 42 | 61 | 0 | 8 | 103 | 5E | 2F |
| Octal | 121 | 7 | 353 | 102 | 141 | 0 | 10 | 403 | 136 | 57 |
| Binary | 1010001 | 111 | 11101011 | 1000010 | 1100001 | 0 | 1000 | 100000011 | 1011110 | 101111 |
Color Harmonies of #5107EB
Complementary color
Monochromatic Colors of #5107EB
Black with #5107EB
Text Example
Text Example
White with #5107EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5107EB; }
p { color: rgb(81,7,235); }
H1.HeaderClassName
{
color: #5107EB;
}
.AnyTagClassName
{
color: #5107EB;
}
</style>
background-color css
<style>
a { background-color: #5107EB; }
a { background-color: rgb(81,7,235); }
div.DivClassName
{
background-color: #5107EB;
}
.BgClassName
{
background-color: #5107EB;
}
</style>
border-color css
<style>
span { border-color: #5107EB; }
span { border-color: rgb(81,7,235); }
td.TdClassName
{
border-color: #5107EB;
}
.TagClassName
{
border-color: #5107EB;
}
</style>