Shades of Han Purple #4F2BEC
Tints of Han Purple #4F2BEC
RGB
CMYK
RGB Variations
Color information
#4F2BEC (or 0x4F2BEC) is known color: Han Purple. HEX triplet: 4F, 2B and EC. RGB value is (79,43,236). Sum of RGB (Red+Green+Blue) = 79+43+236=358 (47% of max value = 765). Red value is 79 (31.25% from 255 or 22.07% from 358); Green value is 43 (17.19% from 255 or 12.01% from 358); Blue value is 236 (92.58% from 255 or 65.92% from 358); Max value from RGB is 236 - color contains mainly: blue. Hex color #4F2BEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4F2BEC is #B0D413. Grayscale: #4B4B4B. Windows color (decimal): -11588628 or 15477583. OLE color: 15477583.
HSL color Cylindrical-coordinate representation of color #4F2BEC: hue angle of 251.19º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4F2BEC is Cyan = 0.67, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 79 | 43 | 236 | - |
| CMYK | 0.67 | 0.82 | 0 | 0.07 |
| HSL | 251.19º | 0.84% | 0.55% | - |
| HSV(B) | 251.19º | 0.82% | 0.93% | - |
| XYZ | 19.23 | 9.45 | 80.17 | - |
| YUV | 75.77 | 218.43 | 130.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 43 | 236 | 0.67 | 0.82 | 0 | 0.07 | 251.19 | 0.84 | 0.55 |
| Hex | 4F | 2B | EC | 43 | 52 | 0 | 7 | FB | 54 | 37 |
| Octal | 117 | 53 | 354 | 103 | 122 | 0 | 7 | 373 | 124 | 67 |
| Binary | 1001111 | 101011 | 11101100 | 1000011 | 1010010 | 0 | 111 | 11111011 | 1010100 | 110111 |
Color Harmonies of #4F2BEC
Complementary color
Monochromatic Colors of #4F2BEC
Black with #4F2BEC
Text Example
Text Example
White with #4F2BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F2BEC; }
p { color: rgb(79,43,236); }
H1.HeaderClassName
{
color: #4F2BEC;
}
.AnyTagClassName
{
color: #4F2BEC;
}
</style>
background-color css
<style>
a { background-color: #4F2BEC; }
a { background-color: rgb(79,43,236); }
div.DivClassName
{
background-color: #4F2BEC;
}
.BgClassName
{
background-color: #4F2BEC;
}
</style>
border-color css
<style>
span { border-color: #4F2BEC; }
span { border-color: rgb(79,43,236); }
td.TdClassName
{
border-color: #4F2BEC;
}
.TagClassName
{
border-color: #4F2BEC;
}
</style>