Shades of Han Purple #4B1DDE
Tints of Han Purple #4B1DDE
RGB
CMYK
RGB Variations
Color information
#4B1DDE (or 0x4B1DDE) is known color: Han Purple. HEX triplet: 4B, 1D and DE. RGB value is (75,29,222). Sum of RGB (Red+Green+Blue) = 75+29+222=326 (43% of max value = 765). Red value is 75 (29.69% from 255 or 23.01% from 326); Green value is 29 (11.72% from 255 or 8.90% from 326); Blue value is 222 (87.11% from 255 or 68.10% from 326); Max value from RGB is 222 - color contains mainly: blue. Hex color #4B1DDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B1DDE is #B4E221. Grayscale: #404040. Windows color (decimal): -11854370 or 14556491. OLE color: 14556491.
HSL color Cylindrical-coordinate representation of color #4B1DDE: hue angle of 254.3º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4B1DDE is Cyan = 0.66, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 75 | 29 | 222 | - |
| CMYK | 0.66 | 0.87 | 0 | 0.13 |
| HSL | 254.3º | 0.77% | 0.49% | - |
| HSV(B) | 254.3º | 0.87% | 0.87% | - |
| XYZ | 16.53 | 7.65 | 69.71 | - |
| YUV | 64.76 | 216.74 | 135.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 29 | 222 | 0.66 | 0.87 | 0 | 0.13 | 254.3 | 0.77 | 0.49 |
| Hex | 4B | 1D | DE | 42 | 57 | 0 | D | FE | 4D | 31 |
| Octal | 113 | 35 | 336 | 102 | 127 | 0 | 15 | 376 | 115 | 61 |
| Binary | 1001011 | 11101 | 11011110 | 1000010 | 1010111 | 0 | 1101 | 11111110 | 1001101 | 110001 |
Color Harmonies of #4B1DDE
Complementary color
Monochromatic Colors of #4B1DDE
Black with #4B1DDE
Text Example
Text Example
White with #4B1DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B1DDE; }
p { color: rgb(75,29,222); }
H1.HeaderClassName
{
color: #4B1DDE;
}
.AnyTagClassName
{
color: #4B1DDE;
}
</style>
background-color css
<style>
a { background-color: #4B1DDE; }
a { background-color: rgb(75,29,222); }
div.DivClassName
{
background-color: #4B1DDE;
}
.BgClassName
{
background-color: #4B1DDE;
}
</style>
border-color css
<style>
span { border-color: #4B1DDE; }
span { border-color: rgb(75,29,222); }
td.TdClassName
{
border-color: #4B1DDE;
}
.TagClassName
{
border-color: #4B1DDE;
}
</style>