Shades of Han Purple #4D12EA
Tints of Han Purple #4D12EA
RGB
CMYK
RGB Variations
Color information
#4D12EA (or 0x4D12EA) is known color: Han Purple. HEX triplet: 4D, 12 and EA. RGB value is (77,18,234). Sum of RGB (Red+Green+Blue) = 77+18+234=329 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.40% from 329); Green value is 18 (7.42% from 255 or 5.47% from 329); Blue value is 234 (91.80% from 255 or 71.12% from 329); Max value from RGB is 234 - color contains mainly: blue. Hex color #4D12EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4D12EA is #B2ED15. Grayscale: #3B3B3B. Windows color (decimal): -11726102 or 15340109. OLE color: 15340109.
HSL color Cylindrical-coordinate representation of color #4D12EA: hue angle of 256.39º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4D12EA is Cyan = 0.67, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 77 | 18 | 234 | - |
| CMYK | 0.67 | 0.92 | 0 | 0.08 |
| HSL | 256.39º | 0.86% | 0.49% | - |
| HSV(B) | 256.39º | 0.92% | 0.92% | - |
| XYZ | 18.13 | 7.95 | 78.42 | - |
| YUV | 60.27 | 226.05 | 139.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 18 | 234 | 0.67 | 0.92 | 0 | 0.08 | 256.39 | 0.86 | 0.49 |
| Hex | 4D | 12 | EA | 43 | 5C | 0 | 8 | 100 | 56 | 31 |
| Octal | 115 | 22 | 352 | 103 | 134 | 0 | 10 | 400 | 126 | 61 |
| Binary | 1001101 | 10010 | 11101010 | 1000011 | 1011100 | 0 | 1000 | 100000000 | 1010110 | 110001 |
Color Harmonies of #4D12EA
Complementary color
Monochromatic Colors of #4D12EA
Black with #4D12EA
Text Example
Text Example
White with #4D12EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D12EA; }
p { color: rgb(77,18,234); }
H1.HeaderClassName
{
color: #4D12EA;
}
.AnyTagClassName
{
color: #4D12EA;
}
</style>
background-color css
<style>
a { background-color: #4D12EA; }
a { background-color: rgb(77,18,234); }
div.DivClassName
{
background-color: #4D12EA;
}
.BgClassName
{
background-color: #4D12EA;
}
</style>
border-color css
<style>
span { border-color: #4D12EA; }
span { border-color: rgb(77,18,234); }
td.TdClassName
{
border-color: #4D12EA;
}
.TagClassName
{
border-color: #4D12EA;
}
</style>