Shades of Han Purple #5101ED
Tints of Han Purple #5101ED
RGB
CMYK
RGB Variations
Color information
#5101ED (or 0x5101ED) is known color: Han Purple. HEX triplet: 51, 01 and ED. RGB value is (81,1,237). Sum of RGB (Red+Green+Blue) = 81+1+237=319 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.39% from 319); Green value is 1 (0.78% from 255 or 0.31% from 319); Blue value is 237 (92.97% from 255 or 74.29% from 319); Max value from RGB is 237 - color contains mainly: blue. Hex color #5101ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5101ED is #AEFE12. Grayscale: #323232. Windows color (decimal): -11468307 or 15532369. OLE color: 15532369.
HSL color Cylindrical-coordinate representation of color #5101ED: hue angle of 260.34º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5101ED is Cyan = 0.66, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 81 | 1 | 237 | - |
| CMYK | 0.66 | 1.00 | 0 | 0.07 |
| HSL | 260.34º | 0.99% | 0.47% | - |
| HSV(B) | 260.34º | 1% | 0.93% | - |
| XYZ | 18.69 | 7.89 | 80.66 | - |
| YUV | 51.82 | 232.5 | 148.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 1 | 237 | 0.66 | 1.00 | 0 | 0.07 | 260.34 | 0.99 | 0.47 |
| Hex | 51 | 1 | ED | 42 | 64 | 0 | 7 | 104 | 63 | 2F |
| Octal | 121 | 1 | 355 | 102 | 144 | 0 | 7 | 404 | 143 | 57 |
| Binary | 1010001 | 1 | 11101101 | 1000010 | 1100100 | 0 | 111 | 100000100 | 1100011 | 101111 |
Color Harmonies of #5101ED
Complementary color
Monochromatic Colors of #5101ED
Black with #5101ED
Text Example
Text Example
White with #5101ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5101ED; }
p { color: rgb(81,1,237); }
H1.HeaderClassName
{
color: #5101ED;
}
.AnyTagClassName
{
color: #5101ED;
}
</style>
background-color css
<style>
a { background-color: #5101ED; }
a { background-color: rgb(81,1,237); }
div.DivClassName
{
background-color: #5101ED;
}
.BgClassName
{
background-color: #5101ED;
}
</style>
border-color css
<style>
span { border-color: #5101ED; }
span { border-color: rgb(81,1,237); }
td.TdClassName
{
border-color: #5101ED;
}
.TagClassName
{
border-color: #5101ED;
}
</style>