Shades of Han Purple #4D18FA
Tints of Han Purple #4D18FA
RGB
CMYK
RGB Variations
Color information
#4D18FA (or 0x4D18FA) is known color: Han Purple. HEX triplet: 4D, 18 and FA. RGB value is (77,24,250). Sum of RGB (Red+Green+Blue) = 77+24+250=351 (46% of max value = 765). Red value is 77 (30.47% from 255 or 21.94% from 351); Green value is 24 (9.77% from 255 or 6.84% from 351); Blue value is 250 (98.05% from 255 or 71.23% from 351); Max value from RGB is 250 - color contains mainly: blue. Hex color #4D18FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4D18FA is #B2E705. Grayscale: #404040. Windows color (decimal): -11724550 or 16390221. OLE color: 16390221.
HSL color Cylindrical-coordinate representation of color #4D18FA: hue angle of 254.07º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4D18FA is Cyan = 0.69, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 24 | 250 | - |
| CMYK | 0.69 | 0.90 | 0 | 0.02 |
| HSL | 254.07º | 0.96% | 0.54% | - |
| HSV(B) | 254.07º | 0.9% | 0.98% | - |
| XYZ | 20.64 | 9.13 | 91.12 | - |
| YUV | 65.61 | 232.06 | 136.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 24 | 250 | 0.69 | 0.90 | 0 | 0.02 | 254.07 | 0.96 | 0.54 |
| Hex | 4D | 18 | FA | 45 | 5A | 0 | 2 | FE | 60 | 36 |
| Octal | 115 | 30 | 372 | 105 | 132 | 0 | 2 | 376 | 140 | 66 |
| Binary | 1001101 | 11000 | 11111010 | 1000101 | 1011010 | 0 | 10 | 11111110 | 1100000 | 110110 |
Color Harmonies of #4D18FA
Complementary color
Monochromatic Colors of #4D18FA
Black with #4D18FA
Text Example
Text Example
White with #4D18FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D18FA; }
p { color: rgb(77,24,250); }
H1.HeaderClassName
{
color: #4D18FA;
}
.AnyTagClassName
{
color: #4D18FA;
}
</style>
background-color css
<style>
a { background-color: #4D18FA; }
a { background-color: rgb(77,24,250); }
div.DivClassName
{
background-color: #4D18FA;
}
.BgClassName
{
background-color: #4D18FA;
}
</style>
border-color css
<style>
span { border-color: #4D18FA; }
span { border-color: rgb(77,24,250); }
td.TdClassName
{
border-color: #4D18FA;
}
.TagClassName
{
border-color: #4D18FA;
}
</style>