Shades of Han Purple #4F2EFC
Tints of Han Purple #4F2EFC
RGB
CMYK
RGB Variations
Color information
#4F2EFC (or 0x4F2EFC) is known color: Han Purple. HEX triplet: 4F, 2E and FC. RGB value is (79,46,252). Sum of RGB (Red+Green+Blue) = 79+46+252=377 (49% of max value = 765). Red value is 79 (31.25% from 255 or 20.95% from 377); Green value is 46 (18.36% from 255 or 12.20% from 377); Blue value is 252 (98.83% from 255 or 66.84% from 377); Max value from RGB is 252 - color contains mainly: blue. Hex color #4F2EFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4F2EFC is #B0D103. Grayscale: #4E4E4E. Windows color (decimal): -11587844 or 16526927. OLE color: 16526927.
HSL color Cylindrical-coordinate representation of color #4F2EFC: hue angle of 249.61º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4F2EFC is Cyan = 0.69, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 79 | 46 | 252 | - |
| CMYK | 0.69 | 0.82 | 0 | 0.01 |
| HSL | 249.61º | 0.97% | 0.58% | - |
| HSV(B) | 249.61º | 0.82% | 0.99% | - |
| XYZ | 21.77 | 10.64 | 93 | - |
| YUV | 79.35 | 225.43 | 127.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 46 | 252 | 0.69 | 0.82 | 0 | 0.01 | 249.61 | 0.97 | 0.58 |
| Hex | 4F | 2E | FC | 45 | 52 | 0 | 1 | FA | 61 | 3A |
| Octal | 117 | 56 | 374 | 105 | 122 | 0 | 1 | 372 | 141 | 72 |
| Binary | 1001111 | 101110 | 11111100 | 1000101 | 1010010 | 0 | 1 | 11111010 | 1100001 | 111010 |
Color Harmonies of #4F2EFC
Complementary color
Monochromatic Colors of #4F2EFC
Black with #4F2EFC
Text Example
Text Example
White with #4F2EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F2EFC; }
p { color: rgb(79,46,252); }
H1.HeaderClassName
{
color: #4F2EFC;
}
.AnyTagClassName
{
color: #4F2EFC;
}
</style>
background-color css
<style>
a { background-color: #4F2EFC; }
a { background-color: rgb(79,46,252); }
div.DivClassName
{
background-color: #4F2EFC;
}
.BgClassName
{
background-color: #4F2EFC;
}
</style>
border-color css
<style>
span { border-color: #4F2EFC; }
span { border-color: rgb(79,46,252); }
td.TdClassName
{
border-color: #4F2EFC;
}
.TagClassName
{
border-color: #4F2EFC;
}
</style>