Shades of Han Purple #4F2DEE
Tints of Han Purple #4F2DEE
RGB
CMYK
RGB Variations
Color information
#4F2DEE (or 0x4F2DEE) is known color: Han Purple. HEX triplet: 4F, 2D and EE. RGB value is (79,45,238). Sum of RGB (Red+Green+Blue) = 79+45+238=362 (47% of max value = 765). Red value is 79 (31.25% from 255 or 21.82% from 362); Green value is 45 (17.97% from 255 or 12.43% from 362); Blue value is 238 (93.36% from 255 or 65.75% from 362); Max value from RGB is 238 - color contains mainly: blue. Hex color #4F2DEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4F2DEE is #B0D211. Grayscale: #4C4C4C. Windows color (decimal): -11588114 or 15609167. OLE color: 15609167.
HSL color Cylindrical-coordinate representation of color #4F2DEE: hue angle of 250.57º degrees, saturation: 0.85, 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 #4F2DEE is Cyan = 0.67, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 79 | 45 | 238 | - |
| CMYK | 0.67 | 0.81 | 0 | 0.07 |
| HSL | 250.57º | 0.85% | 0.55% | - |
| HSV(B) | 250.57º | 0.81% | 0.93% | - |
| XYZ | 19.6 | 9.71 | 81.73 | - |
| YUV | 77.17 | 218.76 | 129.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 45 | 238 | 0.67 | 0.81 | 0 | 0.07 | 250.57 | 0.85 | 0.55 |
| Hex | 4F | 2D | EE | 43 | 51 | 0 | 7 | FB | 55 | 37 |
| Octal | 117 | 55 | 356 | 103 | 121 | 0 | 7 | 373 | 125 | 67 |
| Binary | 1001111 | 101101 | 11101110 | 1000011 | 1010001 | 0 | 111 | 11111011 | 1010101 | 110111 |
Color Harmonies of #4F2DEE
Complementary color
Monochromatic Colors of #4F2DEE
Black with #4F2DEE
Text Example
Text Example
White with #4F2DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F2DEE; }
p { color: rgb(79,45,238); }
H1.HeaderClassName
{
color: #4F2DEE;
}
.AnyTagClassName
{
color: #4F2DEE;
}
</style>
background-color css
<style>
a { background-color: #4F2DEE; }
a { background-color: rgb(79,45,238); }
div.DivClassName
{
background-color: #4F2DEE;
}
.BgClassName
{
background-color: #4F2DEE;
}
</style>
border-color css
<style>
span { border-color: #4F2DEE; }
span { border-color: rgb(79,45,238); }
td.TdClassName
{
border-color: #4F2DEE;
}
.TagClassName
{
border-color: #4F2DEE;
}
</style>