Shades of Han Purple #4616DA
Tints of Han Purple #4616DA
RGB
CMYK
RGB Variations
Color information
#4616DA (or 0x4616DA) is known color: Han Purple. HEX triplet: 46, 16 and DA. RGB value is (70,22,218). Sum of RGB (Red+Green+Blue) = 70+22+218=310 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.58% from 310); Green value is 22 (8.98% from 255 or 7.10% from 310); Blue value is 218 (85.55% from 255 or 70.32% from 310); Max value from RGB is 218 - color contains mainly: blue. Hex color #4616DA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4616DA is #B9E925. Grayscale: #393939. Windows color (decimal): -12183846 or 14292550. OLE color: 14292550.
HSL color Cylindrical-coordinate representation of color #4616DA: hue angle of 254.69º 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 #4616DA is Cyan = 0.68, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 70 | 22 | 218 | - |
| CMYK | 0.68 | 0.90 | 0 | 0.15 |
| HSL | 254.69º | 0.82% | 0.47% | - |
| HSV(B) | 254.69º | 0.9% | 0.85% | - |
| XYZ | 15.47 | 6.94 | 66.85 | - |
| YUV | 58.7 | 217.9 | 136.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 22 | 218 | 0.68 | 0.90 | 0 | 0.15 | 254.69 | 0.82 | 0.47 |
| Hex | 46 | 16 | DA | 44 | 5A | 0 | F | FF | 52 | 2F |
| Octal | 106 | 26 | 332 | 104 | 132 | 0 | 17 | 377 | 122 | 57 |
| Binary | 1000110 | 10110 | 11011010 | 1000100 | 1011010 | 0 | 1111 | 11111111 | 1010010 | 101111 |
Color Harmonies of #4616DA
Complementary color
Monochromatic Colors of #4616DA
Black with #4616DA
Text Example
Text Example
White with #4616DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4616DA; }
p { color: rgb(70,22,218); }
H1.HeaderClassName
{
color: #4616DA;
}
.AnyTagClassName
{
color: #4616DA;
}
</style>
background-color css
<style>
a { background-color: #4616DA; }
a { background-color: rgb(70,22,218); }
div.DivClassName
{
background-color: #4616DA;
}
.BgClassName
{
background-color: #4616DA;
}
</style>
border-color css
<style>
span { border-color: #4616DA; }
span { border-color: rgb(70,22,218); }
td.TdClassName
{
border-color: #4616DA;
}
.TagClassName
{
border-color: #4616DA;
}
</style>