Shades of Han Purple #4D2BEA
Tints of Han Purple #4D2BEA
RGB
CMYK
RGB Variations
Color information
#4D2BEA (or 0x4D2BEA) is known color: Han Purple. HEX triplet: 4D, 2B and EA. RGB value is (77,43,234). Sum of RGB (Red+Green+Blue) = 77+43+234=354 (46% of max value = 765). Red value is 77 (30.47% from 255 or 21.75% from 354); Green value is 43 (17.19% from 255 or 12.15% from 354); Blue value is 234 (91.80% from 255 or 66.10% from 354); Max value from RGB is 234 - color contains mainly: blue. Hex color #4D2BEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D2BEA is #B2D415. Grayscale: #4A4A4A. Windows color (decimal): -11719702 or 15346509. OLE color: 15346509.
HSL color Cylindrical-coordinate representation of color #4D2BEA: hue angle of 250.68º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4D2BEA is Cyan = 0.67, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 77 | 43 | 234 | - |
| CMYK | 0.67 | 0.82 | 0 | 0.08 |
| HSL | 250.68º | 0.82% | 0.54% | - |
| HSV(B) | 250.68º | 0.82% | 0.92% | - |
| XYZ | 18.78 | 9.25 | 78.64 | - |
| YUV | 74.94 | 217.76 | 129.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 43 | 234 | 0.67 | 0.82 | 0 | 0.08 | 250.68 | 0.82 | 0.54 |
| Hex | 4D | 2B | EA | 43 | 52 | 0 | 8 | FB | 52 | 36 |
| Octal | 115 | 53 | 352 | 103 | 122 | 0 | 10 | 373 | 122 | 66 |
| Binary | 1001101 | 101011 | 11101010 | 1000011 | 1010010 | 0 | 1000 | 11111011 | 1010010 | 110110 |
Color Harmonies of #4D2BEA
Complementary color
Monochromatic Colors of #4D2BEA
Black with #4D2BEA
Text Example
Text Example
White with #4D2BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2BEA; }
p { color: rgb(77,43,234); }
H1.HeaderClassName
{
color: #4D2BEA;
}
.AnyTagClassName
{
color: #4D2BEA;
}
</style>
background-color css
<style>
a { background-color: #4D2BEA; }
a { background-color: rgb(77,43,234); }
div.DivClassName
{
background-color: #4D2BEA;
}
.BgClassName
{
background-color: #4D2BEA;
}
</style>
border-color css
<style>
span { border-color: #4D2BEA; }
span { border-color: rgb(77,43,234); }
td.TdClassName
{
border-color: #4D2BEA;
}
.TagClassName
{
border-color: #4D2BEA;
}
</style>