Shades of Han Purple #510FDB
Tints of Han Purple #510FDB
RGB
CMYK
RGB Variations
Color information
#510FDB (or 0x510FDB) is known color: Han Purple. HEX triplet: 51, 0F and DB. RGB value is (81,15,219). Sum of RGB (Red+Green+Blue) = 81+15+219=315 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.71% from 315); Green value is 15 (6.25% from 255 or 4.76% from 315); Blue value is 219 (85.94% from 255 or 69.52% from 315); Max value from RGB is 219 - color contains mainly: blue. Hex color #510FDB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #510FDB is #AEF024. Grayscale: #393939. Windows color (decimal): -11464741 or 14356305. OLE color: 14356305.
HSL color Cylindrical-coordinate representation of color #510FDB: hue angle of 259.41º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #510FDB is Cyan = 0.63, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 81 | 15 | 219 | - |
| CMYK | 0.63 | 0.93 | 0 | 0.14 |
| HSL | 259.41º | 0.87% | 0.46% | - |
| HSV(B) | 259.41º | 0.93% | 0.86% | - |
| XYZ | 16.35 | 7.21 | 67.55 | - |
| YUV | 57.99 | 218.87 | 144.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 15 | 219 | 0.63 | 0.93 | 0 | 0.14 | 259.41 | 0.87 | 0.46 |
| Hex | 51 | F | DB | 3F | 5D | 0 | E | 103 | 57 | 2E |
| Octal | 121 | 17 | 333 | 77 | 135 | 0 | 16 | 403 | 127 | 56 |
| Binary | 1010001 | 1111 | 11011011 | 111111 | 1011101 | 0 | 1110 | 100000011 | 1010111 | 101110 |
Color Harmonies of #510FDB
Complementary color
Monochromatic Colors of #510FDB
Black with #510FDB
Text Example
Text Example
White with #510FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510FDB; }
p { color: rgb(81,15,219); }
H1.HeaderClassName
{
color: #510FDB;
}
.AnyTagClassName
{
color: #510FDB;
}
</style>
background-color css
<style>
a { background-color: #510FDB; }
a { background-color: rgb(81,15,219); }
div.DivClassName
{
background-color: #510FDB;
}
.BgClassName
{
background-color: #510FDB;
}
</style>
border-color css
<style>
span { border-color: #510FDB; }
span { border-color: rgb(81,15,219); }
td.TdClassName
{
border-color: #510FDB;
}
.TagClassName
{
border-color: #510FDB;
}
</style>