Shades of Han Purple #4B32EF
Tints of Han Purple #4B32EF
RGB
CMYK
RGB Variations
Color information
#4B32EF (or 0x4B32EF) is known color: Han Purple. HEX triplet: 4B, 32 and EF. RGB value is (75,50,239). Sum of RGB (Red+Green+Blue) = 75+50+239=364 (48% of max value = 765). Red value is 75 (29.69% from 255 or 20.60% from 364); Green value is 50 (19.92% from 255 or 13.74% from 364); Blue value is 239 (93.75% from 255 or 65.66% from 364); Max value from RGB is 239 - color contains mainly: blue. Hex color #4B32EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4B32EF is #B4CD10. Grayscale: #4E4E4E. Windows color (decimal): -11848977 or 15675979. OLE color: 15675979.
HSL color Cylindrical-coordinate representation of color #4B32EF: hue angle of 247.94º degrees, saturation: 0.86, 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 #4B32EF is Cyan = 0.69, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 75 | 50 | 239 | - |
| CMYK | 0.69 | 0.79 | 0 | 0.06 |
| HSL | 247.94º | 0.86% | 0.57% | - |
| HSV(B) | 247.94º | 0.79% | 0.94% | - |
| XYZ | 19.62 | 10.01 | 82.56 | - |
| YUV | 79.02 | 218.28 | 125.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 50 | 239 | 0.69 | 0.79 | 0 | 0.06 | 247.94 | 0.86 | 0.57 |
| Hex | 4B | 32 | EF | 45 | 4F | 0 | 6 | F8 | 56 | 39 |
| Octal | 113 | 62 | 357 | 105 | 117 | 0 | 6 | 370 | 126 | 71 |
| Binary | 1001011 | 110010 | 11101111 | 1000101 | 1001111 | 0 | 110 | 11111000 | 1010110 | 111001 |
Color Harmonies of #4B32EF
Complementary color
Monochromatic Colors of #4B32EF
Black with #4B32EF
Text Example
Text Example
White with #4B32EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B32EF; }
p { color: rgb(75,50,239); }
H1.HeaderClassName
{
color: #4B32EF;
}
.AnyTagClassName
{
color: #4B32EF;
}
</style>
background-color css
<style>
a { background-color: #4B32EF; }
a { background-color: rgb(75,50,239); }
div.DivClassName
{
background-color: #4B32EF;
}
.BgClassName
{
background-color: #4B32EF;
}
</style>
border-color css
<style>
span { border-color: #4B32EF; }
span { border-color: rgb(75,50,239); }
td.TdClassName
{
border-color: #4B32EF;
}
.TagClassName
{
border-color: #4B32EF;
}
</style>