Shades of Han Purple #4D12F6
Tints of Han Purple #4D12F6
RGB
CMYK
RGB Variations
Color information
#4D12F6 (or 0x4D12F6) is known color: Han Purple. HEX triplet: 4D, 12 and F6. RGB value is (77,18,246). Sum of RGB (Red+Green+Blue) = 77+18+246=341 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.58% from 341); Green value is 18 (7.42% from 255 or 5.28% from 341); Blue value is 246 (96.48% from 255 or 72.14% from 341); Max value from RGB is 246 - color contains mainly: blue. Hex color #4D12F6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4D12F6 is #B2ED09. Grayscale: #3C3C3C. Windows color (decimal): -11726090 or 16126541. OLE color: 16126541.
HSL color Cylindrical-coordinate representation of color #4D12F6: hue angle of 255.53º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4D12F6 is Cyan = 0.69, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 77 | 18 | 246 | - |
| CMYK | 0.69 | 0.93 | 0 | 0.04 |
| HSL | 255.53º | 0.93% | 0.52% | - |
| HSV(B) | 255.53º | 0.93% | 0.96% | - |
| XYZ | 19.91 | 8.66 | 87.81 | - |
| YUV | 61.63 | 232.05 | 138.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 18 | 246 | 0.69 | 0.93 | 0 | 0.04 | 255.53 | 0.93 | 0.52 |
| Hex | 4D | 12 | F6 | 45 | 5D | 0 | 4 | 100 | 5D | 34 |
| Octal | 115 | 22 | 366 | 105 | 135 | 0 | 4 | 400 | 135 | 64 |
| Binary | 1001101 | 10010 | 11110110 | 1000101 | 1011101 | 0 | 100 | 100000000 | 1011101 | 110100 |
Color Harmonies of #4D12F6
Complementary color
Monochromatic Colors of #4D12F6
Black with #4D12F6
Text Example
Text Example
White with #4D12F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D12F6; }
p { color: rgb(77,18,246); }
H1.HeaderClassName
{
color: #4D12F6;
}
.AnyTagClassName
{
color: #4D12F6;
}
</style>
background-color css
<style>
a { background-color: #4D12F6; }
a { background-color: rgb(77,18,246); }
div.DivClassName
{
background-color: #4D12F6;
}
.BgClassName
{
background-color: #4D12F6;
}
</style>
border-color css
<style>
span { border-color: #4D12F6; }
span { border-color: rgb(77,18,246); }
td.TdClassName
{
border-color: #4D12F6;
}
.TagClassName
{
border-color: #4D12F6;
}
</style>