Shades of Han Purple #4A14FC
Tints of Han Purple #4A14FC
RGB
CMYK
RGB Variations
Color information
#4A14FC (or 0x4A14FC) is known color: Han Purple. HEX triplet: 4A, 14 and FC. RGB value is (74,20,252). Sum of RGB (Red+Green+Blue) = 74+20+252=346 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.39% from 346); Green value is 20 (8.20% from 255 or 5.78% from 346); Blue value is 252 (98.83% from 255 or 72.83% from 346); Max value from RGB is 252 - color contains mainly: blue. Hex color #4A14FC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4A14FC is #B5EB03. Grayscale: #3D3D3D. Windows color (decimal): -11922180 or 16520266. OLE color: 16520266.
HSL color Cylindrical-coordinate representation of color #4A14FC: hue angle of 253.97º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4A14FC is Cyan = 0.71, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 74 | 20 | 252 | - |
| CMYK | 0.71 | 0.92 | 0 | 0.01 |
| HSL | 253.97º | 0.97% | 0.53% | - |
| HSV(B) | 253.97º | 0.92% | 0.99% | - |
| XYZ | 20.64 | 8.98 | 92.74 | - |
| YUV | 62.59 | 234.89 | 136.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 20 | 252 | 0.71 | 0.92 | 0 | 0.01 | 253.97 | 0.97 | 0.53 |
| Hex | 4A | 14 | FC | 47 | 5C | 0 | 1 | FE | 61 | 35 |
| Octal | 112 | 24 | 374 | 107 | 134 | 0 | 1 | 376 | 141 | 65 |
| Binary | 1001010 | 10100 | 11111100 | 1000111 | 1011100 | 0 | 1 | 11111110 | 1100001 | 110101 |
Color Harmonies of #4A14FC
Complementary color
Monochromatic Colors of #4A14FC
Black with #4A14FC
Text Example
Text Example
White with #4A14FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A14FC; }
p { color: rgb(74,20,252); }
H1.HeaderClassName
{
color: #4A14FC;
}
.AnyTagClassName
{
color: #4A14FC;
}
</style>
background-color css
<style>
a { background-color: #4A14FC; }
a { background-color: rgb(74,20,252); }
div.DivClassName
{
background-color: #4A14FC;
}
.BgClassName
{
background-color: #4A14FC;
}
</style>
border-color css
<style>
span { border-color: #4A14FC; }
span { border-color: rgb(74,20,252); }
td.TdClassName
{
border-color: #4A14FC;
}
.TagClassName
{
border-color: #4A14FC;
}
</style>