Shades of Han Purple #4D18FF
Tints of Han Purple #4D18FF
RGB
CMYK
RGB Variations
Color information
#4D18FF (or 0x4D18FF) is known color: Han Purple. HEX triplet: 4D, 18 and FF. RGB value is (77,24,255). Sum of RGB (Red+Green+Blue) = 77+24+255=356 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.63% from 356); Green value is 24 (9.77% from 255 or 6.74% from 356); Blue value is 255 (100% from 255 or 71.63% from 356); Max value from RGB is 255 - color contains mainly: blue. Hex color #4D18FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4D18FF is #B2E700. Grayscale: #414141. Windows color (decimal): -11724545 or 16717901. OLE color: 16717901.
HSL color Cylindrical-coordinate representation of color #4D18FF: hue angle of 253.77º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4D18FF is Cyan = 0.70, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 77 | 24 | 255 | - |
| CMYK | 0.70 | 0.91 | 0 | 0 |
| HSL | 253.77º | 1% | 0.55% | - |
| HSV(B) | 253.77º | 0.91% | 1% | - |
| XYZ | 21.44 | 9.45 | 95.3 | - |
| YUV | 66.18 | 234.56 | 135.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 24 | 255 | 0.70 | 0.91 | 0 | 0 | 253.77 | 1 | 0.55 |
| Hex | 4D | 18 | FF | 46 | 5B | 0 | 0 | FE | 64 | 37 |
| Octal | 115 | 30 | 377 | 106 | 133 | 0 | 0 | 376 | 144 | 67 |
| Binary | 1001101 | 11000 | 11111111 | 1000110 | 1011011 | 0 | 0 | 11111110 | 1100100 | 110111 |
Color Harmonies of #4D18FF
Complementary color
Monochromatic Colors of #4D18FF
Black with #4D18FF
Text Example
Text Example
White with #4D18FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D18FF; }
p { color: rgb(77,24,255); }
H1.HeaderClassName
{
color: #4D18FF;
}
.AnyTagClassName
{
color: #4D18FF;
}
</style>
background-color css
<style>
a { background-color: #4D18FF; }
a { background-color: rgb(77,24,255); }
div.DivClassName
{
background-color: #4D18FF;
}
.BgClassName
{
background-color: #4D18FF;
}
</style>
border-color css
<style>
span { border-color: #4D18FF; }
span { border-color: rgb(77,24,255); }
td.TdClassName
{
border-color: #4D18FF;
}
.TagClassName
{
border-color: #4D18FF;
}
</style>