Shades of Han Purple #4F28DE
Tints of Han Purple #4F28DE
RGB
CMYK
RGB Variations
Color information
#4F28DE (or 0x4F28DE) is known color: Han Purple. HEX triplet: 4F, 28 and DE. RGB value is (79,40,222). Sum of RGB (Red+Green+Blue) = 79+40+222=341 (45% of max value = 765). Red value is 79 (31.25% from 255 or 23.17% from 341); Green value is 40 (16.02% from 255 or 11.73% from 341); Blue value is 222 (87.11% from 255 or 65.10% from 341); Max value from RGB is 222 - color contains mainly: blue. Hex color #4F28DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F28DE is #B0D721. Grayscale: #474747. Windows color (decimal): -11589410 or 14559311. OLE color: 14559311.
HSL color Cylindrical-coordinate representation of color #4F28DE: hue angle of 252.86º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4F28DE is Cyan = 0.64, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 79 | 40 | 222 | - |
| CMYK | 0.64 | 0.82 | 0 | 0.13 |
| HSL | 252.86º | 0.73% | 0.51% | - |
| HSV(B) | 252.86º | 0.82% | 0.87% | - |
| XYZ | 17.17 | 8.45 | 69.83 | - |
| YUV | 72.41 | 212.42 | 132.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 40 | 222 | 0.64 | 0.82 | 0 | 0.13 | 252.86 | 0.73 | 0.51 |
| Hex | 4F | 28 | DE | 40 | 52 | 0 | D | FD | 49 | 33 |
| Octal | 117 | 50 | 336 | 100 | 122 | 0 | 15 | 375 | 111 | 63 |
| Binary | 1001111 | 101000 | 11011110 | 1000000 | 1010010 | 0 | 1101 | 11111101 | 1001001 | 110011 |
Color Harmonies of #4F28DE
Complementary color
Monochromatic Colors of #4F28DE
Black with #4F28DE
Text Example
Text Example
White with #4F28DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F28DE; }
p { color: rgb(79,40,222); }
H1.HeaderClassName
{
color: #4F28DE;
}
.AnyTagClassName
{
color: #4F28DE;
}
</style>
background-color css
<style>
a { background-color: #4F28DE; }
a { background-color: rgb(79,40,222); }
div.DivClassName
{
background-color: #4F28DE;
}
.BgClassName
{
background-color: #4F28DE;
}
</style>
border-color css
<style>
span { border-color: #4F28DE; }
span { border-color: rgb(79,40,222); }
td.TdClassName
{
border-color: #4F28DE;
}
.TagClassName
{
border-color: #4F28DE;
}
</style>