Shades of Han Purple #510FE5
Tints of Han Purple #510FE5
RGB
CMYK
RGB Variations
Color information
#510FE5 (or 0x510FE5) is known color: Han Purple. HEX triplet: 51, 0F and E5. RGB value is (81,15,229). Sum of RGB (Red+Green+Blue) = 81+15+229=325 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.92% from 325); Green value is 15 (6.25% from 255 or 4.62% from 325); Blue value is 229 (89.84% from 255 or 70.46% from 325); Max value from RGB is 229 - color contains mainly: blue. Hex color #510FE5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #510FE5 is #AEF01A. Grayscale: #3A3A3A. Windows color (decimal): -11464731 or 15011665. OLE color: 15011665.
HSL color Cylindrical-coordinate representation of color #510FE5: hue angle of 258.5º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #510FE5 is Cyan = 0.65, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 81 | 15 | 229 | - |
| CMYK | 0.65 | 0.93 | 0 | 0.10 |
| HSL | 258.5º | 0.88% | 0.48% | - |
| HSV(B) | 258.5º | 0.93% | 0.9% | - |
| XYZ | 17.71 | 7.75 | 74.69 | - |
| YUV | 59.13 | 223.87 | 143.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 15 | 229 | 0.65 | 0.93 | 0 | 0.10 | 258.5 | 0.88 | 0.48 |
| Hex | 51 | F | E5 | 41 | 5D | 0 | A | 103 | 58 | 30 |
| Octal | 121 | 17 | 345 | 101 | 135 | 0 | 12 | 403 | 130 | 60 |
| Binary | 1010001 | 1111 | 11100101 | 1000001 | 1011101 | 0 | 1010 | 100000011 | 1011000 | 110000 |
Color Harmonies of #510FE5
Complementary color
Monochromatic Colors of #510FE5
Black with #510FE5
Text Example
Text Example
White with #510FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510FE5; }
p { color: rgb(81,15,229); }
H1.HeaderClassName
{
color: #510FE5;
}
.AnyTagClassName
{
color: #510FE5;
}
</style>
background-color css
<style>
a { background-color: #510FE5; }
a { background-color: rgb(81,15,229); }
div.DivClassName
{
background-color: #510FE5;
}
.BgClassName
{
background-color: #510FE5;
}
</style>
border-color css
<style>
span { border-color: #510FE5; }
span { border-color: rgb(81,15,229); }
td.TdClassName
{
border-color: #510FE5;
}
.TagClassName
{
border-color: #510FE5;
}
</style>