Shades of Han Purple #4D1DEF
Tints of Han Purple #4D1DEF
RGB
CMYK
RGB Variations
Color information
#4D1DEF (or 0x4D1DEF) is known color: Han Purple. HEX triplet: 4D, 1D and EF. RGB value is (77,29,239). Sum of RGB (Red+Green+Blue) = 77+29+239=345 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.32% from 345); Green value is 29 (11.72% from 255 or 8.41% from 345); Blue value is 239 (93.75% from 255 or 69.28% from 345); Max value from RGB is 239 - color contains mainly: blue. Hex color #4D1DEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D1DEF is #B2E210. Grayscale: #424242. Windows color (decimal): -11723281 or 15670605. OLE color: 15670605.
HSL color Cylindrical-coordinate representation of color #4D1DEF: hue angle of 253.71º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4D1DEF is Cyan = 0.68, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 77 | 29 | 239 | - |
| CMYK | 0.68 | 0.88 | 0 | 0.06 |
| HSL | 253.71º | 0.87% | 0.53% | - |
| HSV(B) | 253.71º | 0.88% | 0.94% | - |
| XYZ | 19.08 | 8.69 | 82.33 | - |
| YUV | 67.29 | 224.9 | 134.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 29 | 239 | 0.68 | 0.88 | 0 | 0.06 | 253.71 | 0.87 | 0.53 |
| Hex | 4D | 1D | EF | 44 | 58 | 0 | 6 | FE | 57 | 35 |
| Octal | 115 | 35 | 357 | 104 | 130 | 0 | 6 | 376 | 127 | 65 |
| Binary | 1001101 | 11101 | 11101111 | 1000100 | 1011000 | 0 | 110 | 11111110 | 1010111 | 110101 |
Color Harmonies of #4D1DEF
Complementary color
Monochromatic Colors of #4D1DEF
Black with #4D1DEF
Text Example
Text Example
White with #4D1DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1DEF; }
p { color: rgb(77,29,239); }
H1.HeaderClassName
{
color: #4D1DEF;
}
.AnyTagClassName
{
color: #4D1DEF;
}
</style>
background-color css
<style>
a { background-color: #4D1DEF; }
a { background-color: rgb(77,29,239); }
div.DivClassName
{
background-color: #4D1DEF;
}
.BgClassName
{
background-color: #4D1DEF;
}
</style>
border-color css
<style>
span { border-color: #4D1DEF; }
span { border-color: rgb(77,29,239); }
td.TdClassName
{
border-color: #4D1DEF;
}
.TagClassName
{
border-color: #4D1DEF;
}
</style>