Shades of Han Purple #510DF6
Tints of Han Purple #510DF6
RGB
CMYK
RGB Variations
Color information
#510DF6 (or 0x510DF6) is known color: Han Purple. HEX triplet: 51, 0D and F6. RGB value is (81,13,246). Sum of RGB (Red+Green+Blue) = 81+13+246=340 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.82% from 340); Green value is 13 (5.47% from 255 or 3.82% from 340); Blue value is 246 (96.48% from 255 or 72.35% from 340); Max value from RGB is 246 - color contains mainly: blue. Hex color #510DF6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #510DF6 is #AEF209. Grayscale: #3B3B3B. Windows color (decimal): -11465226 or 16125265. OLE color: 16125265.
HSL color Cylindrical-coordinate representation of color #510DF6: hue angle of 257.51º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #510DF6 is Cyan = 0.67, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 81 | 13 | 246 | - |
| CMYK | 0.67 | 0.95 | 0 | 0.04 |
| HSL | 257.51º | 0.93% | 0.51% | - |
| HSV(B) | 257.51º | 0.95% | 0.96% | - |
| XYZ | 20.17 | 8.69 | 87.8 | - |
| YUV | 59.89 | 233.03 | 143.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 13 | 246 | 0.67 | 0.95 | 0 | 0.04 | 257.51 | 0.93 | 0.51 |
| Hex | 51 | D | F6 | 43 | 5F | 0 | 4 | 102 | 5D | 33 |
| Octal | 121 | 15 | 366 | 103 | 137 | 0 | 4 | 402 | 135 | 63 |
| Binary | 1010001 | 1101 | 11110110 | 1000011 | 1011111 | 0 | 100 | 100000010 | 1011101 | 110011 |
Color Harmonies of #510DF6
Complementary color
Monochromatic Colors of #510DF6
Black with #510DF6
Text Example
Text Example
White with #510DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510DF6; }
p { color: rgb(81,13,246); }
H1.HeaderClassName
{
color: #510DF6;
}
.AnyTagClassName
{
color: #510DF6;
}
</style>
background-color css
<style>
a { background-color: #510DF6; }
a { background-color: rgb(81,13,246); }
div.DivClassName
{
background-color: #510DF6;
}
.BgClassName
{
background-color: #510DF6;
}
</style>
border-color css
<style>
span { border-color: #510DF6; }
span { border-color: rgb(81,13,246); }
td.TdClassName
{
border-color: #510DF6;
}
.TagClassName
{
border-color: #510DF6;
}
</style>