Shades of Han Purple #4D0BE7
Tints of Han Purple #4D0BE7
RGB
CMYK
RGB Variations
Color information
#4D0BE7 (or 0x4D0BE7) is known color: Han Purple. HEX triplet: 4D, 0B and E7. RGB value is (77,11,231). Sum of RGB (Red+Green+Blue) = 77+11+231=319 (42% of max value = 765). Red value is 77 (30.47% from 255 or 24.14% from 319); Green value is 11 (4.69% from 255 or 3.45% from 319); Blue value is 231 (90.62% from 255 or 72.41% from 319); Max value from RGB is 231 - color contains mainly: blue. Hex color #4D0BE7 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4D0BE7 is #B2F418. Grayscale: #373737. Windows color (decimal): -11727897 or 15141709. OLE color: 15141709.
HSL color Cylindrical-coordinate representation of color #4D0BE7: hue angle of 258º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4D0BE7 is Cyan = 0.67, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 77 | 11 | 231 | - |
| CMYK | 0.67 | 0.95 | 0 | 0.09 |
| HSL | 258º | 0.91% | 0.47% | - |
| HSV(B) | 258º | 0.95% | 0.91% | - |
| XYZ | 17.6 | 7.59 | 76.14 | - |
| YUV | 55.81 | 226.87 | 143.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 11 | 231 | 0.67 | 0.95 | 0 | 0.09 | 258 | 0.91 | 0.47 |
| Hex | 4D | B | E7 | 43 | 5F | 0 | 9 | 102 | 5B | 2F |
| Octal | 115 | 13 | 347 | 103 | 137 | 0 | 11 | 402 | 133 | 57 |
| Binary | 1001101 | 1011 | 11100111 | 1000011 | 1011111 | 0 | 1001 | 100000010 | 1011011 | 101111 |
Color Harmonies of #4D0BE7
Complementary color
Monochromatic Colors of #4D0BE7
Black with #4D0BE7
Text Example
Text Example
White with #4D0BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0BE7; }
p { color: rgb(77,11,231); }
H1.HeaderClassName
{
color: #4D0BE7;
}
.AnyTagClassName
{
color: #4D0BE7;
}
</style>
background-color css
<style>
a { background-color: #4D0BE7; }
a { background-color: rgb(77,11,231); }
div.DivClassName
{
background-color: #4D0BE7;
}
.BgClassName
{
background-color: #4D0BE7;
}
</style>
border-color css
<style>
span { border-color: #4D0BE7; }
span { border-color: rgb(77,11,231); }
td.TdClassName
{
border-color: #4D0BE7;
}
.TagClassName
{
border-color: #4D0BE7;
}
</style>