Shades of Han Purple #4F2AF6
Tints of Han Purple #4F2AF6
RGB
CMYK
RGB Variations
Color information
#4F2AF6 (or 0x4F2AF6) is known color: Han Purple. HEX triplet: 4F, 2A and F6. RGB value is (79,42,246). Sum of RGB (Red+Green+Blue) = 79+42+246=367 (48% of max value = 765). Red value is 79 (31.25% from 255 or 21.53% from 367); Green value is 42 (16.80% from 255 or 11.44% from 367); Blue value is 246 (96.48% from 255 or 67.03% from 367); Max value from RGB is 246 - color contains mainly: blue. Hex color #4F2AF6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4F2AF6 is #B0D509. Grayscale: #4B4B4B. Windows color (decimal): -11588874 or 16132687. OLE color: 16132687.
HSL color Cylindrical-coordinate representation of color #4F2AF6: hue angle of 250.88º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4F2AF6 is Cyan = 0.68, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 79 | 42 | 246 | - |
| CMYK | 0.68 | 0.83 | 0 | 0.04 |
| HSL | 250.88º | 0.92% | 0.56% | - |
| HSV(B) | 250.88º | 0.83% | 0.96% | - |
| XYZ | 20.69 | 9.97 | 88.02 | - |
| YUV | 76.32 | 223.76 | 129.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 42 | 246 | 0.68 | 0.83 | 0 | 0.04 | 250.88 | 0.92 | 0.56 |
| Hex | 4F | 2A | F6 | 44 | 53 | 0 | 4 | FB | 5C | 38 |
| Octal | 117 | 52 | 366 | 104 | 123 | 0 | 4 | 373 | 134 | 70 |
| Binary | 1001111 | 101010 | 11110110 | 1000100 | 1010011 | 0 | 100 | 11111011 | 1011100 | 111000 |
Color Harmonies of #4F2AF6
Complementary color
Monochromatic Colors of #4F2AF6
Black with #4F2AF6
Text Example
Text Example
White with #4F2AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F2AF6; }
p { color: rgb(79,42,246); }
H1.HeaderClassName
{
color: #4F2AF6;
}
.AnyTagClassName
{
color: #4F2AF6;
}
</style>
background-color css
<style>
a { background-color: #4F2AF6; }
a { background-color: rgb(79,42,246); }
div.DivClassName
{
background-color: #4F2AF6;
}
.BgClassName
{
background-color: #4F2AF6;
}
</style>
border-color css
<style>
span { border-color: #4F2AF6; }
span { border-color: rgb(79,42,246); }
td.TdClassName
{
border-color: #4F2AF6;
}
.TagClassName
{
border-color: #4F2AF6;
}
</style>