Shades of Han Purple #4D1DEC
Tints of Han Purple #4D1DEC
RGB
CMYK
RGB Variations
Color information
#4D1DEC (or 0x4D1DEC) is known color: Han Purple. HEX triplet: 4D, 1D and EC. RGB value is (77,29,236). Sum of RGB (Red+Green+Blue) = 77+29+236=342 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.51% from 342); Green value is 29 (11.72% from 255 or 8.48% from 342); Blue value is 236 (92.58% from 255 or 69.01% from 342); Max value from RGB is 236 - color contains mainly: blue. Hex color #4D1DEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D1DEC is #B2E213. Grayscale: #424242. Windows color (decimal): -11723284 or 15473997. OLE color: 15473997.
HSL color Cylindrical-coordinate representation of color #4D1DEC: hue angle of 253.91º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4D1DEC is Cyan = 0.67, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 77 | 29 | 236 | - |
| CMYK | 0.67 | 0.88 | 0 | 0.07 |
| HSL | 253.91º | 0.84% | 0.52% | - |
| HSV(B) | 253.91º | 0.88% | 0.93% | - |
| XYZ | 18.64 | 8.51 | 80.02 | - |
| YUV | 66.95 | 223.4 | 135.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 29 | 236 | 0.67 | 0.88 | 0 | 0.07 | 253.91 | 0.84 | 0.52 |
| Hex | 4D | 1D | EC | 43 | 58 | 0 | 7 | FE | 54 | 34 |
| Octal | 115 | 35 | 354 | 103 | 130 | 0 | 7 | 376 | 124 | 64 |
| Binary | 1001101 | 11101 | 11101100 | 1000011 | 1011000 | 0 | 111 | 11111110 | 1010100 | 110100 |
Color Harmonies of #4D1DEC
Complementary color
Monochromatic Colors of #4D1DEC
Black with #4D1DEC
Text Example
Text Example
White with #4D1DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1DEC; }
p { color: rgb(77,29,236); }
H1.HeaderClassName
{
color: #4D1DEC;
}
.AnyTagClassName
{
color: #4D1DEC;
}
</style>
background-color css
<style>
a { background-color: #4D1DEC; }
a { background-color: rgb(77,29,236); }
div.DivClassName
{
background-color: #4D1DEC;
}
.BgClassName
{
background-color: #4D1DEC;
}
</style>
border-color css
<style>
span { border-color: #4D1DEC; }
span { border-color: rgb(77,29,236); }
td.TdClassName
{
border-color: #4D1DEC;
}
.TagClassName
{
border-color: #4D1DEC;
}
</style>