Shades of Han Purple #4D14FA
Tints of Han Purple #4D14FA
RGB
CMYK
RGB Variations
Color information
#4D14FA (or 0x4D14FA) is known color: Han Purple. HEX triplet: 4D, 14 and FA. RGB value is (77,20,250). Sum of RGB (Red+Green+Blue) = 77+20+250=347 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.19% from 347); Green value is 20 (8.20% from 255 or 5.76% from 347); Blue value is 250 (98.05% from 255 or 72.05% from 347); Max value from RGB is 250 - color contains mainly: blue. Hex color #4D14FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4D14FA is #B2EB05. Grayscale: #3E3E3E. Windows color (decimal): -11725574 or 16389197. OLE color: 16389197.
HSL color Cylindrical-coordinate representation of color #4D14FA: hue angle of 254.87º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4D14FA is Cyan = 0.69, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 20 | 250 | - |
| CMYK | 0.69 | 0.92 | 0 | 0.02 |
| HSL | 254.87º | 0.96% | 0.53% | - |
| HSV(B) | 254.87º | 0.92% | 0.98% | - |
| XYZ | 20.57 | 8.98 | 91.09 | - |
| YUV | 63.26 | 233.38 | 137.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 20 | 250 | 0.69 | 0.92 | 0 | 0.02 | 254.87 | 0.96 | 0.53 |
| Hex | 4D | 14 | FA | 45 | 5C | 0 | 2 | FF | 60 | 35 |
| Octal | 115 | 24 | 372 | 105 | 134 | 0 | 2 | 377 | 140 | 65 |
| Binary | 1001101 | 10100 | 11111010 | 1000101 | 1011100 | 0 | 10 | 11111111 | 1100000 | 110101 |
Color Harmonies of #4D14FA
Complementary color
Monochromatic Colors of #4D14FA
Black with #4D14FA
Text Example
Text Example
White with #4D14FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D14FA; }
p { color: rgb(77,20,250); }
H1.HeaderClassName
{
color: #4D14FA;
}
.AnyTagClassName
{
color: #4D14FA;
}
</style>
background-color css
<style>
a { background-color: #4D14FA; }
a { background-color: rgb(77,20,250); }
div.DivClassName
{
background-color: #4D14FA;
}
.BgClassName
{
background-color: #4D14FA;
}
</style>
border-color css
<style>
span { border-color: #4D14FA; }
span { border-color: rgb(77,20,250); }
td.TdClassName
{
border-color: #4D14FA;
}
.TagClassName
{
border-color: #4D14FA;
}
</style>