Shades of Han Purple #4F2CDE
Tints of Han Purple #4F2CDE
RGB
CMYK
RGB Variations
Color information
#4F2CDE (or 0x4F2CDE) is known color: Han Purple. HEX triplet: 4F, 2C and DE. RGB value is (79,44,222). Sum of RGB (Red+Green+Blue) = 79+44+222=345 (45% of max value = 765). Red value is 79 (31.25% from 255 or 22.90% from 345); Green value is 44 (17.58% from 255 or 12.75% from 345); Blue value is 222 (87.11% from 255 or 64.35% from 345); Max value from RGB is 222 - color contains mainly: blue. Hex color #4F2CDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F2CDE is #B0D321. Grayscale: #4A4A4A. Windows color (decimal): -11588386 or 14560335. OLE color: 14560335.
HSL color Cylindrical-coordinate representation of color #4F2CDE: hue angle of 251.8º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4F2CDE is Cyan = 0.64, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 79 | 44 | 222 | - |
| CMYK | 0.64 | 0.80 | 0 | 0.13 |
| HSL | 251.8º | 0.73% | 0.52% | - |
| HSV(B) | 251.8º | 0.8% | 0.87% | - |
| XYZ | 17.31 | 8.74 | 69.88 | - |
| YUV | 74.76 | 211.1 | 131.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 44 | 222 | 0.64 | 0.80 | 0 | 0.13 | 251.8 | 0.73 | 0.52 |
| Hex | 4F | 2C | DE | 40 | 50 | 0 | D | FC | 49 | 34 |
| Octal | 117 | 54 | 336 | 100 | 120 | 0 | 15 | 374 | 111 | 64 |
| Binary | 1001111 | 101100 | 11011110 | 1000000 | 1010000 | 0 | 1101 | 11111100 | 1001001 | 110100 |
Color Harmonies of #4F2CDE
Complementary color
Monochromatic Colors of #4F2CDE
Black with #4F2CDE
Text Example
Text Example
White with #4F2CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F2CDE; }
p { color: rgb(79,44,222); }
H1.HeaderClassName
{
color: #4F2CDE;
}
.AnyTagClassName
{
color: #4F2CDE;
}
</style>
background-color css
<style>
a { background-color: #4F2CDE; }
a { background-color: rgb(79,44,222); }
div.DivClassName
{
background-color: #4F2CDE;
}
.BgClassName
{
background-color: #4F2CDE;
}
</style>
border-color css
<style>
span { border-color: #4F2CDE; }
span { border-color: rgb(79,44,222); }
td.TdClassName
{
border-color: #4F2CDE;
}
.TagClassName
{
border-color: #4F2CDE;
}
</style>