Shades of Han Purple #5115ED
Tints of Han Purple #5115ED
RGB
CMYK
RGB Variations
Color information
#5115ED (or 0x5115ED) is known color: Han Purple. HEX triplet: 51, 15 and ED. RGB value is (81,21,237). Sum of RGB (Red+Green+Blue) = 81+21+237=339 (44% of max value = 765). Red value is 81 (32.03% from 255 or 23.89% from 339); Green value is 21 (8.59% from 255 or 6.19% from 339); Blue value is 237 (92.97% from 255 or 69.91% from 339); Max value from RGB is 237 - color contains mainly: blue. Hex color #5115ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5115ED is #AEEA12. Grayscale: #3E3E3E. Windows color (decimal): -11463187 or 15537489. OLE color: 15537489.
HSL color Cylindrical-coordinate representation of color #5115ED: hue angle of 256.67º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5115ED is Cyan = 0.66, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 81 | 21 | 237 | - |
| CMYK | 0.66 | 0.91 | 0 | 0.07 |
| HSL | 256.67º | 0.86% | 0.51% | - |
| HSV(B) | 256.67º | 0.91% | 0.93% | - |
| XYZ | 18.95 | 8.4 | 80.74 | - |
| YUV | 63.56 | 225.88 | 140.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 21 | 237 | 0.66 | 0.91 | 0 | 0.07 | 256.67 | 0.86 | 0.51 |
| Hex | 51 | 15 | ED | 42 | 5B | 0 | 7 | 101 | 56 | 33 |
| Octal | 121 | 25 | 355 | 102 | 133 | 0 | 7 | 401 | 126 | 63 |
| Binary | 1010001 | 10101 | 11101101 | 1000010 | 1011011 | 0 | 111 | 100000001 | 1010110 | 110011 |
Color Harmonies of #5115ED
Complementary color
Monochromatic Colors of #5115ED
Black with #5115ED
Text Example
Text Example
White with #5115ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5115ED; }
p { color: rgb(81,21,237); }
H1.HeaderClassName
{
color: #5115ED;
}
.AnyTagClassName
{
color: #5115ED;
}
</style>
background-color css
<style>
a { background-color: #5115ED; }
a { background-color: rgb(81,21,237); }
div.DivClassName
{
background-color: #5115ED;
}
.BgClassName
{
background-color: #5115ED;
}
</style>
border-color css
<style>
span { border-color: #5115ED; }
span { border-color: rgb(81,21,237); }
td.TdClassName
{
border-color: #5115ED;
}
.TagClassName
{
border-color: #5115ED;
}
</style>