Shades of Han Purple #4E12DF
Tints of Han Purple #4E12DF
RGB
CMYK
RGB Variations
Color information
#4E12DF (or 0x4E12DF) is known color: Han Purple. HEX triplet: 4E, 12 and DF. RGB value is (78,18,223). Sum of RGB (Red+Green+Blue) = 78+18+223=319 (42% of max value = 765). Red value is 78 (30.86% from 255 or 24.45% from 319); Green value is 18 (7.42% from 255 or 5.64% from 319); Blue value is 223 (87.5% from 255 or 69.91% from 319); Max value from RGB is 223 - color contains mainly: blue. Hex color #4E12DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4E12DF is #B1ED20. Grayscale: #3A3A3A. Windows color (decimal): -11660577 or 14619214. OLE color: 14619214.
HSL color Cylindrical-coordinate representation of color #4E12DF: hue angle of 257.56º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4E12DF is Cyan = 0.65, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 78 | 18 | 223 | - |
| CMYK | 0.65 | 0.92 | 0 | 0.13 |
| HSL | 257.56º | 0.85% | 0.47% | - |
| HSV(B) | 257.56º | 0.92% | 0.87% | - |
| XYZ | 16.68 | 7.38 | 70.36 | - |
| YUV | 59.31 | 220.38 | 141.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 18 | 223 | 0.65 | 0.92 | 0 | 0.13 | 257.56 | 0.85 | 0.47 |
| Hex | 4E | 12 | DF | 41 | 5C | 0 | D | 102 | 55 | 2F |
| Octal | 116 | 22 | 337 | 101 | 134 | 0 | 15 | 402 | 125 | 57 |
| Binary | 1001110 | 10010 | 11011111 | 1000001 | 1011100 | 0 | 1101 | 100000010 | 1010101 | 101111 |
Color Harmonies of #4E12DF
Complementary color
Monochromatic Colors of #4E12DF
Black with #4E12DF
Text Example
Text Example
White with #4E12DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E12DF; }
p { color: rgb(78,18,223); }
H1.HeaderClassName
{
color: #4E12DF;
}
.AnyTagClassName
{
color: #4E12DF;
}
</style>
background-color css
<style>
a { background-color: #4E12DF; }
a { background-color: rgb(78,18,223); }
div.DivClassName
{
background-color: #4E12DF;
}
.BgClassName
{
background-color: #4E12DF;
}
</style>
border-color css
<style>
span { border-color: #4E12DF; }
span { border-color: rgb(78,18,223); }
td.TdClassName
{
border-color: #4E12DF;
}
.TagClassName
{
border-color: #4E12DF;
}
</style>