Shades of Han Purple #4F2AF1
Tints of Han Purple #4F2AF1
RGB
CMYK
RGB Variations
Color information
#4F2AF1 (or 0x4F2AF1) is known color: Han Purple. HEX triplet: 4F, 2A and F1. RGB value is (79,42,241). Sum of RGB (Red+Green+Blue) = 79+42+241=362 (47% of max value = 765). Red value is 79 (31.25% from 255 or 21.82% from 362); Green value is 42 (16.80% from 255 or 11.60% from 362); Blue value is 241 (94.53% from 255 or 66.57% from 362); Max value from RGB is 241 - color contains mainly: blue. Hex color #4F2AF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4F2AF1 is #B0D50E. Grayscale: #4A4A4A. Windows color (decimal): -11588879 or 15805007. OLE color: 15805007.
HSL color Cylindrical-coordinate representation of color #4F2AF1: hue angle of 251.16º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4F2AF1 is Cyan = 0.67, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 79 | 42 | 241 | - |
| CMYK | 0.67 | 0.83 | 0 | 0.05 |
| HSL | 251.16º | 0.88% | 0.55% | - |
| HSV(B) | 251.16º | 0.83% | 0.95% | - |
| XYZ | 19.93 | 9.67 | 84.04 | - |
| YUV | 75.75 | 221.26 | 130.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 42 | 241 | 0.67 | 0.83 | 0 | 0.05 | 251.16 | 0.88 | 0.55 |
| Hex | 4F | 2A | F1 | 43 | 53 | 0 | 5 | FB | 58 | 37 |
| Octal | 117 | 52 | 361 | 103 | 123 | 0 | 5 | 373 | 130 | 67 |
| Binary | 1001111 | 101010 | 11110001 | 1000011 | 1010011 | 0 | 101 | 11111011 | 1011000 | 110111 |
Color Harmonies of #4F2AF1
Complementary color
Monochromatic Colors of #4F2AF1
Black with #4F2AF1
Text Example
Text Example
White with #4F2AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F2AF1; }
p { color: rgb(79,42,241); }
H1.HeaderClassName
{
color: #4F2AF1;
}
.AnyTagClassName
{
color: #4F2AF1;
}
</style>
background-color css
<style>
a { background-color: #4F2AF1; }
a { background-color: rgb(79,42,241); }
div.DivClassName
{
background-color: #4F2AF1;
}
.BgClassName
{
background-color: #4F2AF1;
}
</style>
border-color css
<style>
span { border-color: #4F2AF1; }
span { border-color: rgb(79,42,241); }
td.TdClassName
{
border-color: #4F2AF1;
}
.TagClassName
{
border-color: #4F2AF1;
}
</style>