Shades of Han Purple #4D2BE0
Tints of Han Purple #4D2BE0
RGB
CMYK
RGB Variations
Color information
#4D2BE0 (or 0x4D2BE0) is known color: Han Purple. HEX triplet: 4D, 2B and E0. RGB value is (77,43,224). Sum of RGB (Red+Green+Blue) = 77+43+224=344 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.38% from 344); Green value is 43 (17.19% from 255 or 12.5% from 344); Blue value is 224 (87.89% from 255 or 65.12% from 344); Max value from RGB is 224 - color contains mainly: blue. Hex color #4D2BE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D2BE0 is #B2D41F. Grayscale: #494949. Windows color (decimal): -11719712 or 14691149. OLE color: 14691149.
HSL color Cylindrical-coordinate representation of color #4D2BE0: hue angle of 251.27º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4D2BE0 is Cyan = 0.66, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 77 | 43 | 224 | - |
| CMYK | 0.66 | 0.81 | 0 | 0.12 |
| HSL | 251.27º | 0.74% | 0.52% | - |
| HSV(B) | 251.27º | 0.81% | 0.88% | - |
| XYZ | 17.38 | 8.69 | 71.28 | - |
| YUV | 73.8 | 212.76 | 130.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 43 | 224 | 0.66 | 0.81 | 0 | 0.12 | 251.27 | 0.74 | 0.52 |
| Hex | 4D | 2B | E0 | 42 | 51 | 0 | C | FB | 4A | 34 |
| Octal | 115 | 53 | 340 | 102 | 121 | 0 | 14 | 373 | 112 | 64 |
| Binary | 1001101 | 101011 | 11100000 | 1000010 | 1010001 | 0 | 1100 | 11111011 | 1001010 | 110100 |
Color Harmonies of #4D2BE0
Complementary color
Monochromatic Colors of #4D2BE0
Black with #4D2BE0
Text Example
Text Example
White with #4D2BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2BE0; }
p { color: rgb(77,43,224); }
H1.HeaderClassName
{
color: #4D2BE0;
}
.AnyTagClassName
{
color: #4D2BE0;
}
</style>
background-color css
<style>
a { background-color: #4D2BE0; }
a { background-color: rgb(77,43,224); }
div.DivClassName
{
background-color: #4D2BE0;
}
.BgClassName
{
background-color: #4D2BE0;
}
</style>
border-color css
<style>
span { border-color: #4D2BE0; }
span { border-color: rgb(77,43,224); }
td.TdClassName
{
border-color: #4D2BE0;
}
.TagClassName
{
border-color: #4D2BE0;
}
</style>