Shades of Han Purple #5027DB
Tints of Han Purple #5027DB
RGB
CMYK
RGB Variations
Color information
#5027DB (or 0x5027DB) is known color: Han Purple. HEX triplet: 50, 27 and DB. RGB value is (80,39,219). Sum of RGB (Red+Green+Blue) = 80+39+219=338 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.67% from 338); Green value is 39 (15.62% from 255 or 11.54% from 338); Blue value is 219 (85.94% from 255 or 64.79% from 338); Max value from RGB is 219 - color contains mainly: blue. Hex color #5027DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5027DB is #AFD824. Grayscale: #474747. Windows color (decimal): -11524133 or 14362448. OLE color: 14362448.
HSL color Cylindrical-coordinate representation of color #5027DB: hue angle of 253.67º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5027DB is Cyan = 0.63, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 80 | 39 | 219 | - |
| CMYK | 0.63 | 0.82 | 0 | 0.14 |
| HSL | 253.67º | 0.71% | 0.51% | - |
| HSV(B) | 253.67º | 0.82% | 0.86% | - |
| XYZ | 16.82 | 8.27 | 67.73 | - |
| YUV | 71.78 | 211.08 | 133.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 39 | 219 | 0.63 | 0.82 | 0 | 0.14 | 253.67 | 0.71 | 0.51 |
| Hex | 50 | 27 | DB | 3F | 52 | 0 | E | FE | 47 | 33 |
| Octal | 120 | 47 | 333 | 77 | 122 | 0 | 16 | 376 | 107 | 63 |
| Binary | 1010000 | 100111 | 11011011 | 111111 | 1010010 | 0 | 1110 | 11111110 | 1000111 | 110011 |
Color Harmonies of #5027DB
Complementary color
Monochromatic Colors of #5027DB
Black with #5027DB
Text Example
Text Example
White with #5027DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5027DB; }
p { color: rgb(80,39,219); }
H1.HeaderClassName
{
color: #5027DB;
}
.AnyTagClassName
{
color: #5027DB;
}
</style>
background-color css
<style>
a { background-color: #5027DB; }
a { background-color: rgb(80,39,219); }
div.DivClassName
{
background-color: #5027DB;
}
.BgClassName
{
background-color: #5027DB;
}
</style>
border-color css
<style>
span { border-color: #5027DB; }
span { border-color: rgb(80,39,219); }
td.TdClassName
{
border-color: #5027DB;
}
.TagClassName
{
border-color: #5027DB;
}
</style>