Shades of Han Purple #510FED
Tints of Han Purple #510FED
RGB
CMYK
RGB Variations
Color information
#510FED (or 0x510FED) is known color: Han Purple. HEX triplet: 51, 0F and ED. RGB value is (81,15,237). Sum of RGB (Red+Green+Blue) = 81+15+237=333 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.32% from 333); Green value is 15 (6.25% from 255 or 4.50% from 333); Blue value is 237 (92.97% from 255 or 71.17% from 333); Max value from RGB is 237 - color contains mainly: blue. Hex color #510FED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #510FED is #AEF012. Grayscale: #3B3B3B. Windows color (decimal): -11464723 or 15535953. OLE color: 15535953.
HSL color Cylindrical-coordinate representation of color #510FED: hue angle of 257.84º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #510FED is Cyan = 0.66, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 81 | 15 | 237 | - |
| CMYK | 0.66 | 0.94 | 0 | 0.07 |
| HSL | 257.84º | 0.88% | 0.49% | - |
| HSV(B) | 257.84º | 0.94% | 0.93% | - |
| XYZ | 18.85 | 8.21 | 80.71 | - |
| YUV | 60.04 | 227.87 | 142.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 15 | 237 | 0.66 | 0.94 | 0 | 0.07 | 257.84 | 0.88 | 0.49 |
| Hex | 51 | F | ED | 42 | 5E | 0 | 7 | 102 | 58 | 31 |
| Octal | 121 | 17 | 355 | 102 | 136 | 0 | 7 | 402 | 130 | 61 |
| Binary | 1010001 | 1111 | 11101101 | 1000010 | 1011110 | 0 | 111 | 100000010 | 1011000 | 110001 |
Color Harmonies of #510FED
Complementary color
Monochromatic Colors of #510FED
Black with #510FED
Text Example
Text Example
White with #510FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510FED; }
p { color: rgb(81,15,237); }
H1.HeaderClassName
{
color: #510FED;
}
.AnyTagClassName
{
color: #510FED;
}
</style>
background-color css
<style>
a { background-color: #510FED; }
a { background-color: rgb(81,15,237); }
div.DivClassName
{
background-color: #510FED;
}
.BgClassName
{
background-color: #510FED;
}
</style>
border-color css
<style>
span { border-color: #510FED; }
span { border-color: rgb(81,15,237); }
td.TdClassName
{
border-color: #510FED;
}
.TagClassName
{
border-color: #510FED;
}
</style>