Shades of Han Purple #4D15EB
Tints of Han Purple #4D15EB
RGB
CMYK
RGB Variations
Color information
#4D15EB (or 0x4D15EB) is known color: Han Purple. HEX triplet: 4D, 15 and EB. RGB value is (77,21,235). Sum of RGB (Red+Green+Blue) = 77+21+235=333 (44% of max value = 765). Red value is 77 (30.47% from 255 or 23.12% from 333); Green value is 21 (8.59% from 255 or 6.31% from 333); Blue value is 235 (92.19% from 255 or 70.57% from 333); Max value from RGB is 235 - color contains mainly: blue. Hex color #4D15EB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4D15EB is #B2EA14. Grayscale: #3D3D3D. Windows color (decimal): -11725333 or 15406413. OLE color: 15406413.
HSL color Cylindrical-coordinate representation of color #4D15EB: hue angle of 255.7º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4D15EB is Cyan = 0.67, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 77 | 21 | 235 | - |
| CMYK | 0.67 | 0.91 | 0 | 0.08 |
| HSL | 255.7º | 0.84% | 0.5% | - |
| HSV(B) | 255.7º | 0.91% | 0.92% | - |
| XYZ | 18.32 | 8.11 | 79.2 | - |
| YUV | 62.14 | 225.55 | 138.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 21 | 235 | 0.67 | 0.91 | 0 | 0.08 | 255.7 | 0.84 | 0.5 |
| Hex | 4D | 15 | EB | 43 | 5B | 0 | 8 | 100 | 54 | 32 |
| Octal | 115 | 25 | 353 | 103 | 133 | 0 | 10 | 400 | 124 | 62 |
| Binary | 1001101 | 10101 | 11101011 | 1000011 | 1011011 | 0 | 1000 | 100000000 | 1010100 | 110010 |
Color Harmonies of #4D15EB
Complementary color
Monochromatic Colors of #4D15EB
Black with #4D15EB
Text Example
Text Example
White with #4D15EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D15EB; }
p { color: rgb(77,21,235); }
H1.HeaderClassName
{
color: #4D15EB;
}
.AnyTagClassName
{
color: #4D15EB;
}
</style>
background-color css
<style>
a { background-color: #4D15EB; }
a { background-color: rgb(77,21,235); }
div.DivClassName
{
background-color: #4D15EB;
}
.BgClassName
{
background-color: #4D15EB;
}
</style>
border-color css
<style>
span { border-color: #4D15EB; }
span { border-color: rgb(77,21,235); }
td.TdClassName
{
border-color: #4D15EB;
}
.TagClassName
{
border-color: #4D15EB;
}
</style>