Shades of Han Purple #4D12FC
Tints of Han Purple #4D12FC
RGB
CMYK
RGB Variations
Color information
#4D12FC (or 0x4D12FC) is known color: Han Purple. HEX triplet: 4D, 12 and FC. RGB value is (77,18,252). Sum of RGB (Red+Green+Blue) = 77+18+252=347 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.19% from 347); Green value is 18 (7.42% from 255 or 5.19% from 347); Blue value is 252 (98.83% from 255 or 72.62% from 347); Max value from RGB is 252 - color contains mainly: blue. Hex color #4D12FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4D12FC is #B2ED03. Grayscale: #3D3D3D. Windows color (decimal): -11726084 or 16519757. OLE color: 16519757.
HSL color Cylindrical-coordinate representation of color #4D12FC: hue angle of 255.13º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4D12FC is Cyan = 0.69, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 77 | 18 | 252 | - |
| CMYK | 0.69 | 0.93 | 0 | 0.01 |
| HSL | 255.13º | 0.98% | 0.53% | - |
| HSV(B) | 255.13º | 0.93% | 0.99% | - |
| XYZ | 20.85 | 9.04 | 92.74 | - |
| YUV | 62.32 | 235.05 | 138.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 18 | 252 | 0.69 | 0.93 | 0 | 0.01 | 255.13 | 0.98 | 0.53 |
| Hex | 4D | 12 | FC | 45 | 5D | 0 | 1 | FF | 62 | 35 |
| Octal | 115 | 22 | 374 | 105 | 135 | 0 | 1 | 377 | 142 | 65 |
| Binary | 1001101 | 10010 | 11111100 | 1000101 | 1011101 | 0 | 1 | 11111111 | 1100010 | 110101 |
Color Harmonies of #4D12FC
Complementary color
Monochromatic Colors of #4D12FC
Black with #4D12FC
Text Example
Text Example
White with #4D12FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D12FC; }
p { color: rgb(77,18,252); }
H1.HeaderClassName
{
color: #4D12FC;
}
.AnyTagClassName
{
color: #4D12FC;
}
</style>
background-color css
<style>
a { background-color: #4D12FC; }
a { background-color: rgb(77,18,252); }
div.DivClassName
{
background-color: #4D12FC;
}
.BgClassName
{
background-color: #4D12FC;
}
</style>
border-color css
<style>
span { border-color: #4D12FC; }
span { border-color: rgb(77,18,252); }
td.TdClassName
{
border-color: #4D12FC;
}
.TagClassName
{
border-color: #4D12FC;
}
</style>