Shades of Han Purple #4B1DDC
Tints of Han Purple #4B1DDC
RGB
CMYK
RGB Variations
Color information
#4B1DDC (or 0x4B1DDC) is known color: Han Purple. HEX triplet: 4B, 1D and DC. RGB value is (75,29,220). Sum of RGB (Red+Green+Blue) = 75+29+220=324 (42% of max value = 765). Red value is 75 (29.69% from 255 or 23.15% from 324); Green value is 29 (11.72% from 255 or 8.95% from 324); Blue value is 220 (86.33% from 255 or 67.90% from 324); Max value from RGB is 220 - color contains mainly: blue. Hex color #4B1DDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B1DDC is #B4E223. Grayscale: #3F3F3F. Windows color (decimal): -11854372 or 14425419. OLE color: 14425419.
HSL color Cylindrical-coordinate representation of color #4B1DDC: hue angle of 254.45º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4B1DDC is Cyan = 0.66, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 75 | 29 | 220 | - |
| CMYK | 0.66 | 0.87 | 0 | 0.14 |
| HSL | 254.45º | 0.77% | 0.49% | - |
| HSV(B) | 254.45º | 0.87% | 0.86% | - |
| XYZ | 16.26 | 7.54 | 68.31 | - |
| YUV | 64.53 | 215.74 | 135.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 29 | 220 | 0.66 | 0.87 | 0 | 0.14 | 254.45 | 0.77 | 0.49 |
| Hex | 4B | 1D | DC | 42 | 57 | 0 | E | FE | 4D | 31 |
| Octal | 113 | 35 | 334 | 102 | 127 | 0 | 16 | 376 | 115 | 61 |
| Binary | 1001011 | 11101 | 11011100 | 1000010 | 1010111 | 0 | 1110 | 11111110 | 1001101 | 110001 |
Color Harmonies of #4B1DDC
Complementary color
Monochromatic Colors of #4B1DDC
Black with #4B1DDC
Text Example
Text Example
White with #4B1DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B1DDC; }
p { color: rgb(75,29,220); }
H1.HeaderClassName
{
color: #4B1DDC;
}
.AnyTagClassName
{
color: #4B1DDC;
}
</style>
background-color css
<style>
a { background-color: #4B1DDC; }
a { background-color: rgb(75,29,220); }
div.DivClassName
{
background-color: #4B1DDC;
}
.BgClassName
{
background-color: #4B1DDC;
}
</style>
border-color css
<style>
span { border-color: #4B1DDC; }
span { border-color: rgb(75,29,220); }
td.TdClassName
{
border-color: #4B1DDC;
}
.TagClassName
{
border-color: #4B1DDC;
}
</style>