Shades of Han Purple #4F2DEC
Tints of Han Purple #4F2DEC
RGB
CMYK
RGB Variations
Color information
#4F2DEC (or 0x4F2DEC) is known color: Han Purple. HEX triplet: 4F, 2D and EC. RGB value is (79,45,236). Sum of RGB (Red+Green+Blue) = 79+45+236=360 (47% of max value = 765). Red value is 79 (31.25% from 255 or 21.94% from 360); Green value is 45 (17.97% from 255 or 12.5% from 360); Blue value is 236 (92.58% from 255 or 65.56% from 360); Max value from RGB is 236 - color contains mainly: blue. Hex color #4F2DEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4F2DEC is #B0D213. Grayscale: #4C4C4C. Windows color (decimal): -11588116 or 15478095. OLE color: 15478095.
HSL color Cylindrical-coordinate representation of color #4F2DEC: hue angle of 250.68º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4F2DEC is Cyan = 0.67, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 79 | 45 | 236 | - |
| CMYK | 0.67 | 0.81 | 0 | 0.07 |
| HSL | 250.68º | 0.83% | 0.55% | - |
| HSV(B) | 250.68º | 0.81% | 0.93% | - |
| XYZ | 19.3 | 9.6 | 80.19 | - |
| YUV | 76.94 | 217.76 | 129.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 45 | 236 | 0.67 | 0.81 | 0 | 0.07 | 250.68 | 0.83 | 0.55 |
| Hex | 4F | 2D | EC | 43 | 51 | 0 | 7 | FB | 53 | 37 |
| Octal | 117 | 55 | 354 | 103 | 121 | 0 | 7 | 373 | 123 | 67 |
| Binary | 1001111 | 101101 | 11101100 | 1000011 | 1010001 | 0 | 111 | 11111011 | 1010011 | 110111 |
Color Harmonies of #4F2DEC
Complementary color
Monochromatic Colors of #4F2DEC
Black with #4F2DEC
Text Example
Text Example
White with #4F2DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F2DEC; }
p { color: rgb(79,45,236); }
H1.HeaderClassName
{
color: #4F2DEC;
}
.AnyTagClassName
{
color: #4F2DEC;
}
</style>
background-color css
<style>
a { background-color: #4F2DEC; }
a { background-color: rgb(79,45,236); }
div.DivClassName
{
background-color: #4F2DEC;
}
.BgClassName
{
background-color: #4F2DEC;
}
</style>
border-color css
<style>
span { border-color: #4F2DEC; }
span { border-color: rgb(79,45,236); }
td.TdClassName
{
border-color: #4F2DEC;
}
.TagClassName
{
border-color: #4F2DEC;
}
</style>