Shades of Han Purple #510EF2
Tints of Han Purple #510EF2
RGB
CMYK
RGB Variations
Color information
#510EF2 (or 0x510EF2) is known color: Han Purple. HEX triplet: 51, 0E and F2. RGB value is (81,14,242). Sum of RGB (Red+Green+Blue) = 81+14+242=337 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.04% from 337); Green value is 14 (5.86% from 255 or 4.15% from 337); Blue value is 242 (94.92% from 255 or 71.81% from 337); Max value from RGB is 242 - color contains mainly: blue. Hex color #510EF2 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #510EF2 is #AEF10D. Grayscale: #3B3B3B. Windows color (decimal): -11464974 or 15863377. OLE color: 15863377.
HSL color Cylindrical-coordinate representation of color #510EF2: hue angle of 257.63º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #510EF2 is Cyan = 0.67, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 81 | 14 | 242 | - |
| CMYK | 0.67 | 0.94 | 0 | 0.05 |
| HSL | 257.63º | 0.9% | 0.5% | - |
| HSV(B) | 257.63º | 0.94% | 0.95% | - |
| XYZ | 19.58 | 8.47 | 84.61 | - |
| YUV | 60.03 | 230.7 | 142.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 14 | 242 | 0.67 | 0.94 | 0 | 0.05 | 257.63 | 0.9 | 0.5 |
| Hex | 51 | E | F2 | 43 | 5E | 0 | 5 | 102 | 5A | 32 |
| Octal | 121 | 16 | 362 | 103 | 136 | 0 | 5 | 402 | 132 | 62 |
| Binary | 1010001 | 1110 | 11110010 | 1000011 | 1011110 | 0 | 101 | 100000010 | 1011010 | 110010 |
Color Harmonies of #510EF2
Complementary color
Monochromatic Colors of #510EF2
Black with #510EF2
Text Example
Text Example
White with #510EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510EF2; }
p { color: rgb(81,14,242); }
H1.HeaderClassName
{
color: #510EF2;
}
.AnyTagClassName
{
color: #510EF2;
}
</style>
background-color css
<style>
a { background-color: #510EF2; }
a { background-color: rgb(81,14,242); }
div.DivClassName
{
background-color: #510EF2;
}
.BgClassName
{
background-color: #510EF2;
}
</style>
border-color css
<style>
span { border-color: #510EF2; }
span { border-color: rgb(81,14,242); }
td.TdClassName
{
border-color: #510EF2;
}
.TagClassName
{
border-color: #510EF2;
}
</style>