Shades of Han Purple #4900FB
Tints of Han Purple #4900FB
RGB
CMYK
RGB Variations
Color information
#4900FB (or 0x4900FB) is known color: Han Purple. HEX triplet: 49, 00 and FB. RGB value is (73,0,251). Sum of RGB (Red+Green+Blue) = 73+0+251=324 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.53% from 324); Green value is 0 (0.39% from 255 or 0% from 324); Blue value is 251 (98.44% from 255 or 77.47% from 324); Max value from RGB is 251 - color contains mainly: blue. Hex color #4900FB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4900FB is #B6FF04. Grayscale: #313131. Windows color (decimal): -11992837 or 16449609. OLE color: 16449609.
HSL color Cylindrical-coordinate representation of color #4900FB: hue angle of 257.45º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4900FB is Cyan = 0.71, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 73 | 0 | 251 | - |
| CMYK | 0.71 | 1 | 0 | 0.02 |
| HSL | 257.45º | 1% | 0.49% | - |
| HSV(B) | 257.45º | 1% | 0.98% | - |
| XYZ | 20.16 | 8.38 | 91.82 | - |
| YUV | 50.44 | 241.18 | 144.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 0 | 251 | 0.71 | 1 | 0 | 0.02 | 257.45 | 1 | 0.49 |
| Hex | 49 | 0 | FB | 47 | 64 | 0 | 2 | 101 | 64 | 31 |
| Octal | 111 | 0 | 373 | 107 | 144 | 0 | 2 | 401 | 144 | 61 |
| Binary | 1001001 | 0 | 11111011 | 1000111 | 1100100 | 0 | 10 | 100000001 | 1100100 | 110001 |
Color Harmonies of #4900FB
Complementary color
Monochromatic Colors of #4900FB
Black with #4900FB
Text Example
Text Example
White with #4900FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4900FB; }
p { color: rgb(73,0,251); }
H1.HeaderClassName
{
color: #4900FB;
}
.AnyTagClassName
{
color: #4900FB;
}
</style>
background-color css
<style>
a { background-color: #4900FB; }
a { background-color: rgb(73,0,251); }
div.DivClassName
{
background-color: #4900FB;
}
.BgClassName
{
background-color: #4900FB;
}
</style>
border-color css
<style>
span { border-color: #4900FB; }
span { border-color: rgb(73,0,251); }
td.TdClassName
{
border-color: #4900FB;
}
.TagClassName
{
border-color: #4900FB;
}
</style>