Shades of Han Purple #4926DB
Tints of Han Purple #4926DB
RGB
CMYK
RGB Variations
Color information
#4926DB (or 0x4926DB) is known color: Han Purple. HEX triplet: 49, 26 and DB. RGB value is (73,38,219). Sum of RGB (Red+Green+Blue) = 73+38+219=330 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.12% from 330); Green value is 38 (15.23% from 255 or 11.52% from 330); Blue value is 219 (85.94% from 255 or 66.36% from 330); Max value from RGB is 219 - color contains mainly: blue. Hex color #4926DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4926DB is #B6D924. Grayscale: #444444. Windows color (decimal): -11983141 or 14362185. OLE color: 14362185.
HSL color Cylindrical-coordinate representation of color #4926DB: hue angle of 251.6º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4926DB is Cyan = 0.67, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 73 | 38 | 219 | - |
| CMYK | 0.67 | 0.83 | 0 | 0.14 |
| HSL | 251.6º | 0.72% | 0.5% | - |
| HSV(B) | 251.6º | 0.83% | 0.86% | - |
| XYZ | 16.23 | 7.92 | 67.69 | - |
| YUV | 69.1 | 212.6 | 130.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 38 | 219 | 0.67 | 0.83 | 0 | 0.14 | 251.6 | 0.72 | 0.5 |
| Hex | 49 | 26 | DB | 43 | 53 | 0 | E | FC | 48 | 32 |
| Octal | 111 | 46 | 333 | 103 | 123 | 0 | 16 | 374 | 110 | 62 |
| Binary | 1001001 | 100110 | 11011011 | 1000011 | 1010011 | 0 | 1110 | 11111100 | 1001000 | 110010 |
Color Harmonies of #4926DB
Complementary color
Monochromatic Colors of #4926DB
Black with #4926DB
Text Example
Text Example
White with #4926DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4926DB; }
p { color: rgb(73,38,219); }
H1.HeaderClassName
{
color: #4926DB;
}
.AnyTagClassName
{
color: #4926DB;
}
</style>
background-color css
<style>
a { background-color: #4926DB; }
a { background-color: rgb(73,38,219); }
div.DivClassName
{
background-color: #4926DB;
}
.BgClassName
{
background-color: #4926DB;
}
</style>
border-color css
<style>
span { border-color: #4926DB; }
span { border-color: rgb(73,38,219); }
td.TdClassName
{
border-color: #4926DB;
}
.TagClassName
{
border-color: #4926DB;
}
</style>