Shades of Han Purple #4D1DE0
Tints of Han Purple #4D1DE0
RGB
CMYK
RGB Variations
Color information
#4D1DE0 (or 0x4D1DE0) is known color: Han Purple. HEX triplet: 4D, 1D and E0. RGB value is (77,29,224). Sum of RGB (Red+Green+Blue) = 77+29+224=330 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.33% from 330); Green value is 29 (11.72% from 255 or 8.79% from 330); Blue value is 224 (87.89% from 255 or 67.88% from 330); Max value from RGB is 224 - color contains mainly: blue. Hex color #4D1DE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D1DE0 is #B2E21F. Grayscale: #404040. Windows color (decimal): -11723296 or 14687565. OLE color: 14687565.
HSL color Cylindrical-coordinate representation of color #4D1DE0: hue angle of 254.77º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4D1DE0 is Cyan = 0.66, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 77 | 29 | 224 | - |
| CMYK | 0.66 | 0.87 | 0 | 0.12 |
| HSL | 254.77º | 0.77% | 0.5% | - |
| HSV(B) | 254.77º | 0.87% | 0.88% | - |
| XYZ | 16.95 | 7.84 | 71.14 | - |
| YUV | 65.58 | 217.4 | 136.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 29 | 224 | 0.66 | 0.87 | 0 | 0.12 | 254.77 | 0.77 | 0.5 |
| Hex | 4D | 1D | E0 | 42 | 57 | 0 | C | FF | 4D | 32 |
| Octal | 115 | 35 | 340 | 102 | 127 | 0 | 14 | 377 | 115 | 62 |
| Binary | 1001101 | 11101 | 11100000 | 1000010 | 1010111 | 0 | 1100 | 11111111 | 1001101 | 110010 |
Color Harmonies of #4D1DE0
Complementary color
Monochromatic Colors of #4D1DE0
Black with #4D1DE0
Text Example
Text Example
White with #4D1DE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1DE0; }
p { color: rgb(77,29,224); }
H1.HeaderClassName
{
color: #4D1DE0;
}
.AnyTagClassName
{
color: #4D1DE0;
}
</style>
background-color css
<style>
a { background-color: #4D1DE0; }
a { background-color: rgb(77,29,224); }
div.DivClassName
{
background-color: #4D1DE0;
}
.BgClassName
{
background-color: #4D1DE0;
}
</style>
border-color css
<style>
span { border-color: #4D1DE0; }
span { border-color: rgb(77,29,224); }
td.TdClassName
{
border-color: #4D1DE0;
}
.TagClassName
{
border-color: #4D1DE0;
}
</style>