Shades of Han Purple #4E29FF
Tints of Han Purple #4E29FF
RGB
CMYK
RGB Variations
Color information
#4E29FF (or 0x4E29FF) is known color: Han Purple. HEX triplet: 4E, 29 and FF. RGB value is (78,41,255). Sum of RGB (Red+Green+Blue) = 78+41+255=374 (49% of max value = 765). Red value is 78 (30.86% from 255 or 20.86% from 374); Green value is 41 (16.41% from 255 or 10.96% from 374); Blue value is 255 (100% from 255 or 68.18% from 374); Max value from RGB is 255 - color contains mainly: blue. Hex color #4E29FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4E29FF is #B1D600. Grayscale: #4B4B4B. Windows color (decimal): -11654657 or 16722254. OLE color: 16722254.
HSL color Cylindrical-coordinate representation of color #4E29FF: hue angle of 250.37º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4E29FF is Cyan = 0.69, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 78 | 41 | 255 | - |
| CMYK | 0.69 | 0.84 | 0 | 0 |
| HSL | 250.37º | 1% | 0.58% | - |
| HSV(B) | 250.37º | 0.84% | 1% | - |
| XYZ | 21.98 | 10.43 | 95.46 | - |
| YUV | 76.46 | 228.76 | 129.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 41 | 255 | 0.69 | 0.84 | 0 | 0 | 250.37 | 1 | 0.58 |
| Hex | 4E | 29 | FF | 45 | 54 | 0 | 0 | FA | 64 | 3A |
| Octal | 116 | 51 | 377 | 105 | 124 | 0 | 0 | 372 | 144 | 72 |
| Binary | 1001110 | 101001 | 11111111 | 1000101 | 1010100 | 0 | 0 | 11111010 | 1100100 | 111010 |
Color Harmonies of #4E29FF
Complementary color
Monochromatic Colors of #4E29FF
Black with #4E29FF
Text Example
Text Example
White with #4E29FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E29FF; }
p { color: rgb(78,41,255); }
H1.HeaderClassName
{
color: #4E29FF;
}
.AnyTagClassName
{
color: #4E29FF;
}
</style>
background-color css
<style>
a { background-color: #4E29FF; }
a { background-color: rgb(78,41,255); }
div.DivClassName
{
background-color: #4E29FF;
}
.BgClassName
{
background-color: #4E29FF;
}
</style>
border-color css
<style>
span { border-color: #4E29FF; }
span { border-color: rgb(78,41,255); }
td.TdClassName
{
border-color: #4E29FF;
}
.TagClassName
{
border-color: #4E29FF;
}
</style>