Shades of Han Purple #510DFF
Tints of Han Purple #510DFF
RGB
CMYK
RGB Variations
Color information
#510DFF (or 0x510DFF) is known color: Han Purple. HEX triplet: 51, 0D and FF. RGB value is (81,13,255). Sum of RGB (Red+Green+Blue) = 81+13+255=349 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.21% from 349); Green value is 13 (5.47% from 255 or 3.72% from 349); Blue value is 255 (100% from 255 or 73.07% from 349); Max value from RGB is 255 - color contains mainly: blue. Hex color #510DFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #510DFF is #AEF200. Grayscale: #3C3C3C. Windows color (decimal): -11465217 or 16715089. OLE color: 16715089.
HSL color Cylindrical-coordinate representation of color #510DFF: hue angle of 256.86º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #510DFF is Cyan = 0.68, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 81 | 13 | 255 | - |
| CMYK | 0.68 | 0.95 | 0 | 0 |
| HSL | 256.86º | 1% | 0.53% | - |
| HSV(B) | 256.86º | 0.95% | 1% | - |
| XYZ | 21.59 | 9.26 | 95.26 | - |
| YUV | 60.92 | 237.53 | 142.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 13 | 255 | 0.68 | 0.95 | 0 | 0 | 256.86 | 1 | 0.53 |
| Hex | 51 | D | FF | 44 | 5F | 0 | 0 | 101 | 64 | 35 |
| Octal | 121 | 15 | 377 | 104 | 137 | 0 | 0 | 401 | 144 | 65 |
| Binary | 1010001 | 1101 | 11111111 | 1000100 | 1011111 | 0 | 0 | 100000001 | 1100100 | 110101 |
Color Harmonies of #510DFF
Complementary color
Monochromatic Colors of #510DFF
Black with #510DFF
Text Example
Text Example
White with #510DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510DFF; }
p { color: rgb(81,13,255); }
H1.HeaderClassName
{
color: #510DFF;
}
.AnyTagClassName
{
color: #510DFF;
}
</style>
background-color css
<style>
a { background-color: #510DFF; }
a { background-color: rgb(81,13,255); }
div.DivClassName
{
background-color: #510DFF;
}
.BgClassName
{
background-color: #510DFF;
}
</style>
border-color css
<style>
span { border-color: #510DFF; }
span { border-color: rgb(81,13,255); }
td.TdClassName
{
border-color: #510DFF;
}
.TagClassName
{
border-color: #510DFF;
}
</style>