Shades of Han Purple #4927DB
Tints of Han Purple #4927DB
RGB
CMYK
RGB Variations
Color information
#4927DB (or 0x4927DB) is known color: Han Purple. HEX triplet: 49, 27 and DB. RGB value is (73,39,219). Sum of RGB (Red+Green+Blue) = 73+39+219=331 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.05% from 331); Green value is 39 (15.62% from 255 or 11.78% from 331); Blue value is 219 (85.94% from 255 or 66.16% from 331); Max value from RGB is 219 - color contains mainly: blue. Hex color #4927DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4927DB is #B6D824. Grayscale: #454545. Windows color (decimal): -11982885 or 14362441. OLE color: 14362441.
HSL color Cylindrical-coordinate representation of color #4927DB: hue angle of 251.33º 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 #4927DB is Cyan = 0.67, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 73 | 39 | 219 | - |
| CMYK | 0.67 | 0.82 | 0 | 0.14 |
| HSL | 251.33º | 0.71% | 0.51% | - |
| HSV(B) | 251.33º | 0.82% | 0.86% | - |
| XYZ | 16.26 | 7.98 | 67.7 | - |
| YUV | 69.69 | 212.26 | 130.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 39 | 219 | 0.67 | 0.82 | 0 | 0.14 | 251.33 | 0.71 | 0.51 |
| Hex | 49 | 27 | DB | 43 | 52 | 0 | E | FB | 47 | 33 |
| Octal | 111 | 47 | 333 | 103 | 122 | 0 | 16 | 373 | 107 | 63 |
| Binary | 1001001 | 100111 | 11011011 | 1000011 | 1010010 | 0 | 1110 | 11111011 | 1000111 | 110011 |
Color Harmonies of #4927DB
Complementary color
Monochromatic Colors of #4927DB
Black with #4927DB
Text Example
Text Example
White with #4927DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4927DB; }
p { color: rgb(73,39,219); }
H1.HeaderClassName
{
color: #4927DB;
}
.AnyTagClassName
{
color: #4927DB;
}
</style>
background-color css
<style>
a { background-color: #4927DB; }
a { background-color: rgb(73,39,219); }
div.DivClassName
{
background-color: #4927DB;
}
.BgClassName
{
background-color: #4927DB;
}
</style>
border-color css
<style>
span { border-color: #4927DB; }
span { border-color: rgb(73,39,219); }
td.TdClassName
{
border-color: #4927DB;
}
.TagClassName
{
border-color: #4927DB;
}
</style>