Shades of Han Purple #4F29EC
Tints of Han Purple #4F29EC
RGB
CMYK
RGB Variations
Color information
#4F29EC (or 0x4F29EC) is known color: Han Purple. HEX triplet: 4F, 29 and EC. RGB value is (79,41,236). Sum of RGB (Red+Green+Blue) = 79+41+236=356 (47% of max value = 765). Red value is 79 (31.25% from 255 or 22.19% from 356); Green value is 41 (16.41% from 255 or 11.52% from 356); Blue value is 236 (92.58% from 255 or 66.29% from 356); Max value from RGB is 236 - color contains mainly: blue. Hex color #4F29EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4F29EC is #B0D613. Grayscale: #494949. Windows color (decimal): -11589140 or 15477071. OLE color: 15477071.
HSL color Cylindrical-coordinate representation of color #4F29EC: hue angle of 251.69º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4F29EC is Cyan = 0.67, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 79 | 41 | 236 | - |
| CMYK | 0.67 | 0.83 | 0 | 0.07 |
| HSL | 251.69º | 0.84% | 0.54% | - |
| HSV(B) | 251.69º | 0.83% | 0.93% | - |
| XYZ | 19.16 | 9.3 | 80.14 | - |
| YUV | 74.59 | 219.09 | 131.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 41 | 236 | 0.67 | 0.83 | 0 | 0.07 | 251.69 | 0.84 | 0.54 |
| Hex | 4F | 29 | EC | 43 | 53 | 0 | 7 | FC | 54 | 36 |
| Octal | 117 | 51 | 354 | 103 | 123 | 0 | 7 | 374 | 124 | 66 |
| Binary | 1001111 | 101001 | 11101100 | 1000011 | 1010011 | 0 | 111 | 11111100 | 1010100 | 110110 |
Color Harmonies of #4F29EC
Complementary color
Monochromatic Colors of #4F29EC
Black with #4F29EC
Text Example
Text Example
White with #4F29EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F29EC; }
p { color: rgb(79,41,236); }
H1.HeaderClassName
{
color: #4F29EC;
}
.AnyTagClassName
{
color: #4F29EC;
}
</style>
background-color css
<style>
a { background-color: #4F29EC; }
a { background-color: rgb(79,41,236); }
div.DivClassName
{
background-color: #4F29EC;
}
.BgClassName
{
background-color: #4F29EC;
}
</style>
border-color css
<style>
span { border-color: #4F29EC; }
span { border-color: rgb(79,41,236); }
td.TdClassName
{
border-color: #4F29EC;
}
.TagClassName
{
border-color: #4F29EC;
}
</style>