Shades of Han Purple #4B2EDE
Tints of Han Purple #4B2EDE
RGB
CMYK
RGB Variations
Color information
#4B2EDE (or 0x4B2EDE) is known color: Han Purple. HEX triplet: 4B, 2E and DE. RGB value is (75,46,222). Sum of RGB (Red+Green+Blue) = 75+46+222=343 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.87% from 343); Green value is 46 (18.36% from 255 or 13.41% from 343); Blue value is 222 (87.11% from 255 or 64.72% from 343); Max value from RGB is 222 - color contains mainly: blue. Hex color #4B2EDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B2EDE is #B4D121. Grayscale: #4A4A4A. Windows color (decimal): -11850018 or 14560843. OLE color: 14560843.
HSL color Cylindrical-coordinate representation of color #4B2EDE: hue angle of 249.89º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4B2EDE is Cyan = 0.66, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 75 | 46 | 222 | - |
| CMYK | 0.66 | 0.79 | 0 | 0.13 |
| HSL | 249.89º | 0.73% | 0.53% | - |
| HSV(B) | 249.89º | 0.79% | 0.87% | - |
| XYZ | 17.06 | 8.72 | 69.89 | - |
| YUV | 74.74 | 211.11 | 128.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 46 | 222 | 0.66 | 0.79 | 0 | 0.13 | 249.89 | 0.73 | 0.53 |
| Hex | 4B | 2E | DE | 42 | 4F | 0 | D | FA | 49 | 35 |
| Octal | 113 | 56 | 336 | 102 | 117 | 0 | 15 | 372 | 111 | 65 |
| Binary | 1001011 | 101110 | 11011110 | 1000010 | 1001111 | 0 | 1101 | 11111010 | 1001001 | 110101 |
Color Harmonies of #4B2EDE
Complementary color
Monochromatic Colors of #4B2EDE
Black with #4B2EDE
Text Example
Text Example
White with #4B2EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2EDE; }
p { color: rgb(75,46,222); }
H1.HeaderClassName
{
color: #4B2EDE;
}
.AnyTagClassName
{
color: #4B2EDE;
}
</style>
background-color css
<style>
a { background-color: #4B2EDE; }
a { background-color: rgb(75,46,222); }
div.DivClassName
{
background-color: #4B2EDE;
}
.BgClassName
{
background-color: #4B2EDE;
}
</style>
border-color css
<style>
span { border-color: #4B2EDE; }
span { border-color: rgb(75,46,222); }
td.TdClassName
{
border-color: #4B2EDE;
}
.TagClassName
{
border-color: #4B2EDE;
}
</style>