Shades of Han Purple #4F33EF
Tints of Han Purple #4F33EF
RGB
CMYK
RGB Variations
Color information
#4F33EF (or 0x4F33EF) is known color: Han Purple. HEX triplet: 4F, 33 and EF. RGB value is (79,51,239). Sum of RGB (Red+Green+Blue) = 79+51+239=369 (48% of max value = 765). Red value is 79 (31.25% from 255 or 21.41% from 369); Green value is 51 (20.31% from 255 or 13.82% from 369); Blue value is 239 (93.75% from 255 or 64.77% from 369); Max value from RGB is 239 - color contains mainly: blue. Hex color #4F33EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4F33EF is #B0CC10. Grayscale: #505050. Windows color (decimal): -11586577 or 15676239. OLE color: 15676239.
HSL color Cylindrical-coordinate representation of color #4F33EF: hue angle of 248.94º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4F33EF is Cyan = 0.67, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 79 | 51 | 239 | - |
| CMYK | 0.67 | 0.79 | 0 | 0.06 |
| HSL | 248.94º | 0.85% | 0.57% | - |
| HSV(B) | 248.94º | 0.79% | 0.94% | - |
| XYZ | 19.99 | 10.26 | 82.59 | - |
| YUV | 80.8 | 217.28 | 126.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 51 | 239 | 0.67 | 0.79 | 0 | 0.06 | 248.94 | 0.85 | 0.57 |
| Hex | 4F | 33 | EF | 43 | 4F | 0 | 6 | F9 | 55 | 39 |
| Octal | 117 | 63 | 357 | 103 | 117 | 0 | 6 | 371 | 125 | 71 |
| Binary | 1001111 | 110011 | 11101111 | 1000011 | 1001111 | 0 | 110 | 11111001 | 1010101 | 111001 |
Color Harmonies of #4F33EF
Complementary color
Monochromatic Colors of #4F33EF
Black with #4F33EF
Text Example
Text Example
White with #4F33EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F33EF; }
p { color: rgb(79,51,239); }
H1.HeaderClassName
{
color: #4F33EF;
}
.AnyTagClassName
{
color: #4F33EF;
}
</style>
background-color css
<style>
a { background-color: #4F33EF; }
a { background-color: rgb(79,51,239); }
div.DivClassName
{
background-color: #4F33EF;
}
.BgClassName
{
background-color: #4F33EF;
}
</style>
border-color css
<style>
span { border-color: #4F33EF; }
span { border-color: rgb(79,51,239); }
td.TdClassName
{
border-color: #4F33EF;
}
.TagClassName
{
border-color: #4F33EF;
}
</style>