Shades of Han Purple #4F2EFA
Tints of Han Purple #4F2EFA
RGB
CMYK
RGB Variations
Color information
#4F2EFA (or 0x4F2EFA) is known color: Han Purple. HEX triplet: 4F, 2E and FA. RGB value is (79,46,250). Sum of RGB (Red+Green+Blue) = 79+46+250=375 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.07% from 375); Green value is 46 (18.36% from 255 or 12.27% from 375); Blue value is 250 (98.05% from 255 or 66.67% from 375); Max value from RGB is 250 - color contains mainly: blue. Hex color #4F2EFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4F2EFA is #B0D105. Grayscale: #4E4E4E. Windows color (decimal): -11587846 or 16395855. OLE color: 16395855.
HSL color Cylindrical-coordinate representation of color #4F2EFA: hue angle of 249.71º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4F2EFA is Cyan = 0.68, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 79 | 46 | 250 | - |
| CMYK | 0.68 | 0.82 | 0 | 0.02 |
| HSL | 249.71º | 0.95% | 0.58% | - |
| HSV(B) | 249.71º | 0.82% | 0.98% | - |
| XYZ | 21.46 | 10.52 | 91.34 | - |
| YUV | 79.12 | 224.43 | 127.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 46 | 250 | 0.68 | 0.82 | 0 | 0.02 | 249.71 | 0.95 | 0.58 |
| Hex | 4F | 2E | FA | 44 | 52 | 0 | 2 | FA | 5F | 3A |
| Octal | 117 | 56 | 372 | 104 | 122 | 0 | 2 | 372 | 137 | 72 |
| Binary | 1001111 | 101110 | 11111010 | 1000100 | 1010010 | 0 | 10 | 11111010 | 1011111 | 111010 |
Color Harmonies of #4F2EFA
Complementary color
Monochromatic Colors of #4F2EFA
Black with #4F2EFA
Text Example
Text Example
White with #4F2EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F2EFA; }
p { color: rgb(79,46,250); }
H1.HeaderClassName
{
color: #4F2EFA;
}
.AnyTagClassName
{
color: #4F2EFA;
}
</style>
background-color css
<style>
a { background-color: #4F2EFA; }
a { background-color: rgb(79,46,250); }
div.DivClassName
{
background-color: #4F2EFA;
}
.BgClassName
{
background-color: #4F2EFA;
}
</style>
border-color css
<style>
span { border-color: #4F2EFA; }
span { border-color: rgb(79,46,250); }
td.TdClassName
{
border-color: #4F2EFA;
}
.TagClassName
{
border-color: #4F2EFA;
}
</style>