Shades of Han Purple #4D12EB
Tints of Han Purple #4D12EB
RGB
CMYK
RGB Variations
Color information
#4D12EB (or 0x4D12EB) is known color: Han Purple. HEX triplet: 4D, 12 and EB. RGB value is (77,18,235). Sum of RGB (Red+Green+Blue) = 77+18+235=330 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.33% from 330); Green value is 18 (7.42% from 255 or 5.45% from 330); Blue value is 235 (92.19% from 255 or 71.21% from 330); Max value from RGB is 235 - color contains mainly: blue. Hex color #4D12EB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4D12EB is #B2ED14. Grayscale: #3B3B3B. Windows color (decimal): -11726101 or 15405645. OLE color: 15405645.
HSL color Cylindrical-coordinate representation of color #4D12EB: hue angle of 256.31º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4D12EB is Cyan = 0.67, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 77 | 18 | 235 | - |
| CMYK | 0.67 | 0.92 | 0 | 0.08 |
| HSL | 256.31º | 0.86% | 0.5% | - |
| HSV(B) | 256.31º | 0.92% | 0.92% | - |
| XYZ | 18.27 | 8.01 | 79.18 | - |
| YUV | 60.38 | 226.55 | 139.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 18 | 235 | 0.67 | 0.92 | 0 | 0.08 | 256.31 | 0.86 | 0.5 |
| Hex | 4D | 12 | EB | 43 | 5C | 0 | 8 | 100 | 56 | 32 |
| Octal | 115 | 22 | 353 | 103 | 134 | 0 | 10 | 400 | 126 | 62 |
| Binary | 1001101 | 10010 | 11101011 | 1000011 | 1011100 | 0 | 1000 | 100000000 | 1010110 | 110010 |
Color Harmonies of #4D12EB
Complementary color
Monochromatic Colors of #4D12EB
Black with #4D12EB
Text Example
Text Example
White with #4D12EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D12EB; }
p { color: rgb(77,18,235); }
H1.HeaderClassName
{
color: #4D12EB;
}
.AnyTagClassName
{
color: #4D12EB;
}
</style>
background-color css
<style>
a { background-color: #4D12EB; }
a { background-color: rgb(77,18,235); }
div.DivClassName
{
background-color: #4D12EB;
}
.BgClassName
{
background-color: #4D12EB;
}
</style>
border-color css
<style>
span { border-color: #4D12EB; }
span { border-color: rgb(77,18,235); }
td.TdClassName
{
border-color: #4D12EB;
}
.TagClassName
{
border-color: #4D12EB;
}
</style>