Shades of Han Purple #4F29DF
Tints of Han Purple #4F29DF
RGB
CMYK
RGB Variations
Color information
#4F29DF (or 0x4F29DF) is known color: Han Purple. HEX triplet: 4F, 29 and DF. RGB value is (79,41,223). Sum of RGB (Red+Green+Blue) = 79+41+223=343 (45% of max value = 765). Red value is 79 (31.25% from 255 or 23.03% from 343); Green value is 41 (16.41% from 255 or 11.95% from 343); Blue value is 223 (87.5% from 255 or 65.01% from 343); Max value from RGB is 223 - color contains mainly: blue. Hex color #4F29DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F29DF is #B0D620. Grayscale: #484848. Windows color (decimal): -11589153 or 14625103. OLE color: 14625103.
HSL color Cylindrical-coordinate representation of color #4F29DF: hue angle of 252.53º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4F29DF is Cyan = 0.65, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 79 | 41 | 223 | - |
| CMYK | 0.65 | 0.82 | 0 | 0.13 |
| HSL | 252.53º | 0.74% | 0.52% | - |
| HSV(B) | 252.53º | 0.82% | 0.87% | - |
| XYZ | 17.34 | 8.58 | 70.55 | - |
| YUV | 73.11 | 212.59 | 132.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 41 | 223 | 0.65 | 0.82 | 0 | 0.13 | 252.53 | 0.74 | 0.52 |
| Hex | 4F | 29 | DF | 41 | 52 | 0 | D | FD | 4A | 34 |
| Octal | 117 | 51 | 337 | 101 | 122 | 0 | 15 | 375 | 112 | 64 |
| Binary | 1001111 | 101001 | 11011111 | 1000001 | 1010010 | 0 | 1101 | 11111101 | 1001010 | 110100 |
Color Harmonies of #4F29DF
Complementary color
Monochromatic Colors of #4F29DF
Black with #4F29DF
Text Example
Text Example
White with #4F29DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F29DF; }
p { color: rgb(79,41,223); }
H1.HeaderClassName
{
color: #4F29DF;
}
.AnyTagClassName
{
color: #4F29DF;
}
</style>
background-color css
<style>
a { background-color: #4F29DF; }
a { background-color: rgb(79,41,223); }
div.DivClassName
{
background-color: #4F29DF;
}
.BgClassName
{
background-color: #4F29DF;
}
</style>
border-color css
<style>
span { border-color: #4F29DF; }
span { border-color: rgb(79,41,223); }
td.TdClassName
{
border-color: #4F29DF;
}
.TagClassName
{
border-color: #4F29DF;
}
</style>