Shades of Han Purple #4F2ADE
Tints of Han Purple #4F2ADE
RGB
CMYK
RGB Variations
Color information
#4F2ADE (or 0x4F2ADE) is known color: Han Purple. HEX triplet: 4F, 2A and DE. RGB value is (79,42,222). Sum of RGB (Red+Green+Blue) = 79+42+222=343 (45% of max value = 765). Red value is 79 (31.25% from 255 or 23.03% from 343); Green value is 42 (16.80% from 255 or 12.24% from 343); Blue value is 222 (87.11% from 255 or 64.72% from 343); Max value from RGB is 222 - color contains mainly: blue. Hex color #4F2ADE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F2ADE is #B0D521. Grayscale: #484848. Windows color (decimal): -11588898 or 14559823. OLE color: 14559823.
HSL color Cylindrical-coordinate representation of color #4F2ADE: hue angle of 252.33º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4F2ADE is Cyan = 0.64, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 79 | 42 | 222 | - |
| CMYK | 0.64 | 0.81 | 0 | 0.13 |
| HSL | 252.33º | 0.73% | 0.52% | - |
| HSV(B) | 252.33º | 0.81% | 0.87% | - |
| XYZ | 17.24 | 8.59 | 69.86 | - |
| YUV | 73.58 | 211.76 | 131.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 42 | 222 | 0.64 | 0.81 | 0 | 0.13 | 252.33 | 0.73 | 0.52 |
| Hex | 4F | 2A | DE | 40 | 51 | 0 | D | FC | 49 | 34 |
| Octal | 117 | 52 | 336 | 100 | 121 | 0 | 15 | 374 | 111 | 64 |
| Binary | 1001111 | 101010 | 11011110 | 1000000 | 1010001 | 0 | 1101 | 11111100 | 1001001 | 110100 |
Color Harmonies of #4F2ADE
Complementary color
Monochromatic Colors of #4F2ADE
Black with #4F2ADE
Text Example
Text Example
White with #4F2ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F2ADE; }
p { color: rgb(79,42,222); }
H1.HeaderClassName
{
color: #4F2ADE;
}
.AnyTagClassName
{
color: #4F2ADE;
}
</style>
background-color css
<style>
a { background-color: #4F2ADE; }
a { background-color: rgb(79,42,222); }
div.DivClassName
{
background-color: #4F2ADE;
}
.BgClassName
{
background-color: #4F2ADE;
}
</style>
border-color css
<style>
span { border-color: #4F2ADE; }
span { border-color: rgb(79,42,222); }
td.TdClassName
{
border-color: #4F2ADE;
}
.TagClassName
{
border-color: #4F2ADE;
}
</style>