Shades of Han Purple #4B1ADC
Tints of Han Purple #4B1ADC
RGB
CMYK
RGB Variations
Color information
#4B1ADC (or 0x4B1ADC) is known color: Han Purple. HEX triplet: 4B, 1A and DC. RGB value is (75,26,220). Sum of RGB (Red+Green+Blue) = 75+26+220=321 (42% of max value = 765). Red value is 75 (29.69% from 255 or 23.36% from 321); Green value is 26 (10.55% from 255 or 8.10% from 321); Blue value is 220 (86.33% from 255 or 68.54% from 321); Max value from RGB is 220 - color contains mainly: blue. Hex color #4B1ADC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B1ADC is #B4E523. Grayscale: #3E3E3E. Windows color (decimal): -11855140 or 14424651. OLE color: 14424651.
HSL color Cylindrical-coordinate representation of color #4B1ADC: hue angle of 255.15º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4B1ADC is Cyan = 0.66, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 75 | 26 | 220 | - |
| CMYK | 0.66 | 0.88 | 0 | 0.14 |
| HSL | 255.15º | 0.79% | 0.48% | - |
| HSV(B) | 255.15º | 0.88% | 0.86% | - |
| XYZ | 16.19 | 7.4 | 68.29 | - |
| YUV | 62.77 | 216.73 | 136.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 26 | 220 | 0.66 | 0.88 | 0 | 0.14 | 255.15 | 0.79 | 0.48 |
| Hex | 4B | 1A | DC | 42 | 58 | 0 | E | FF | 4F | 30 |
| Octal | 113 | 32 | 334 | 102 | 130 | 0 | 16 | 377 | 117 | 60 |
| Binary | 1001011 | 11010 | 11011100 | 1000010 | 1011000 | 0 | 1110 | 11111111 | 1001111 | 110000 |
Color Harmonies of #4B1ADC
Complementary color
Monochromatic Colors of #4B1ADC
Black with #4B1ADC
Text Example
Text Example
White with #4B1ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B1ADC; }
p { color: rgb(75,26,220); }
H1.HeaderClassName
{
color: #4B1ADC;
}
.AnyTagClassName
{
color: #4B1ADC;
}
</style>
background-color css
<style>
a { background-color: #4B1ADC; }
a { background-color: rgb(75,26,220); }
div.DivClassName
{
background-color: #4B1ADC;
}
.BgClassName
{
background-color: #4B1ADC;
}
</style>
border-color css
<style>
span { border-color: #4B1ADC; }
span { border-color: rgb(75,26,220); }
td.TdClassName
{
border-color: #4B1ADC;
}
.TagClassName
{
border-color: #4B1ADC;
}
</style>