Shades of Han Purple #4F29DC
Tints of Han Purple #4F29DC
RGB
CMYK
RGB Variations
Color information
#4F29DC (or 0x4F29DC) is known color: Han Purple. HEX triplet: 4F, 29 and DC. RGB value is (79,41,220). Sum of RGB (Red+Green+Blue) = 79+41+220=340 (45% of max value = 765). Red value is 79 (31.25% from 255 or 23.24% from 340); Green value is 41 (16.41% from 255 or 12.06% from 340); Blue value is 220 (86.33% from 255 or 64.71% from 340); Max value from RGB is 220 - color contains mainly: blue. Hex color #4F29DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F29DC is #B0D623. Grayscale: #484848. Windows color (decimal): -11589156 or 14428495. OLE color: 14428495.
HSL color Cylindrical-coordinate representation of color #4F29DC: hue angle of 252.74º degrees, saturation: 0.72, 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 #4F29DC is Cyan = 0.64, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 79 | 41 | 220 | - |
| CMYK | 0.64 | 0.81 | 0 | 0.14 |
| HSL | 252.74º | 0.72% | 0.51% | - |
| HSV(B) | 252.74º | 0.81% | 0.86% | - |
| XYZ | 16.94 | 8.42 | 68.44 | - |
| YUV | 72.77 | 211.09 | 132.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 41 | 220 | 0.64 | 0.81 | 0 | 0.14 | 252.74 | 0.72 | 0.51 |
| Hex | 4F | 29 | DC | 40 | 51 | 0 | E | FD | 48 | 33 |
| Octal | 117 | 51 | 334 | 100 | 121 | 0 | 16 | 375 | 110 | 63 |
| Binary | 1001111 | 101001 | 11011100 | 1000000 | 1010001 | 0 | 1110 | 11111101 | 1001000 | 110011 |
Color Harmonies of #4F29DC
Complementary color
Monochromatic Colors of #4F29DC
Black with #4F29DC
Text Example
Text Example
White with #4F29DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F29DC; }
p { color: rgb(79,41,220); }
H1.HeaderClassName
{
color: #4F29DC;
}
.AnyTagClassName
{
color: #4F29DC;
}
</style>
background-color css
<style>
a { background-color: #4F29DC; }
a { background-color: rgb(79,41,220); }
div.DivClassName
{
background-color: #4F29DC;
}
.BgClassName
{
background-color: #4F29DC;
}
</style>
border-color css
<style>
span { border-color: #4F29DC; }
span { border-color: rgb(79,41,220); }
td.TdClassName
{
border-color: #4F29DC;
}
.TagClassName
{
border-color: #4F29DC;
}
</style>