Shades of Han Purple #4916DA
Tints of Han Purple #4916DA
RGB
CMYK
RGB Variations
Color information
#4916DA (or 0x4916DA) is known color: Han Purple. HEX triplet: 49, 16 and DA. RGB value is (73,22,218). Sum of RGB (Red+Green+Blue) = 73+22+218=313 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.32% from 313); Green value is 22 (8.98% from 255 or 7.03% from 313); Blue value is 218 (85.55% from 255 or 69.65% from 313); Max value from RGB is 218 - color contains mainly: blue. Hex color #4916DA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4916DA is #B6E925. Grayscale: #3A3A3A. Windows color (decimal): -11987238 or 14292553. OLE color: 14292553.
HSL color Cylindrical-coordinate representation of color #4916DA: hue angle of 255.61º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4916DA is Cyan = 0.67, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 73 | 22 | 218 | - |
| CMYK | 0.67 | 0.90 | 0 | 0.15 |
| HSL | 255.61º | 0.82% | 0.47% | - |
| HSV(B) | 255.61º | 0.9% | 0.85% | - |
| XYZ | 15.69 | 7.05 | 66.86 | - |
| YUV | 59.59 | 217.4 | 137.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 22 | 218 | 0.67 | 0.90 | 0 | 0.15 | 255.61 | 0.82 | 0.47 |
| Hex | 49 | 16 | DA | 43 | 5A | 0 | F | 100 | 52 | 2F |
| Octal | 111 | 26 | 332 | 103 | 132 | 0 | 17 | 400 | 122 | 57 |
| Binary | 1001001 | 10110 | 11011010 | 1000011 | 1011010 | 0 | 1111 | 100000000 | 1010010 | 101111 |
Color Harmonies of #4916DA
Complementary color
Monochromatic Colors of #4916DA
Black with #4916DA
Text Example
Text Example
White with #4916DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4916DA; }
p { color: rgb(73,22,218); }
H1.HeaderClassName
{
color: #4916DA;
}
.AnyTagClassName
{
color: #4916DA;
}
</style>
background-color css
<style>
a { background-color: #4916DA; }
a { background-color: rgb(73,22,218); }
div.DivClassName
{
background-color: #4916DA;
}
.BgClassName
{
background-color: #4916DA;
}
</style>
border-color css
<style>
span { border-color: #4916DA; }
span { border-color: rgb(73,22,218); }
td.TdClassName
{
border-color: #4916DA;
}
.TagClassName
{
border-color: #4916DA;
}
</style>