Shades of Han Purple #5024DB
Tints of Han Purple #5024DB
RGB
CMYK
RGB Variations
Color information
#5024DB (or 0x5024DB) is known color: Han Purple. HEX triplet: 50, 24 and DB. RGB value is (80,36,219). Sum of RGB (Red+Green+Blue) = 80+36+219=335 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.88% from 335); Green value is 36 (14.45% from 255 or 10.75% from 335); Blue value is 219 (85.94% from 255 or 65.37% from 335); Max value from RGB is 219 - color contains mainly: blue. Hex color #5024DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5024DB is #AFDB24. Grayscale: #454545. Windows color (decimal): -11524901 or 14361680. OLE color: 14361680.
HSL color Cylindrical-coordinate representation of color #5024DB: hue angle of 254.43º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5024DB is Cyan = 0.63, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 80 | 36 | 219 | - |
| CMYK | 0.63 | 0.84 | 0 | 0.14 |
| HSL | 254.43º | 0.72% | 0.5% | - |
| HSV(B) | 254.43º | 0.84% | 0.86% | - |
| XYZ | 16.73 | 8.08 | 67.7 | - |
| YUV | 70.02 | 212.08 | 135.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 36 | 219 | 0.63 | 0.84 | 0 | 0.14 | 254.43 | 0.72 | 0.5 |
| Hex | 50 | 24 | DB | 3F | 54 | 0 | E | FE | 48 | 32 |
| Octal | 120 | 44 | 333 | 77 | 124 | 0 | 16 | 376 | 110 | 62 |
| Binary | 1010000 | 100100 | 11011011 | 111111 | 1010100 | 0 | 1110 | 11111110 | 1001000 | 110010 |
Color Harmonies of #5024DB
Complementary color
Monochromatic Colors of #5024DB
Black with #5024DB
Text Example
Text Example
White with #5024DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5024DB; }
p { color: rgb(80,36,219); }
H1.HeaderClassName
{
color: #5024DB;
}
.AnyTagClassName
{
color: #5024DB;
}
</style>
background-color css
<style>
a { background-color: #5024DB; }
a { background-color: rgb(80,36,219); }
div.DivClassName
{
background-color: #5024DB;
}
.BgClassName
{
background-color: #5024DB;
}
</style>
border-color css
<style>
span { border-color: #5024DB; }
span { border-color: rgb(80,36,219); }
td.TdClassName
{
border-color: #5024DB;
}
.TagClassName
{
border-color: #5024DB;
}
</style>