Shades of Han Purple #4D14FE
Tints of Han Purple #4D14FE
RGB
CMYK
RGB Variations
Color information
#4D14FE (or 0x4D14FE) is known color: Han Purple. HEX triplet: 4D, 14 and FE. RGB value is (77,20,254). Sum of RGB (Red+Green+Blue) = 77+20+254=351 (46% of max value = 765). Red value is 77 (30.47% from 255 or 21.94% from 351); Green value is 20 (8.20% from 255 or 5.70% from 351); Blue value is 254 (99.61% from 255 or 72.36% from 351); Max value from RGB is 254 - color contains mainly: blue. Hex color #4D14FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4D14FE is #B2EB01. Grayscale: #3E3E3E. Windows color (decimal): -11725570 or 16651341. OLE color: 16651341.
HSL color Cylindrical-coordinate representation of color #4D14FE: hue angle of 254.62º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4D14FE is Cyan = 0.70, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 77 | 20 | 254 | - |
| CMYK | 0.70 | 0.92 | 0 | 0.00 |
| HSL | 254.62º | 0.99% | 0.54% | - |
| HSV(B) | 254.62º | 0.92% | 1% | - |
| XYZ | 21.2 | 9.23 | 94.43 | - |
| YUV | 63.72 | 235.38 | 137.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 20 | 254 | 0.70 | 0.92 | 0 | 0.00 | 254.62 | 0.99 | 0.54 |
| Hex | 4D | 14 | FE | 46 | 5C | 0 | 0 | FF | 63 | 36 |
| Octal | 115 | 24 | 376 | 106 | 134 | 0 | 0 | 377 | 143 | 66 |
| Binary | 1001101 | 10100 | 11111110 | 1000110 | 1011100 | 0 | 0 | 11111111 | 1100011 | 110110 |
Color Harmonies of #4D14FE
Complementary color
Monochromatic Colors of #4D14FE
Black with #4D14FE
Text Example
Text Example
White with #4D14FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D14FE; }
p { color: rgb(77,20,254); }
H1.HeaderClassName
{
color: #4D14FE;
}
.AnyTagClassName
{
color: #4D14FE;
}
</style>
background-color css
<style>
a { background-color: #4D14FE; }
a { background-color: rgb(77,20,254); }
div.DivClassName
{
background-color: #4D14FE;
}
.BgClassName
{
background-color: #4D14FE;
}
</style>
border-color css
<style>
span { border-color: #4D14FE; }
span { border-color: rgb(77,20,254); }
td.TdClassName
{
border-color: #4D14FE;
}
.TagClassName
{
border-color: #4D14FE;
}
</style>