Shades of Han Purple #4D1CE0
Tints of Han Purple #4D1CE0
RGB
CMYK
RGB Variations
Color information
#4D1CE0 (or 0x4D1CE0) is known color: Han Purple. HEX triplet: 4D, 1C and E0. RGB value is (77,28,224). Sum of RGB (Red+Green+Blue) = 77+28+224=329 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.40% from 329); Green value is 28 (11.33% from 255 or 8.51% from 329); Blue value is 224 (87.89% from 255 or 68.09% from 329); Max value from RGB is 224 - color contains mainly: blue. Hex color #4D1CE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D1CE0 is #B2E31F. Grayscale: #404040. Windows color (decimal): -11723552 or 14687309. OLE color: 14687309.
HSL color Cylindrical-coordinate representation of color #4D1CE0: hue angle of 255º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4D1CE0 is Cyan = 0.66, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 77 | 28 | 224 | - |
| CMYK | 0.66 | 0.88 | 0 | 0.12 |
| HSL | 255º | 0.78% | 0.49% | - |
| HSV(B) | 255º | 0.88% | 0.88% | - |
| XYZ | 16.93 | 7.79 | 71.13 | - |
| YUV | 65 | 217.73 | 136.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 28 | 224 | 0.66 | 0.88 | 0 | 0.12 | 255 | 0.78 | 0.49 |
| Hex | 4D | 1C | E0 | 42 | 58 | 0 | C | FF | 4E | 31 |
| Octal | 115 | 34 | 340 | 102 | 130 | 0 | 14 | 377 | 116 | 61 |
| Binary | 1001101 | 11100 | 11100000 | 1000010 | 1011000 | 0 | 1100 | 11111111 | 1001110 | 110001 |
Color Harmonies of #4D1CE0
Complementary color
Monochromatic Colors of #4D1CE0
Black with #4D1CE0
Text Example
Text Example
White with #4D1CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1CE0; }
p { color: rgb(77,28,224); }
H1.HeaderClassName
{
color: #4D1CE0;
}
.AnyTagClassName
{
color: #4D1CE0;
}
</style>
background-color css
<style>
a { background-color: #4D1CE0; }
a { background-color: rgb(77,28,224); }
div.DivClassName
{
background-color: #4D1CE0;
}
.BgClassName
{
background-color: #4D1CE0;
}
</style>
border-color css
<style>
span { border-color: #4D1CE0; }
span { border-color: rgb(77,28,224); }
td.TdClassName
{
border-color: #4D1CE0;
}
.TagClassName
{
border-color: #4D1CE0;
}
</style>