Shades of Han Purple #4D2BEB
Tints of Han Purple #4D2BEB
RGB
CMYK
RGB Variations
Color information
#4D2BEB (or 0x4D2BEB) is known color: Han Purple. HEX triplet: 4D, 2B and EB. RGB value is (77,43,235). Sum of RGB (Red+Green+Blue) = 77+43+235=355 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.69% from 355); Green value is 43 (17.19% from 255 or 12.11% from 355); Blue value is 235 (92.19% from 255 or 66.20% from 355); Max value from RGB is 235 - color contains mainly: blue. Hex color #4D2BEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D2BEB is #B2D414. Grayscale: #4A4A4A. Windows color (decimal): -11719701 or 15412045. OLE color: 15412045.
HSL color Cylindrical-coordinate representation of color #4D2BEB: hue angle of 250.63º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4D2BEB is Cyan = 0.67, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 77 | 43 | 235 | - |
| CMYK | 0.67 | 0.82 | 0 | 0.08 |
| HSL | 250.63º | 0.83% | 0.55% | - |
| HSV(B) | 250.63º | 0.82% | 0.92% | - |
| XYZ | 18.92 | 9.3 | 79.4 | - |
| YUV | 75.05 | 218.26 | 129.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 43 | 235 | 0.67 | 0.82 | 0 | 0.08 | 250.63 | 0.83 | 0.55 |
| Hex | 4D | 2B | EB | 43 | 52 | 0 | 8 | FB | 53 | 37 |
| Octal | 115 | 53 | 353 | 103 | 122 | 0 | 10 | 373 | 123 | 67 |
| Binary | 1001101 | 101011 | 11101011 | 1000011 | 1010010 | 0 | 1000 | 11111011 | 1010011 | 110111 |
Color Harmonies of #4D2BEB
Complementary color
Monochromatic Colors of #4D2BEB
Black with #4D2BEB
Text Example
Text Example
White with #4D2BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2BEB; }
p { color: rgb(77,43,235); }
H1.HeaderClassName
{
color: #4D2BEB;
}
.AnyTagClassName
{
color: #4D2BEB;
}
</style>
background-color css
<style>
a { background-color: #4D2BEB; }
a { background-color: rgb(77,43,235); }
div.DivClassName
{
background-color: #4D2BEB;
}
.BgClassName
{
background-color: #4D2BEB;
}
</style>
border-color css
<style>
span { border-color: #4D2BEB; }
span { border-color: rgb(77,43,235); }
td.TdClassName
{
border-color: #4D2BEB;
}
.TagClassName
{
border-color: #4D2BEB;
}
</style>