Shades of Han Purple #4D0CFA
Tints of Han Purple #4D0CFA
RGB
CMYK
RGB Variations
Color information
#4D0CFA (or 0x4D0CFA) is known color: Han Purple. HEX triplet: 4D, 0C and FA. RGB value is (77,12,250). Sum of RGB (Red+Green+Blue) = 77+12+250=339 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.71% from 339); Green value is 12 (5.08% from 255 or 3.54% from 339); Blue value is 250 (98.05% from 255 or 73.75% from 339); Max value from RGB is 250 - color contains mainly: blue. Hex color #4D0CFA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4D0CFA is #B2F305. Grayscale: #393939. Windows color (decimal): -11727622 or 16387149. OLE color: 16387149.
HSL color Cylindrical-coordinate representation of color #4D0CFA: hue angle of 256.39º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4D0CFA is Cyan = 0.69, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 12 | 250 | - |
| CMYK | 0.69 | 0.95 | 0 | 0.02 |
| HSL | 256.39º | 0.96% | 0.51% | - |
| HSV(B) | 256.39º | 0.95% | 0.98% | - |
| XYZ | 20.45 | 8.74 | 91.05 | - |
| YUV | 58.57 | 236.03 | 141.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 12 | 250 | 0.69 | 0.95 | 0 | 0.02 | 256.39 | 0.96 | 0.51 |
| Hex | 4D | C | FA | 45 | 5F | 0 | 2 | 100 | 60 | 33 |
| Octal | 115 | 14 | 372 | 105 | 137 | 0 | 2 | 400 | 140 | 63 |
| Binary | 1001101 | 1100 | 11111010 | 1000101 | 1011111 | 0 | 10 | 100000000 | 1100000 | 110011 |
Color Harmonies of #4D0CFA
Complementary color
Monochromatic Colors of #4D0CFA
Black with #4D0CFA
Text Example
Text Example
White with #4D0CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0CFA; }
p { color: rgb(77,12,250); }
H1.HeaderClassName
{
color: #4D0CFA;
}
.AnyTagClassName
{
color: #4D0CFA;
}
</style>
background-color css
<style>
a { background-color: #4D0CFA; }
a { background-color: rgb(77,12,250); }
div.DivClassName
{
background-color: #4D0CFA;
}
.BgClassName
{
background-color: #4D0CFA;
}
</style>
border-color css
<style>
span { border-color: #4D0CFA; }
span { border-color: rgb(77,12,250); }
td.TdClassName
{
border-color: #4D0CFA;
}
.TagClassName
{
border-color: #4D0CFA;
}
</style>