Shades of Han Purple #4F29FF
Tints of Han Purple #4F29FF
RGB
CMYK
RGB Variations
Color information
#4F29FF (or 0x4F29FF) is known color: Han Purple. HEX triplet: 4F, 29 and FF. RGB value is (79,41,255). Sum of RGB (Red+Green+Blue) = 79+41+255=375 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.07% from 375); Green value is 41 (16.41% from 255 or 10.93% from 375); Blue value is 255 (100% from 255 or 68% from 375); Max value from RGB is 255 - color contains mainly: blue. Hex color #4F29FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4F29FF is #B0D600. Grayscale: #4B4B4B. Windows color (decimal): -11589121 or 16722255. OLE color: 16722255.
HSL color Cylindrical-coordinate representation of color #4F29FF: hue angle of 250.65º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4F29FF is Cyan = 0.69, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 79 | 41 | 255 | - |
| CMYK | 0.69 | 0.84 | 0 | 0 |
| HSL | 250.65º | 1% | 0.58% | - |
| HSV(B) | 250.65º | 0.84% | 1% | - |
| XYZ | 22.07 | 10.47 | 95.47 | - |
| YUV | 76.76 | 228.59 | 129.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 41 | 255 | 0.69 | 0.84 | 0 | 0 | 250.65 | 1 | 0.58 |
| Hex | 4F | 29 | FF | 45 | 54 | 0 | 0 | FB | 64 | 3A |
| Octal | 117 | 51 | 377 | 105 | 124 | 0 | 0 | 373 | 144 | 72 |
| Binary | 1001111 | 101001 | 11111111 | 1000101 | 1010100 | 0 | 0 | 11111011 | 1100100 | 111010 |
Color Harmonies of #4F29FF
Complementary color
Monochromatic Colors of #4F29FF
Black with #4F29FF
Text Example
Text Example
White with #4F29FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F29FF; }
p { color: rgb(79,41,255); }
H1.HeaderClassName
{
color: #4F29FF;
}
.AnyTagClassName
{
color: #4F29FF;
}
</style>
background-color css
<style>
a { background-color: #4F29FF; }
a { background-color: rgb(79,41,255); }
div.DivClassName
{
background-color: #4F29FF;
}
.BgClassName
{
background-color: #4F29FF;
}
</style>
border-color css
<style>
span { border-color: #4F29FF; }
span { border-color: rgb(79,41,255); }
td.TdClassName
{
border-color: #4F29FF;
}
.TagClassName
{
border-color: #4F29FF;
}
</style>