Shades of Han Purple #4D15FF
Tints of Han Purple #4D15FF
RGB
CMYK
RGB Variations
Color information
#4D15FF (or 0x4D15FF) is known color: Han Purple. HEX triplet: 4D, 15 and FF. RGB value is (77,21,255). Sum of RGB (Red+Green+Blue) = 77+21+255=353 (46% of max value = 765). Red value is 77 (30.47% from 255 or 21.81% from 353); Green value is 21 (8.59% from 255 or 5.95% from 353); Blue value is 255 (100% from 255 or 72.24% from 353); Max value from RGB is 255 - color contains mainly: blue. Hex color #4D15FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4D15FF is #B2EA00. Grayscale: #3F3F3F. Windows color (decimal): -11725313 or 16717133. OLE color: 16717133.
HSL color Cylindrical-coordinate representation of color #4D15FF: hue angle of 254.36º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4D15FF is Cyan = 0.70, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 77 | 21 | 255 | - |
| CMYK | 0.70 | 0.92 | 0 | 0 |
| HSL | 254.36º | 1% | 0.54% | - |
| HSV(B) | 254.36º | 0.92% | 1% | - |
| XYZ | 21.38 | 9.33 | 95.28 | - |
| YUV | 64.42 | 235.55 | 136.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 21 | 255 | 0.70 | 0.92 | 0 | 0 | 254.36 | 1 | 0.54 |
| Hex | 4D | 15 | FF | 46 | 5C | 0 | 0 | FE | 64 | 36 |
| Octal | 115 | 25 | 377 | 106 | 134 | 0 | 0 | 376 | 144 | 66 |
| Binary | 1001101 | 10101 | 11111111 | 1000110 | 1011100 | 0 | 0 | 11111110 | 1100100 | 110110 |
Color Harmonies of #4D15FF
Complementary color
Monochromatic Colors of #4D15FF
Black with #4D15FF
Text Example
Text Example
White with #4D15FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D15FF; }
p { color: rgb(77,21,255); }
H1.HeaderClassName
{
color: #4D15FF;
}
.AnyTagClassName
{
color: #4D15FF;
}
</style>
background-color css
<style>
a { background-color: #4D15FF; }
a { background-color: rgb(77,21,255); }
div.DivClassName
{
background-color: #4D15FF;
}
.BgClassName
{
background-color: #4D15FF;
}
</style>
border-color css
<style>
span { border-color: #4D15FF; }
span { border-color: rgb(77,21,255); }
td.TdClassName
{
border-color: #4D15FF;
}
.TagClassName
{
border-color: #4D15FF;
}
</style>