Shades of Han Purple #510DDE
Tints of Han Purple #510DDE
RGB
CMYK
RGB Variations
Color information
#510DDE (or 0x510DDE) is known color: Han Purple. HEX triplet: 51, 0D and DE. RGB value is (81,13,222). Sum of RGB (Red+Green+Blue) = 81+13+222=316 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.63% from 316); Green value is 13 (5.47% from 255 or 4.11% from 316); Blue value is 222 (87.11% from 255 or 70.25% from 316); Max value from RGB is 222 - color contains mainly: blue. Hex color #510DDE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #510DDE is #AEF221. Grayscale: #383838. Windows color (decimal): -11465250 or 14552401. OLE color: 14552401.
HSL color Cylindrical-coordinate representation of color #510DDE: hue angle of 259.52º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #510DDE is Cyan = 0.64, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 81 | 13 | 222 | - |
| CMYK | 0.64 | 0.94 | 0 | 0.13 |
| HSL | 259.52º | 0.89% | 0.46% | - |
| HSV(B) | 259.52º | 0.94% | 0.87% | - |
| XYZ | 16.72 | 7.31 | 69.64 | - |
| YUV | 57.16 | 221.03 | 145.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 13 | 222 | 0.64 | 0.94 | 0 | 0.13 | 259.52 | 0.89 | 0.46 |
| Hex | 51 | D | DE | 40 | 5E | 0 | D | 104 | 59 | 2E |
| Octal | 121 | 15 | 336 | 100 | 136 | 0 | 15 | 404 | 131 | 56 |
| Binary | 1010001 | 1101 | 11011110 | 1000000 | 1011110 | 0 | 1101 | 100000100 | 1011001 | 101110 |
Color Harmonies of #510DDE
Complementary color
Monochromatic Colors of #510DDE
Black with #510DDE
Text Example
Text Example
White with #510DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510DDE; }
p { color: rgb(81,13,222); }
H1.HeaderClassName
{
color: #510DDE;
}
.AnyTagClassName
{
color: #510DDE;
}
</style>
background-color css
<style>
a { background-color: #510DDE; }
a { background-color: rgb(81,13,222); }
div.DivClassName
{
background-color: #510DDE;
}
.BgClassName
{
background-color: #510DDE;
}
</style>
border-color css
<style>
span { border-color: #510DDE; }
span { border-color: rgb(81,13,222); }
td.TdClassName
{
border-color: #510DDE;
}
.TagClassName
{
border-color: #510DDE;
}
</style>