Shades of Han Purple #4E16DA
Tints of Han Purple #4E16DA
RGB
CMYK
RGB Variations
Color information
#4E16DA (or 0x4E16DA) is known color: Han Purple. HEX triplet: 4E, 16 and DA. RGB value is (78,22,218). Sum of RGB (Red+Green+Blue) = 78+22+218=318 (42% of max value = 765). Red value is 78 (30.86% from 255 or 24.53% from 318); Green value is 22 (8.98% from 255 or 6.92% from 318); Blue value is 218 (85.55% from 255 or 68.55% from 318); Max value from RGB is 218 - color contains mainly: blue. Hex color #4E16DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4E16DA is #B1E925. Grayscale: #3C3C3C. Windows color (decimal): -11659558 or 14292558. OLE color: 14292558.
HSL color Cylindrical-coordinate representation of color #4E16DA: hue angle of 257.14º 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 #4E16DA is Cyan = 0.64, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 78 | 22 | 218 | - |
| CMYK | 0.64 | 0.90 | 0 | 0.15 |
| HSL | 257.14º | 0.82% | 0.47% | - |
| HSV(B) | 257.14º | 0.9% | 0.85% | - |
| XYZ | 16.08 | 7.26 | 66.88 | - |
| YUV | 61.09 | 216.55 | 140.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 22 | 218 | 0.64 | 0.90 | 0 | 0.15 | 257.14 | 0.82 | 0.47 |
| Hex | 4E | 16 | DA | 40 | 5A | 0 | F | 101 | 52 | 2F |
| Octal | 116 | 26 | 332 | 100 | 132 | 0 | 17 | 401 | 122 | 57 |
| Binary | 1001110 | 10110 | 11011010 | 1000000 | 1011010 | 0 | 1111 | 100000001 | 1010010 | 101111 |
Color Harmonies of #4E16DA
Complementary color
Monochromatic Colors of #4E16DA
Black with #4E16DA
Text Example
Text Example
White with #4E16DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E16DA; }
p { color: rgb(78,22,218); }
H1.HeaderClassName
{
color: #4E16DA;
}
.AnyTagClassName
{
color: #4E16DA;
}
</style>
background-color css
<style>
a { background-color: #4E16DA; }
a { background-color: rgb(78,22,218); }
div.DivClassName
{
background-color: #4E16DA;
}
.BgClassName
{
background-color: #4E16DA;
}
</style>
border-color css
<style>
span { border-color: #4E16DA; }
span { border-color: rgb(78,22,218); }
td.TdClassName
{
border-color: #4E16DA;
}
.TagClassName
{
border-color: #4E16DA;
}
</style>