Shades of Han Purple #4B2ADE
Tints of Han Purple #4B2ADE
RGB
CMYK
RGB Variations
Color information
#4B2ADE (or 0x4B2ADE) is known color: Han Purple. HEX triplet: 4B, 2A and DE. RGB value is (75,42,222). Sum of RGB (Red+Green+Blue) = 75+42+222=339 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.12% from 339); Green value is 42 (16.80% from 255 or 12.39% from 339); Blue value is 222 (87.11% from 255 or 65.49% from 339); Max value from RGB is 222 - color contains mainly: blue. Hex color #4B2ADE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B2ADE is #B4D521. Grayscale: #474747. Windows color (decimal): -11851042 or 14559819. OLE color: 14559819.
HSL color Cylindrical-coordinate representation of color #4B2ADE: hue angle of 251º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4B2ADE is Cyan = 0.66, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 75 | 42 | 222 | - |
| CMYK | 0.66 | 0.81 | 0 | 0.13 |
| HSL | 251º | 0.73% | 0.52% | - |
| HSV(B) | 251º | 0.81% | 0.87% | - |
| XYZ | 16.91 | 8.43 | 69.84 | - |
| YUV | 72.39 | 212.43 | 129.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 42 | 222 | 0.66 | 0.81 | 0 | 0.13 | 251 | 0.73 | 0.52 |
| Hex | 4B | 2A | DE | 42 | 51 | 0 | D | FB | 49 | 34 |
| Octal | 113 | 52 | 336 | 102 | 121 | 0 | 15 | 373 | 111 | 64 |
| Binary | 1001011 | 101010 | 11011110 | 1000010 | 1010001 | 0 | 1101 | 11111011 | 1001001 | 110100 |
Color Harmonies of #4B2ADE
Complementary color
Monochromatic Colors of #4B2ADE
Black with #4B2ADE
Text Example
Text Example
White with #4B2ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2ADE; }
p { color: rgb(75,42,222); }
H1.HeaderClassName
{
color: #4B2ADE;
}
.AnyTagClassName
{
color: #4B2ADE;
}
</style>
background-color css
<style>
a { background-color: #4B2ADE; }
a { background-color: rgb(75,42,222); }
div.DivClassName
{
background-color: #4B2ADE;
}
.BgClassName
{
background-color: #4B2ADE;
}
</style>
border-color css
<style>
span { border-color: #4B2ADE; }
span { border-color: rgb(75,42,222); }
td.TdClassName
{
border-color: #4B2ADE;
}
.TagClassName
{
border-color: #4B2ADE;
}
</style>