Shades of Han Purple #4D12FA
Tints of Han Purple #4D12FA
RGB
CMYK
RGB Variations
Color information
#4D12FA (or 0x4D12FA) is known color: Han Purple. HEX triplet: 4D, 12 and FA. RGB value is (77,18,250). Sum of RGB (Red+Green+Blue) = 77+18+250=345 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.32% from 345); Green value is 18 (7.42% from 255 or 5.22% from 345); Blue value is 250 (98.05% from 255 or 72.46% from 345); Max value from RGB is 250 - color contains mainly: blue. Hex color #4D12FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4D12FA is #B2ED05. Grayscale: #3D3D3D. Windows color (decimal): -11726086 or 16388685. OLE color: 16388685.
HSL color Cylindrical-coordinate representation of color #4D12FA: hue angle of 255.26º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4D12FA is Cyan = 0.69, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 18 | 250 | - |
| CMYK | 0.69 | 0.93 | 0 | 0.02 |
| HSL | 255.26º | 0.96% | 0.53% | - |
| HSV(B) | 255.26º | 0.93% | 0.98% | - |
| XYZ | 20.53 | 8.91 | 91.08 | - |
| YUV | 62.09 | 234.05 | 138.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 18 | 250 | 0.69 | 0.93 | 0 | 0.02 | 255.26 | 0.96 | 0.53 |
| Hex | 4D | 12 | FA | 45 | 5D | 0 | 2 | FF | 60 | 35 |
| Octal | 115 | 22 | 372 | 105 | 135 | 0 | 2 | 377 | 140 | 65 |
| Binary | 1001101 | 10010 | 11111010 | 1000101 | 1011101 | 0 | 10 | 11111111 | 1100000 | 110101 |
Color Harmonies of #4D12FA
Complementary color
Monochromatic Colors of #4D12FA
Black with #4D12FA
Text Example
Text Example
White with #4D12FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D12FA; }
p { color: rgb(77,18,250); }
H1.HeaderClassName
{
color: #4D12FA;
}
.AnyTagClassName
{
color: #4D12FA;
}
</style>
background-color css
<style>
a { background-color: #4D12FA; }
a { background-color: rgb(77,18,250); }
div.DivClassName
{
background-color: #4D12FA;
}
.BgClassName
{
background-color: #4D12FA;
}
</style>
border-color css
<style>
span { border-color: #4D12FA; }
span { border-color: rgb(77,18,250); }
td.TdClassName
{
border-color: #4D12FA;
}
.TagClassName
{
border-color: #4D12FA;
}
</style>