Shades of Han Purple #4B32DE
Tints of Han Purple #4B32DE
RGB
CMYK
RGB Variations
Color information
#4B32DE (or 0x4B32DE) is known color: Han Purple. HEX triplet: 4B, 32 and DE. RGB value is (75,50,222). Sum of RGB (Red+Green+Blue) = 75+50+222=347 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.61% from 347); Green value is 50 (19.92% from 255 or 14.41% from 347); Blue value is 222 (87.11% from 255 or 63.98% from 347); Max value from RGB is 222 - color contains mainly: blue. Hex color #4B32DE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B32DE is #B4CD21. Grayscale: #4C4C4C. Windows color (decimal): -11848994 or 14561867. OLE color: 14561867.
HSL color Cylindrical-coordinate representation of color #4B32DE: hue angle of 248.72º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4B32DE is Cyan = 0.66, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 75 | 50 | 222 | - |
| CMYK | 0.66 | 0.77 | 0 | 0.13 |
| HSL | 248.72º | 0.72% | 0.53% | - |
| HSV(B) | 248.72º | 0.77% | 0.87% | - |
| XYZ | 17.23 | 9.05 | 69.95 | - |
| YUV | 77.08 | 209.78 | 126.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 50 | 222 | 0.66 | 0.77 | 0 | 0.13 | 248.72 | 0.72 | 0.53 |
| Hex | 4B | 32 | DE | 42 | 4D | 0 | D | F9 | 48 | 35 |
| Octal | 113 | 62 | 336 | 102 | 115 | 0 | 15 | 371 | 110 | 65 |
| Binary | 1001011 | 110010 | 11011110 | 1000010 | 1001101 | 0 | 1101 | 11111001 | 1001000 | 110101 |
Color Harmonies of #4B32DE
Complementary color
Monochromatic Colors of #4B32DE
Black with #4B32DE
Text Example
Text Example
White with #4B32DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B32DE; }
p { color: rgb(75,50,222); }
H1.HeaderClassName
{
color: #4B32DE;
}
.AnyTagClassName
{
color: #4B32DE;
}
</style>
background-color css
<style>
a { background-color: #4B32DE; }
a { background-color: rgb(75,50,222); }
div.DivClassName
{
background-color: #4B32DE;
}
.BgClassName
{
background-color: #4B32DE;
}
</style>
border-color css
<style>
span { border-color: #4B32DE; }
span { border-color: rgb(75,50,222); }
td.TdClassName
{
border-color: #4B32DE;
}
.TagClassName
{
border-color: #4B32DE;
}
</style>