Shades of Han Purple #4E00DF
Tints of Han Purple #4E00DF
RGB
CMYK
RGB Variations
Color information
#4E00DF (or 0x4E00DF) is known color: Han Purple. HEX triplet: 4E, 00 and DF. RGB value is (78,0,223). Sum of RGB (Red+Green+Blue) = 78+0+223=301 (39% of max value = 765). Red value is 78 (30.86% from 255 or 25.91% from 301); Green value is 0 (0.39% from 255 or 0% from 301); Blue value is 223 (87.5% from 255 or 74.09% from 301); Max value from RGB is 223 - color contains mainly: blue. Hex color #4E00DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4E00DF is #B1FF20. Grayscale: #2F2F2F. Windows color (decimal): -11665185 or 14614606. OLE color: 14614606.
HSL color Cylindrical-coordinate representation of color #4E00DF: hue angle of 260.99º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4E00DF is Cyan = 0.65, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 78 | 0 | 223 | - |
| CMYK | 0.65 | 1 | 0 | 0.13 |
| HSL | 260.99º | 1% | 0.44% | - |
| HSV(B) | 260.99º | 1% | 0.87% | - |
| XYZ | 16.46 | 6.95 | 70.29 | - |
| YUV | 48.74 | 226.34 | 148.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 0 | 223 | 0.65 | 1 | 0 | 0.13 | 260.99 | 1 | 0.44 |
| Hex | 4E | 0 | DF | 41 | 64 | 0 | D | 105 | 64 | 2C |
| Octal | 116 | 0 | 337 | 101 | 144 | 0 | 15 | 405 | 144 | 54 |
| Binary | 1001110 | 0 | 11011111 | 1000001 | 1100100 | 0 | 1101 | 100000101 | 1100100 | 101100 |
Color Harmonies of #4E00DF
Complementary color
Monochromatic Colors of #4E00DF
Black with #4E00DF
Text Example
Text Example
White with #4E00DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E00DF; }
p { color: rgb(78,0,223); }
H1.HeaderClassName
{
color: #4E00DF;
}
.AnyTagClassName
{
color: #4E00DF;
}
</style>
background-color css
<style>
a { background-color: #4E00DF; }
a { background-color: rgb(78,0,223); }
div.DivClassName
{
background-color: #4E00DF;
}
.BgClassName
{
background-color: #4E00DF;
}
</style>
border-color css
<style>
span { border-color: #4E00DF; }
span { border-color: rgb(78,0,223); }
td.TdClassName
{
border-color: #4E00DF;
}
.TagClassName
{
border-color: #4E00DF;
}
</style>