Shades of Han Purple #4D33EF
Tints of Han Purple #4D33EF
RGB
CMYK
RGB Variations
Color information
#4D33EF (or 0x4D33EF) is known color: Han Purple. HEX triplet: 4D, 33 and EF. RGB value is (77,51,239). Sum of RGB (Red+Green+Blue) = 77+51+239=367 (48% of max value = 765). Red value is 77 (30.47% from 255 or 20.98% from 367); Green value is 51 (20.31% from 255 or 13.90% from 367); Blue value is 239 (93.75% from 255 or 65.12% from 367); Max value from RGB is 239 - color contains mainly: blue. Hex color #4D33EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D33EF is #B2CC10. Grayscale: #4F4F4F. Windows color (decimal): -11717649 or 15676237. OLE color: 15676237.
HSL color Cylindrical-coordinate representation of color #4D33EF: hue angle of 248.3º 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 #4D33EF is Cyan = 0.68, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 77 | 51 | 239 | - |
| CMYK | 0.68 | 0.79 | 0 | 0.06 |
| HSL | 248.3º | 0.85% | 0.57% | - |
| HSV(B) | 248.3º | 0.79% | 0.94% | - |
| XYZ | 19.82 | 10.18 | 82.58 | - |
| YUV | 80.21 | 217.61 | 125.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 51 | 239 | 0.68 | 0.79 | 0 | 0.06 | 248.3 | 0.85 | 0.57 |
| Hex | 4D | 33 | EF | 44 | 4F | 0 | 6 | F8 | 55 | 39 |
| Octal | 115 | 63 | 357 | 104 | 117 | 0 | 6 | 370 | 125 | 71 |
| Binary | 1001101 | 110011 | 11101111 | 1000100 | 1001111 | 0 | 110 | 11111000 | 1010101 | 111001 |
Color Harmonies of #4D33EF
Complementary color
Monochromatic Colors of #4D33EF
Black with #4D33EF
Text Example
Text Example
White with #4D33EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D33EF; }
p { color: rgb(77,51,239); }
H1.HeaderClassName
{
color: #4D33EF;
}
.AnyTagClassName
{
color: #4D33EF;
}
</style>
background-color css
<style>
a { background-color: #4D33EF; }
a { background-color: rgb(77,51,239); }
div.DivClassName
{
background-color: #4D33EF;
}
.BgClassName
{
background-color: #4D33EF;
}
</style>
border-color css
<style>
span { border-color: #4D33EF; }
span { border-color: rgb(77,51,239); }
td.TdClassName
{
border-color: #4D33EF;
}
.TagClassName
{
border-color: #4D33EF;
}
</style>