Shades of Han Purple #4E00D3
Tints of Han Purple #4E00D3
RGB
CMYK
RGB Variations
Color information
#4E00D3 (or 0x4E00D3) is known color: Han Purple. HEX triplet: 4E, 00 and D3. RGB value is (78,0,211). Sum of RGB (Red+Green+Blue) = 78+0+211=289 (38% of max value = 765). Red value is 78 (30.86% from 255 or 26.99% from 289); Green value is 0 (0.39% from 255 or 0% from 289); Blue value is 211 (82.81% from 255 or 73.01% from 289); Max value from RGB is 211 - color contains mainly: blue. Hex color #4E00D3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4E00D3 is #B1FF2C. Grayscale: #2E2E2E. Windows color (decimal): -11665197 or 13828174. OLE color: 13828174.
HSL color Cylindrical-coordinate representation of color #4E00D3: hue angle of 262.18º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4E00D3 is Cyan = 0.63, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 78 | 0 | 211 | - |
| CMYK | 0.63 | 1 | 0 | 0.17 |
| HSL | 262.18º | 1% | 0.41% | - |
| HSV(B) | 262.18º | 1% | 0.83% | - |
| XYZ | 14.9 | 6.32 | 62.06 | - |
| YUV | 47.38 | 220.34 | 149.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 0 | 211 | 0.63 | 1 | 0 | 0.17 | 262.18 | 1 | 0.41 |
| Hex | 4E | 0 | D3 | 3F | 64 | 0 | 11 | 106 | 64 | 29 |
| Octal | 116 | 0 | 323 | 77 | 144 | 0 | 21 | 406 | 144 | 51 |
| Binary | 1001110 | 0 | 11010011 | 111111 | 1100100 | 0 | 10001 | 100000110 | 1100100 | 101001 |
Color Harmonies of #4E00D3
Complementary color
Monochromatic Colors of #4E00D3
Black with #4E00D3
Text Example
Text Example
White with #4E00D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E00D3; }
p { color: rgb(78,0,211); }
H1.HeaderClassName
{
color: #4E00D3;
}
.AnyTagClassName
{
color: #4E00D3;
}
</style>
background-color css
<style>
a { background-color: #4E00D3; }
a { background-color: rgb(78,0,211); }
div.DivClassName
{
background-color: #4E00D3;
}
.BgClassName
{
background-color: #4E00D3;
}
</style>
border-color css
<style>
span { border-color: #4E00D3; }
span { border-color: rgb(78,0,211); }
td.TdClassName
{
border-color: #4E00D3;
}
.TagClassName
{
border-color: #4E00D3;
}
</style>