Shades of Han Purple #4D12EC
Tints of Han Purple #4D12EC
RGB
CMYK
RGB Variations
Color information
#4D12EC (or 0x4D12EC) is known color: Han Purple. HEX triplet: 4D, 12 and EC. RGB value is (77,18,236). Sum of RGB (Red+Green+Blue) = 77+18+236=331 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.26% from 331); Green value is 18 (7.42% from 255 or 5.44% from 331); Blue value is 236 (92.58% from 255 or 71.30% from 331); Max value from RGB is 236 - color contains mainly: blue. Hex color #4D12EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4D12EC is #B2ED13. Grayscale: #3B3B3B. Windows color (decimal): -11726100 or 15471181. OLE color: 15471181.
HSL color Cylindrical-coordinate representation of color #4D12EC: hue angle of 256.24º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4D12EC is Cyan = 0.67, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 77 | 18 | 236 | - |
| CMYK | 0.67 | 0.92 | 0 | 0.07 |
| HSL | 256.24º | 0.86% | 0.5% | - |
| HSV(B) | 256.24º | 0.92% | 0.93% | - |
| XYZ | 18.42 | 8.07 | 79.94 | - |
| YUV | 60.49 | 227.05 | 139.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 18 | 236 | 0.67 | 0.92 | 0 | 0.07 | 256.24 | 0.86 | 0.5 |
| Hex | 4D | 12 | EC | 43 | 5C | 0 | 7 | 100 | 56 | 32 |
| Octal | 115 | 22 | 354 | 103 | 134 | 0 | 7 | 400 | 126 | 62 |
| Binary | 1001101 | 10010 | 11101100 | 1000011 | 1011100 | 0 | 111 | 100000000 | 1010110 | 110010 |
Color Harmonies of #4D12EC
Complementary color
Monochromatic Colors of #4D12EC
Black with #4D12EC
Text Example
Text Example
White with #4D12EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D12EC; }
p { color: rgb(77,18,236); }
H1.HeaderClassName
{
color: #4D12EC;
}
.AnyTagClassName
{
color: #4D12EC;
}
</style>
background-color css
<style>
a { background-color: #4D12EC; }
a { background-color: rgb(77,18,236); }
div.DivClassName
{
background-color: #4D12EC;
}
.BgClassName
{
background-color: #4D12EC;
}
</style>
border-color css
<style>
span { border-color: #4D12EC; }
span { border-color: rgb(77,18,236); }
td.TdClassName
{
border-color: #4D12EC;
}
.TagClassName
{
border-color: #4D12EC;
}
</style>