Shades of Han Purple #4F29DB
Tints of Han Purple #4F29DB
RGB
CMYK
RGB Variations
Color information
#4F29DB (or 0x4F29DB) is known color: Han Purple. HEX triplet: 4F, 29 and DB. RGB value is (79,41,219). Sum of RGB (Red+Green+Blue) = 79+41+219=339 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.30% from 339); Green value is 41 (16.41% from 255 or 12.09% from 339); Blue value is 219 (85.94% from 255 or 64.60% from 339); Max value from RGB is 219 - color contains mainly: blue. Hex color #4F29DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F29DB is #B0D624. Grayscale: #474747. Windows color (decimal): -11589157 or 14362959. OLE color: 14362959.
HSL color Cylindrical-coordinate representation of color #4F29DB: hue angle of 252.81º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4F29DB is Cyan = 0.64, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 79 | 41 | 219 | - |
| CMYK | 0.64 | 0.81 | 0 | 0.14 |
| HSL | 252.81º | 0.71% | 0.51% | - |
| HSV(B) | 252.81º | 0.81% | 0.86% | - |
| XYZ | 16.8 | 8.36 | 67.75 | - |
| YUV | 72.65 | 210.59 | 132.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 41 | 219 | 0.64 | 0.81 | 0 | 0.14 | 252.81 | 0.71 | 0.51 |
| Hex | 4F | 29 | DB | 40 | 51 | 0 | E | FD | 47 | 33 |
| Octal | 117 | 51 | 333 | 100 | 121 | 0 | 16 | 375 | 107 | 63 |
| Binary | 1001111 | 101001 | 11011011 | 1000000 | 1010001 | 0 | 1110 | 11111101 | 1000111 | 110011 |
Color Harmonies of #4F29DB
Complementary color
Monochromatic Colors of #4F29DB
Black with #4F29DB
Text Example
Text Example
White with #4F29DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F29DB; }
p { color: rgb(79,41,219); }
H1.HeaderClassName
{
color: #4F29DB;
}
.AnyTagClassName
{
color: #4F29DB;
}
</style>
background-color css
<style>
a { background-color: #4F29DB; }
a { background-color: rgb(79,41,219); }
div.DivClassName
{
background-color: #4F29DB;
}
.BgClassName
{
background-color: #4F29DB;
}
</style>
border-color css
<style>
span { border-color: #4F29DB; }
span { border-color: rgb(79,41,219); }
td.TdClassName
{
border-color: #4F29DB;
}
.TagClassName
{
border-color: #4F29DB;
}
</style>