Shades of Han Purple #4F29DD
Tints of Han Purple #4F29DD
RGB
CMYK
RGB Variations
Color information
#4F29DD (or 0x4F29DD) is known color: Han Purple. HEX triplet: 4F, 29 and DD. RGB value is (79,41,221). Sum of RGB (Red+Green+Blue) = 79+41+221=341 (45% of max value = 765). Red value is 79 (31.25% from 255 or 23.17% from 341); Green value is 41 (16.41% from 255 or 12.02% from 341); Blue value is 221 (86.72% from 255 or 64.81% from 341); Max value from RGB is 221 - color contains mainly: blue. Hex color #4F29DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F29DD is #B0D622. Grayscale: #484848. Windows color (decimal): -11589155 or 14494031. OLE color: 14494031.
HSL color Cylindrical-coordinate representation of color #4F29DD: hue angle of 252.67º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4F29DD is Cyan = 0.64, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 79 | 41 | 221 | - |
| CMYK | 0.64 | 0.81 | 0 | 0.13 |
| HSL | 252.67º | 0.73% | 0.51% | - |
| HSV(B) | 252.67º | 0.81% | 0.87% | - |
| XYZ | 17.07 | 8.47 | 69.14 | - |
| YUV | 72.88 | 211.59 | 132.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 41 | 221 | 0.64 | 0.81 | 0 | 0.13 | 252.67 | 0.73 | 0.51 |
| Hex | 4F | 29 | DD | 40 | 51 | 0 | D | FD | 49 | 33 |
| Octal | 117 | 51 | 335 | 100 | 121 | 0 | 15 | 375 | 111 | 63 |
| Binary | 1001111 | 101001 | 11011101 | 1000000 | 1010001 | 0 | 1101 | 11111101 | 1001001 | 110011 |
Color Harmonies of #4F29DD
Complementary color
Monochromatic Colors of #4F29DD
Black with #4F29DD
Text Example
Text Example
White with #4F29DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F29DD; }
p { color: rgb(79,41,221); }
H1.HeaderClassName
{
color: #4F29DD;
}
.AnyTagClassName
{
color: #4F29DD;
}
</style>
background-color css
<style>
a { background-color: #4F29DD; }
a { background-color: rgb(79,41,221); }
div.DivClassName
{
background-color: #4F29DD;
}
.BgClassName
{
background-color: #4F29DD;
}
</style>
border-color css
<style>
span { border-color: #4F29DD; }
span { border-color: rgb(79,41,221); }
td.TdClassName
{
border-color: #4F29DD;
}
.TagClassName
{
border-color: #4F29DD;
}
</style>