Shades of Han Purple #4E07DA
Tints of Han Purple #4E07DA
RGB
CMYK
RGB Variations
Color information
#4E07DA (or 0x4E07DA) is known color: Han Purple. HEX triplet: 4E, 07 and DA. RGB value is (78,7,218). Sum of RGB (Red+Green+Blue) = 78+7+218=303 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.74% from 303); Green value is 7 (3.12% from 255 or 2.31% from 303); Blue value is 218 (85.55% from 255 or 71.95% from 303); Max value from RGB is 218 - color contains mainly: blue. Hex color #4E07DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4E07DA is #B1F825. Grayscale: #333333. Windows color (decimal): -11663398 or 14288718. OLE color: 14288718.
HSL color Cylindrical-coordinate representation of color #4E07DA: hue angle of 260.19º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4E07DA is Cyan = 0.64, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 78 | 7 | 218 | - |
| CMYK | 0.64 | 0.97 | 0 | 0.15 |
| HSL | 260.19º | 0.94% | 0.44% | - |
| HSV(B) | 260.19º | 0.97% | 0.85% | - |
| XYZ | 15.87 | 6.83 | 66.81 | - |
| YUV | 52.28 | 221.52 | 146.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 7 | 218 | 0.64 | 0.97 | 0 | 0.15 | 260.19 | 0.94 | 0.44 |
| Hex | 4E | 7 | DA | 40 | 61 | 0 | F | 104 | 5E | 2C |
| Octal | 116 | 7 | 332 | 100 | 141 | 0 | 17 | 404 | 136 | 54 |
| Binary | 1001110 | 111 | 11011010 | 1000000 | 1100001 | 0 | 1111 | 100000100 | 1011110 | 101100 |
Color Harmonies of #4E07DA
Complementary color
Monochromatic Colors of #4E07DA
Black with #4E07DA
Text Example
Text Example
White with #4E07DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E07DA; }
p { color: rgb(78,7,218); }
H1.HeaderClassName
{
color: #4E07DA;
}
.AnyTagClassName
{
color: #4E07DA;
}
</style>
background-color css
<style>
a { background-color: #4E07DA; }
a { background-color: rgb(78,7,218); }
div.DivClassName
{
background-color: #4E07DA;
}
.BgClassName
{
background-color: #4E07DA;
}
</style>
border-color css
<style>
span { border-color: #4E07DA; }
span { border-color: rgb(78,7,218); }
td.TdClassName
{
border-color: #4E07DA;
}
.TagClassName
{
border-color: #4E07DA;
}
</style>