Shades of Han Purple #4D0BFF
Tints of Han Purple #4D0BFF
RGB
CMYK
RGB Variations
Color information
#4D0BFF (or 0x4D0BFF) is known color: Han Purple. HEX triplet: 4D, 0B and FF. RGB value is (77,11,255). Sum of RGB (Red+Green+Blue) = 77+11+255=343 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.45% from 343); Green value is 11 (4.69% from 255 or 3.21% from 343); Blue value is 255 (100% from 255 or 74.34% from 343); Max value from RGB is 255 - color contains mainly: blue. Hex color #4D0BFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4D0BFF is #B2F400. Grayscale: #393939. Windows color (decimal): -11727873 or 16714573. OLE color: 16714573.
HSL color Cylindrical-coordinate representation of color #4D0BFF: hue angle of 256.23º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4D0BFF is Cyan = 0.70, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 77 | 11 | 255 | - |
| CMYK | 0.70 | 0.96 | 0 | 0 |
| HSL | 256.23º | 1% | 0.52% | - |
| HSV(B) | 256.23º | 0.96% | 1% | - |
| XYZ | 21.23 | 9.04 | 95.23 | - |
| YUV | 58.55 | 238.87 | 141.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 11 | 255 | 0.70 | 0.96 | 0 | 0 | 256.23 | 1 | 0.52 |
| Hex | 4D | B | FF | 46 | 60 | 0 | 0 | 100 | 64 | 34 |
| Octal | 115 | 13 | 377 | 106 | 140 | 0 | 0 | 400 | 144 | 64 |
| Binary | 1001101 | 1011 | 11111111 | 1000110 | 1100000 | 0 | 0 | 100000000 | 1100100 | 110100 |
Color Harmonies of #4D0BFF
Complementary color
Monochromatic Colors of #4D0BFF
Black with #4D0BFF
Text Example
Text Example
White with #4D0BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0BFF; }
p { color: rgb(77,11,255); }
H1.HeaderClassName
{
color: #4D0BFF;
}
.AnyTagClassName
{
color: #4D0BFF;
}
</style>
background-color css
<style>
a { background-color: #4D0BFF; }
a { background-color: rgb(77,11,255); }
div.DivClassName
{
background-color: #4D0BFF;
}
.BgClassName
{
background-color: #4D0BFF;
}
</style>
border-color css
<style>
span { border-color: #4D0BFF; }
span { border-color: rgb(77,11,255); }
td.TdClassName
{
border-color: #4D0BFF;
}
.TagClassName
{
border-color: #4D0BFF;
}
</style>