Shades of Han Purple #5005DB
Tints of Han Purple #5005DB
RGB
CMYK
RGB Variations
Color information
#5005DB (or 0x5005DB) is known color: Han Purple. HEX triplet: 50, 05 and DB. RGB value is (80,5,219). Sum of RGB (Red+Green+Blue) = 80+5+219=304 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.32% from 304); Green value is 5 (2.34% from 255 or 1.64% from 304); Blue value is 219 (85.94% from 255 or 72.04% from 304); Max value from RGB is 219 - color contains mainly: blue. Hex color #5005DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5005DB is #AFFA24. Grayscale: #333333. Windows color (decimal): -11532837 or 14353744. OLE color: 14353744.
HSL color Cylindrical-coordinate representation of color #5005DB: hue angle of 261.03º 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 #5005DB is Cyan = 0.63, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 80 | 5 | 219 | - |
| CMYK | 0.63 | 0.98 | 0 | 0.14 |
| HSL | 261.03º | 0.96% | 0.44% | - |
| HSV(B) | 261.03º | 0.98% | 0.86% | - |
| XYZ | 16.15 | 6.93 | 67.5 | - |
| YUV | 51.82 | 222.35 | 148.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 5 | 219 | 0.63 | 0.98 | 0 | 0.14 | 261.03 | 0.96 | 0.44 |
| Hex | 50 | 5 | DB | 3F | 62 | 0 | E | 105 | 60 | 2C |
| Octal | 120 | 5 | 333 | 77 | 142 | 0 | 16 | 405 | 140 | 54 |
| Binary | 1010000 | 101 | 11011011 | 111111 | 1100010 | 0 | 1110 | 100000101 | 1100000 | 101100 |
Color Harmonies of #5005DB
Complementary color
Monochromatic Colors of #5005DB
Black with #5005DB
Text Example
Text Example
White with #5005DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5005DB; }
p { color: rgb(80,5,219); }
H1.HeaderClassName
{
color: #5005DB;
}
.AnyTagClassName
{
color: #5005DB;
}
</style>
background-color css
<style>
a { background-color: #5005DB; }
a { background-color: rgb(80,5,219); }
div.DivClassName
{
background-color: #5005DB;
}
.BgClassName
{
background-color: #5005DB;
}
</style>
border-color css
<style>
span { border-color: #5005DB; }
span { border-color: rgb(80,5,219); }
td.TdClassName
{
border-color: #5005DB;
}
.TagClassName
{
border-color: #5005DB;
}
</style>