Shades of Han Purple #5003DB
Tints of Han Purple #5003DB
RGB
CMYK
RGB Variations
Color information
#5003DB (or 0x5003DB) is known color: Han Purple. HEX triplet: 50, 03 and DB. RGB value is (80,3,219). Sum of RGB (Red+Green+Blue) = 80+3+219=302 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.49% from 302); Green value is 3 (1.56% from 255 or 0.99% from 302); Blue value is 219 (85.94% from 255 or 72.52% from 302); Max value from RGB is 219 - color contains mainly: blue. Hex color #5003DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5003DB is #AFFC24. Grayscale: #313131. Windows color (decimal): -11533349 or 14353232. OLE color: 14353232.
HSL color Cylindrical-coordinate representation of color #5003DB: hue angle of 261.39º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5003DB is Cyan = 0.63, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 80 | 3 | 219 | - |
| CMYK | 0.63 | 0.99 | 0 | 0.14 |
| HSL | 261.39º | 0.97% | 0.44% | - |
| HSV(B) | 261.39º | 0.99% | 0.86% | - |
| XYZ | 16.13 | 6.89 | 67.5 | - |
| YUV | 50.65 | 223.01 | 148.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 3 | 219 | 0.63 | 0.99 | 0 | 0.14 | 261.39 | 0.97 | 0.44 |
| Hex | 50 | 3 | DB | 3F | 63 | 0 | E | 105 | 61 | 2C |
| Octal | 120 | 3 | 333 | 77 | 143 | 0 | 16 | 405 | 141 | 54 |
| Binary | 1010000 | 11 | 11011011 | 111111 | 1100011 | 0 | 1110 | 100000101 | 1100001 | 101100 |
Color Harmonies of #5003DB
Complementary color
Monochromatic Colors of #5003DB
Black with #5003DB
Text Example
Text Example
White with #5003DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5003DB; }
p { color: rgb(80,3,219); }
H1.HeaderClassName
{
color: #5003DB;
}
.AnyTagClassName
{
color: #5003DB;
}
</style>
background-color css
<style>
a { background-color: #5003DB; }
a { background-color: rgb(80,3,219); }
div.DivClassName
{
background-color: #5003DB;
}
.BgClassName
{
background-color: #5003DB;
}
</style>
border-color css
<style>
span { border-color: #5003DB; }
span { border-color: rgb(80,3,219); }
td.TdClassName
{
border-color: #5003DB;
}
.TagClassName
{
border-color: #5003DB;
}
</style>