Shades of Han Purple #4B2ADC
Tints of Han Purple #4B2ADC
RGB
CMYK
RGB Variations
Color information
#4B2ADC (or 0x4B2ADC) is known color: Han Purple. HEX triplet: 4B, 2A and DC. RGB value is (75,42,220). Sum of RGB (Red+Green+Blue) = 75+42+220=337 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.26% from 337); Green value is 42 (16.80% from 255 or 12.46% from 337); Blue value is 220 (86.33% from 255 or 65.28% from 337); Max value from RGB is 220 - color contains mainly: blue. Hex color #4B2ADC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B2ADC is #B4D523. Grayscale: #474747. Windows color (decimal): -11851044 or 14428747. OLE color: 14428747.
HSL color Cylindrical-coordinate representation of color #4B2ADC: hue angle of 251.12º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4B2ADC is Cyan = 0.66, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 75 | 42 | 220 | - |
| CMYK | 0.66 | 0.81 | 0 | 0.14 |
| HSL | 251.12º | 0.72% | 0.51% | - |
| HSV(B) | 251.12º | 0.81% | 0.86% | - |
| XYZ | 16.65 | 8.32 | 68.44 | - |
| YUV | 72.16 | 211.43 | 130.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 42 | 220 | 0.66 | 0.81 | 0 | 0.14 | 251.12 | 0.72 | 0.51 |
| Hex | 4B | 2A | DC | 42 | 51 | 0 | E | FB | 48 | 33 |
| Octal | 113 | 52 | 334 | 102 | 121 | 0 | 16 | 373 | 110 | 63 |
| Binary | 1001011 | 101010 | 11011100 | 1000010 | 1010001 | 0 | 1110 | 11111011 | 1001000 | 110011 |
Color Harmonies of #4B2ADC
Complementary color
Monochromatic Colors of #4B2ADC
Black with #4B2ADC
Text Example
Text Example
White with #4B2ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2ADC; }
p { color: rgb(75,42,220); }
H1.HeaderClassName
{
color: #4B2ADC;
}
.AnyTagClassName
{
color: #4B2ADC;
}
</style>
background-color css
<style>
a { background-color: #4B2ADC; }
a { background-color: rgb(75,42,220); }
div.DivClassName
{
background-color: #4B2ADC;
}
.BgClassName
{
background-color: #4B2ADC;
}
</style>
border-color css
<style>
span { border-color: #4B2ADC; }
span { border-color: rgb(75,42,220); }
td.TdClassName
{
border-color: #4B2ADC;
}
.TagClassName
{
border-color: #4B2ADC;
}
</style>