Shades of Han Purple #4A14FB
Tints of Han Purple #4A14FB
RGB
CMYK
RGB Variations
Color information
#4A14FB (or 0x4A14FB) is known color: Han Purple. HEX triplet: 4A, 14 and FB. RGB value is (74,20,251). Sum of RGB (Red+Green+Blue) = 74+20+251=345 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.45% from 345); Green value is 20 (8.20% from 255 or 5.80% from 345); Blue value is 251 (98.44% from 255 or 72.75% from 345); Max value from RGB is 251 - color contains mainly: blue. Hex color #4A14FB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4A14FB is #B5EB04. Grayscale: #3D3D3D. Windows color (decimal): -11922181 or 16454730. OLE color: 16454730.
HSL color Cylindrical-coordinate representation of color #4A14FB: hue angle of 254.03º degrees, saturation: 0.97, 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 #4A14FB is Cyan = 0.71, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 74 | 20 | 251 | - |
| CMYK | 0.71 | 0.92 | 0 | 0.02 |
| HSL | 254.03º | 0.97% | 0.53% | - |
| HSV(B) | 254.03º | 0.92% | 0.98% | - |
| XYZ | 20.49 | 8.92 | 91.91 | - |
| YUV | 62.48 | 234.39 | 136.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 20 | 251 | 0.71 | 0.92 | 0 | 0.02 | 254.03 | 0.97 | 0.53 |
| Hex | 4A | 14 | FB | 47 | 5C | 0 | 2 | FE | 61 | 35 |
| Octal | 112 | 24 | 373 | 107 | 134 | 0 | 2 | 376 | 141 | 65 |
| Binary | 1001010 | 10100 | 11111011 | 1000111 | 1011100 | 0 | 10 | 11111110 | 1100001 | 110101 |
Color Harmonies of #4A14FB
Complementary color
Monochromatic Colors of #4A14FB
Black with #4A14FB
Text Example
Text Example
White with #4A14FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A14FB; }
p { color: rgb(74,20,251); }
H1.HeaderClassName
{
color: #4A14FB;
}
.AnyTagClassName
{
color: #4A14FB;
}
</style>
background-color css
<style>
a { background-color: #4A14FB; }
a { background-color: rgb(74,20,251); }
div.DivClassName
{
background-color: #4A14FB;
}
.BgClassName
{
background-color: #4A14FB;
}
</style>
border-color css
<style>
span { border-color: #4A14FB; }
span { border-color: rgb(74,20,251); }
td.TdClassName
{
border-color: #4A14FB;
}
.TagClassName
{
border-color: #4A14FB;
}
</style>