Shades of Han Purple #4B2DEC
Tints of Han Purple #4B2DEC
RGB
CMYK
RGB Variations
Color information
#4B2DEC (or 0x4B2DEC) is known color: Han Purple. HEX triplet: 4B, 2D and EC. RGB value is (75,45,236). Sum of RGB (Red+Green+Blue) = 75+45+236=356 (47% of max value = 765). Red value is 75 (29.69% from 255 or 21.07% from 356); Green value is 45 (17.97% from 255 or 12.64% from 356); Blue value is 236 (92.58% from 255 or 66.29% from 356); Max value from RGB is 236 - color contains mainly: blue. Hex color #4B2DEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4B2DEC is #B4D213. Grayscale: #4B4B4B. Windows color (decimal): -11850260 or 15478091. OLE color: 15478091.
HSL color Cylindrical-coordinate representation of color #4B2DEC: hue angle of 249.42º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4B2DEC is Cyan = 0.68, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 75 | 45 | 236 | - |
| CMYK | 0.68 | 0.81 | 0 | 0.07 |
| HSL | 249.42º | 0.83% | 0.55% | - |
| HSV(B) | 249.42º | 0.81% | 0.93% | - |
| XYZ | 18.98 | 9.43 | 80.18 | - |
| YUV | 75.74 | 218.44 | 127.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 45 | 236 | 0.68 | 0.81 | 0 | 0.07 | 249.42 | 0.83 | 0.55 |
| Hex | 4B | 2D | EC | 44 | 51 | 0 | 7 | F9 | 53 | 37 |
| Octal | 113 | 55 | 354 | 104 | 121 | 0 | 7 | 371 | 123 | 67 |
| Binary | 1001011 | 101101 | 11101100 | 1000100 | 1010001 | 0 | 111 | 11111001 | 1010011 | 110111 |
Color Harmonies of #4B2DEC
Complementary color
Monochromatic Colors of #4B2DEC
Black with #4B2DEC
Text Example
Text Example
White with #4B2DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2DEC; }
p { color: rgb(75,45,236); }
H1.HeaderClassName
{
color: #4B2DEC;
}
.AnyTagClassName
{
color: #4B2DEC;
}
</style>
background-color css
<style>
a { background-color: #4B2DEC; }
a { background-color: rgb(75,45,236); }
div.DivClassName
{
background-color: #4B2DEC;
}
.BgClassName
{
background-color: #4B2DEC;
}
</style>
border-color css
<style>
span { border-color: #4B2DEC; }
span { border-color: rgb(75,45,236); }
td.TdClassName
{
border-color: #4B2DEC;
}
.TagClassName
{
border-color: #4B2DEC;
}
</style>