Shades of Han Purple #4F2FEC
Tints of Han Purple #4F2FEC
RGB
CMYK
RGB Variations
Color information
#4F2FEC (or 0x4F2FEC) is known color: Han Purple. HEX triplet: 4F, 2F and EC. RGB value is (79,47,236). Sum of RGB (Red+Green+Blue) = 79+47+236=362 (47% of max value = 765). Red value is 79 (31.25% from 255 or 21.82% from 362); Green value is 47 (18.75% from 255 or 12.98% from 362); Blue value is 236 (92.58% from 255 or 65.19% from 362); Max value from RGB is 236 - color contains mainly: blue. Hex color #4F2FEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4F2FEC is #B0D013. Grayscale: #4D4D4D. Windows color (decimal): -11587604 or 15478607. OLE color: 15478607.
HSL color Cylindrical-coordinate representation of color #4F2FEC: hue angle of 250.16º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4F2FEC is Cyan = 0.67, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 79 | 47 | 236 | - |
| CMYK | 0.67 | 0.80 | 0 | 0.07 |
| HSL | 250.16º | 0.83% | 0.55% | - |
| HSV(B) | 250.16º | 0.8% | 0.93% | - |
| XYZ | 19.38 | 9.75 | 80.22 | - |
| YUV | 78.11 | 217.1 | 128.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 47 | 236 | 0.67 | 0.80 | 0 | 0.07 | 250.16 | 0.83 | 0.55 |
| Hex | 4F | 2F | EC | 43 | 50 | 0 | 7 | FA | 53 | 37 |
| Octal | 117 | 57 | 354 | 103 | 120 | 0 | 7 | 372 | 123 | 67 |
| Binary | 1001111 | 101111 | 11101100 | 1000011 | 1010000 | 0 | 111 | 11111010 | 1010011 | 110111 |
Color Harmonies of #4F2FEC
Complementary color
Monochromatic Colors of #4F2FEC
Black with #4F2FEC
Text Example
Text Example
White with #4F2FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F2FEC; }
p { color: rgb(79,47,236); }
H1.HeaderClassName
{
color: #4F2FEC;
}
.AnyTagClassName
{
color: #4F2FEC;
}
</style>
background-color css
<style>
a { background-color: #4F2FEC; }
a { background-color: rgb(79,47,236); }
div.DivClassName
{
background-color: #4F2FEC;
}
.BgClassName
{
background-color: #4F2FEC;
}
</style>
border-color css
<style>
span { border-color: #4F2FEC; }
span { border-color: rgb(79,47,236); }
td.TdClassName
{
border-color: #4F2FEC;
}
.TagClassName
{
border-color: #4F2FEC;
}
</style>