Shades of Han Purple #4916DF
Tints of Han Purple #4916DF
RGB
CMYK
RGB Variations
Color information
#4916DF (or 0x4916DF) is known color: Han Purple. HEX triplet: 49, 16 and DF. RGB value is (73,22,223). Sum of RGB (Red+Green+Blue) = 73+22+223=318 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.96% from 318); Green value is 22 (8.98% from 255 or 6.92% from 318); Blue value is 223 (87.5% from 255 or 70.13% from 318); Max value from RGB is 223 - color contains mainly: blue. Hex color #4916DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4916DF is #B6E920. Grayscale: #3B3B3B. Windows color (decimal): -11987233 or 14620233. OLE color: 14620233.
HSL color Cylindrical-coordinate representation of color #4916DF: hue angle of 255.22º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4916DF is Cyan = 0.67, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 73 | 22 | 223 | - |
| CMYK | 0.67 | 0.90 | 0 | 0.13 |
| HSL | 255.22º | 0.82% | 0.48% | - |
| HSV(B) | 255.22º | 0.9% | 0.87% | - |
| XYZ | 16.35 | 7.32 | 70.36 | - |
| YUV | 60.16 | 219.9 | 137.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 22 | 223 | 0.67 | 0.90 | 0 | 0.13 | 255.22 | 0.82 | 0.48 |
| Hex | 49 | 16 | DF | 43 | 5A | 0 | D | FF | 52 | 30 |
| Octal | 111 | 26 | 337 | 103 | 132 | 0 | 15 | 377 | 122 | 60 |
| Binary | 1001001 | 10110 | 11011111 | 1000011 | 1011010 | 0 | 1101 | 11111111 | 1010010 | 110000 |
Color Harmonies of #4916DF
Complementary color
Monochromatic Colors of #4916DF
Black with #4916DF
Text Example
Text Example
White with #4916DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4916DF; }
p { color: rgb(73,22,223); }
H1.HeaderClassName
{
color: #4916DF;
}
.AnyTagClassName
{
color: #4916DF;
}
</style>
background-color css
<style>
a { background-color: #4916DF; }
a { background-color: rgb(73,22,223); }
div.DivClassName
{
background-color: #4916DF;
}
.BgClassName
{
background-color: #4916DF;
}
</style>
border-color css
<style>
span { border-color: #4916DF; }
span { border-color: rgb(73,22,223); }
td.TdClassName
{
border-color: #4916DF;
}
.TagClassName
{
border-color: #4916DF;
}
</style>