Shades of Han Purple #510FDD
Tints of Han Purple #510FDD
RGB
CMYK
RGB Variations
Color information
#510FDD (or 0x510FDD) is known color: Han Purple. HEX triplet: 51, 0F and DD. RGB value is (81,15,221). Sum of RGB (Red+Green+Blue) = 81+15+221=317 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.55% from 317); Green value is 15 (6.25% from 255 or 4.73% from 317); Blue value is 221 (86.72% from 255 or 69.72% from 317); Max value from RGB is 221 - color contains mainly: blue. Hex color #510FDD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #510FDD is #AEF022. Grayscale: #393939. Windows color (decimal): -11464739 or 14487377. OLE color: 14487377.
HSL color Cylindrical-coordinate representation of color #510FDD: hue angle of 259.22º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #510FDD is Cyan = 0.63, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 81 | 15 | 221 | - |
| CMYK | 0.63 | 0.93 | 0 | 0.13 |
| HSL | 259.22º | 0.87% | 0.46% | - |
| HSV(B) | 259.22º | 0.93% | 0.87% | - |
| XYZ | 16.62 | 7.31 | 68.94 | - |
| YUV | 58.22 | 219.87 | 144.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 15 | 221 | 0.63 | 0.93 | 0 | 0.13 | 259.22 | 0.87 | 0.46 |
| Hex | 51 | F | DD | 3F | 5D | 0 | D | 103 | 57 | 2E |
| Octal | 121 | 17 | 335 | 77 | 135 | 0 | 15 | 403 | 127 | 56 |
| Binary | 1010001 | 1111 | 11011101 | 111111 | 1011101 | 0 | 1101 | 100000011 | 1010111 | 101110 |
Color Harmonies of #510FDD
Complementary color
Monochromatic Colors of #510FDD
Black with #510FDD
Text Example
Text Example
White with #510FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510FDD; }
p { color: rgb(81,15,221); }
H1.HeaderClassName
{
color: #510FDD;
}
.AnyTagClassName
{
color: #510FDD;
}
</style>
background-color css
<style>
a { background-color: #510FDD; }
a { background-color: rgb(81,15,221); }
div.DivClassName
{
background-color: #510FDD;
}
.BgClassName
{
background-color: #510FDD;
}
</style>
border-color css
<style>
span { border-color: #510FDD; }
span { border-color: rgb(81,15,221); }
td.TdClassName
{
border-color: #510FDD;
}
.TagClassName
{
border-color: #510FDD;
}
</style>