Shades of Han Purple #4914FC
Tints of Han Purple #4914FC
RGB
CMYK
RGB Variations
Color information
#4914FC (or 0x4914FC) is known color: Han Purple. HEX triplet: 49, 14 and FC. RGB value is (73,20,252). Sum of RGB (Red+Green+Blue) = 73+20+252=345 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.16% from 345); Green value is 20 (8.20% from 255 or 5.80% from 345); Blue value is 252 (98.83% from 255 or 73.04% from 345); Max value from RGB is 252 - color contains mainly: blue. Hex color #4914FC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4914FC is #B6EB03. Grayscale: #3D3D3D. Windows color (decimal): -11987716 or 16520265. OLE color: 16520265.
HSL color Cylindrical-coordinate representation of color #4914FC: hue angle of 253.71º 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 #4914FC is Cyan = 0.71, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 73 | 20 | 252 | - |
| CMYK | 0.71 | 0.92 | 0 | 0.01 |
| HSL | 253.71º | 0.97% | 0.53% | - |
| HSV(B) | 253.71º | 0.92% | 0.99% | - |
| XYZ | 20.57 | 8.95 | 92.74 | - |
| YUV | 62.3 | 235.06 | 135.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 20 | 252 | 0.71 | 0.92 | 0 | 0.01 | 253.71 | 0.97 | 0.53 |
| Hex | 49 | 14 | FC | 47 | 5C | 0 | 1 | FE | 61 | 35 |
| Octal | 111 | 24 | 374 | 107 | 134 | 0 | 1 | 376 | 141 | 65 |
| Binary | 1001001 | 10100 | 11111100 | 1000111 | 1011100 | 0 | 1 | 11111110 | 1100001 | 110101 |
Color Harmonies of #4914FC
Complementary color
Monochromatic Colors of #4914FC
Black with #4914FC
Text Example
Text Example
White with #4914FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4914FC; }
p { color: rgb(73,20,252); }
H1.HeaderClassName
{
color: #4914FC;
}
.AnyTagClassName
{
color: #4914FC;
}
</style>
background-color css
<style>
a { background-color: #4914FC; }
a { background-color: rgb(73,20,252); }
div.DivClassName
{
background-color: #4914FC;
}
.BgClassName
{
background-color: #4914FC;
}
</style>
border-color css
<style>
span { border-color: #4914FC; }
span { border-color: rgb(73,20,252); }
td.TdClassName
{
border-color: #4914FC;
}
.TagClassName
{
border-color: #4914FC;
}
</style>