Shades of Han Purple #4F2DF2
Tints of Han Purple #4F2DF2
RGB
CMYK
RGB Variations
Color information
#4F2DF2 (or 0x4F2DF2) is known color: Han Purple. HEX triplet: 4F, 2D and F2. RGB value is (79,45,242). Sum of RGB (Red+Green+Blue) = 79+45+242=366 (48% of max value = 765). Red value is 79 (31.25% from 255 or 21.58% from 366); Green value is 45 (17.97% from 255 or 12.30% from 366); Blue value is 242 (94.92% from 255 or 66.12% from 366); Max value from RGB is 242 - color contains mainly: blue. Hex color #4F2DF2 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4F2DF2 is #B0D20D. Grayscale: #4C4C4C. Windows color (decimal): -11588110 or 15871311. OLE color: 15871311.
HSL color Cylindrical-coordinate representation of color #4F2DF2: hue angle of 250.36º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4F2DF2 is Cyan = 0.67, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 79 | 45 | 242 | - |
| CMYK | 0.67 | 0.81 | 0 | 0.05 |
| HSL | 250.36º | 0.88% | 0.56% | - |
| HSV(B) | 250.36º | 0.81% | 0.95% | - |
| XYZ | 20.19 | 9.95 | 84.86 | - |
| YUV | 77.62 | 220.76 | 128.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 45 | 242 | 0.67 | 0.81 | 0 | 0.05 | 250.36 | 0.88 | 0.56 |
| Hex | 4F | 2D | F2 | 43 | 51 | 0 | 5 | FA | 58 | 38 |
| Octal | 117 | 55 | 362 | 103 | 121 | 0 | 5 | 372 | 130 | 70 |
| Binary | 1001111 | 101101 | 11110010 | 1000011 | 1010001 | 0 | 101 | 11111010 | 1011000 | 111000 |
Color Harmonies of #4F2DF2
Complementary color
Monochromatic Colors of #4F2DF2
Black with #4F2DF2
Text Example
Text Example
White with #4F2DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F2DF2; }
p { color: rgb(79,45,242); }
H1.HeaderClassName
{
color: #4F2DF2;
}
.AnyTagClassName
{
color: #4F2DF2;
}
</style>
background-color css
<style>
a { background-color: #4F2DF2; }
a { background-color: rgb(79,45,242); }
div.DivClassName
{
background-color: #4F2DF2;
}
.BgClassName
{
background-color: #4F2DF2;
}
</style>
border-color css
<style>
span { border-color: #4F2DF2; }
span { border-color: rgb(79,45,242); }
td.TdClassName
{
border-color: #4F2DF2;
}
.TagClassName
{
border-color: #4F2DF2;
}
</style>