Shades of Han Purple #4916DC
Tints of Han Purple #4916DC
RGB
CMYK
RGB Variations
Color information
#4916DC (or 0x4916DC) is known color: Han Purple. HEX triplet: 49, 16 and DC. RGB value is (73,22,220). Sum of RGB (Red+Green+Blue) = 73+22+220=315 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.17% from 315); Green value is 22 (8.98% from 255 or 6.98% from 315); Blue value is 220 (86.33% from 255 or 69.84% from 315); Max value from RGB is 220 - color contains mainly: blue. Hex color #4916DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4916DC is #B6E923. Grayscale: #3B3B3B. Windows color (decimal): -11987236 or 14423625. OLE color: 14423625.
HSL color Cylindrical-coordinate representation of color #4916DC: hue angle of 255.45º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4916DC is Cyan = 0.67, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 73 | 22 | 220 | - |
| CMYK | 0.67 | 0.9 | 0 | 0.14 |
| HSL | 255.45º | 0.82% | 0.47% | - |
| HSV(B) | 255.45º | 0.9% | 0.86% | - |
| XYZ | 15.95 | 7.16 | 68.25 | - |
| YUV | 59.82 | 218.4 | 137.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 22 | 220 | 0.67 | 0.9 | 0 | 0.14 | 255.45 | 0.82 | 0.47 |
| Hex | 49 | 16 | DC | 43 | 5A | 0 | E | FF | 52 | 2F |
| Octal | 111 | 26 | 334 | 103 | 132 | 0 | 16 | 377 | 122 | 57 |
| Binary | 1001001 | 10110 | 11011100 | 1000011 | 1011010 | 0 | 1110 | 11111111 | 1010010 | 101111 |
Color Harmonies of #4916DC
Complementary color
Monochromatic Colors of #4916DC
Black with #4916DC
Text Example
Text Example
White with #4916DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4916DC; }
p { color: rgb(73,22,220); }
H1.HeaderClassName
{
color: #4916DC;
}
.AnyTagClassName
{
color: #4916DC;
}
</style>
background-color css
<style>
a { background-color: #4916DC; }
a { background-color: rgb(73,22,220); }
div.DivClassName
{
background-color: #4916DC;
}
.BgClassName
{
background-color: #4916DC;
}
</style>
border-color css
<style>
span { border-color: #4916DC; }
span { border-color: rgb(73,22,220); }
td.TdClassName
{
border-color: #4916DC;
}
.TagClassName
{
border-color: #4916DC;
}
</style>