Shades of Han Purple #5004DB
Tints of Han Purple #5004DB
RGB
CMYK
RGB Variations
Color information
#5004DB (or 0x5004DB) is known color: Han Purple. HEX triplet: 50, 04 and DB. RGB value is (80,4,219). Sum of RGB (Red+Green+Blue) = 80+4+219=303 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.40% from 303); Green value is 4 (1.95% from 255 or 1.32% from 303); Blue value is 219 (85.94% from 255 or 72.28% from 303); Max value from RGB is 219 - color contains mainly: blue. Hex color #5004DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5004DB is #AFFB24. Grayscale: #323232. Windows color (decimal): -11533093 or 14353488. OLE color: 14353488.
HSL color Cylindrical-coordinate representation of color #5004DB: hue angle of 261.21º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5004DB is Cyan = 0.63, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 80 | 4 | 219 | - |
| CMYK | 0.63 | 0.98 | 0 | 0.14 |
| HSL | 261.21º | 0.96% | 0.44% | - |
| HSV(B) | 261.21º | 0.98% | 0.86% | - |
| XYZ | 16.14 | 6.91 | 67.5 | - |
| YUV | 51.23 | 222.68 | 148.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 4 | 219 | 0.63 | 0.98 | 0 | 0.14 | 261.21 | 0.96 | 0.44 |
| Hex | 50 | 4 | DB | 3F | 62 | 0 | E | 105 | 60 | 2C |
| Octal | 120 | 4 | 333 | 77 | 142 | 0 | 16 | 405 | 140 | 54 |
| Binary | 1010000 | 100 | 11011011 | 111111 | 1100010 | 0 | 1110 | 100000101 | 1100000 | 101100 |
Color Harmonies of #5004DB
Complementary color
Monochromatic Colors of #5004DB
Black with #5004DB
Text Example
Text Example
White with #5004DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5004DB; }
p { color: rgb(80,4,219); }
H1.HeaderClassName
{
color: #5004DB;
}
.AnyTagClassName
{
color: #5004DB;
}
</style>
background-color css
<style>
a { background-color: #5004DB; }
a { background-color: rgb(80,4,219); }
div.DivClassName
{
background-color: #5004DB;
}
.BgClassName
{
background-color: #5004DB;
}
</style>
border-color css
<style>
span { border-color: #5004DB; }
span { border-color: rgb(80,4,219); }
td.TdClassName
{
border-color: #5004DB;
}
.TagClassName
{
border-color: #5004DB;
}
</style>