Shades of Han Purple #500FDB
Tints of Han Purple #500FDB
RGB
CMYK
RGB Variations
Color information
#500FDB (or 0x500FDB) is known color: Han Purple. HEX triplet: 50, 0F and DB. RGB value is (80,15,219). Sum of RGB (Red+Green+Blue) = 80+15+219=314 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.48% from 314); Green value is 15 (6.25% from 255 or 4.78% from 314); Blue value is 219 (85.94% from 255 or 69.75% from 314); Max value from RGB is 219 - color contains mainly: blue. Hex color #500FDB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #500FDB is #AFF024. Grayscale: #383838. Windows color (decimal): -11530277 or 14356304. OLE color: 14356304.
HSL color Cylindrical-coordinate representation of color #500FDB: hue angle of 259.12º 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 #500FDB is Cyan = 0.63, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 80 | 15 | 219 | - |
| CMYK | 0.63 | 0.93 | 0 | 0.14 |
| HSL | 259.12º | 0.87% | 0.46% | - |
| HSV(B) | 259.12º | 0.93% | 0.86% | - |
| XYZ | 16.27 | 7.16 | 67.54 | - |
| YUV | 57.69 | 219.03 | 143.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 15 | 219 | 0.63 | 0.93 | 0 | 0.14 | 259.12 | 0.87 | 0.46 |
| Hex | 50 | F | DB | 3F | 5D | 0 | E | 103 | 57 | 2E |
| Octal | 120 | 17 | 333 | 77 | 135 | 0 | 16 | 403 | 127 | 56 |
| Binary | 1010000 | 1111 | 11011011 | 111111 | 1011101 | 0 | 1110 | 100000011 | 1010111 | 101110 |
Color Harmonies of #500FDB
Complementary color
Monochromatic Colors of #500FDB
Black with #500FDB
Text Example
Text Example
White with #500FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500FDB; }
p { color: rgb(80,15,219); }
H1.HeaderClassName
{
color: #500FDB;
}
.AnyTagClassName
{
color: #500FDB;
}
</style>
background-color css
<style>
a { background-color: #500FDB; }
a { background-color: rgb(80,15,219); }
div.DivClassName
{
background-color: #500FDB;
}
.BgClassName
{
background-color: #500FDB;
}
</style>
border-color css
<style>
span { border-color: #500FDB; }
span { border-color: rgb(80,15,219); }
td.TdClassName
{
border-color: #500FDB;
}
.TagClassName
{
border-color: #500FDB;
}
</style>