Shades of Han Purple #4906FA
Tints of Han Purple #4906FA
RGB
CMYK
RGB Variations
Color information
#4906FA (or 0x4906FA) is known color: Han Purple. HEX triplet: 49, 06 and FA. RGB value is (73,6,250). Sum of RGB (Red+Green+Blue) = 73+6+250=329 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.19% from 329); Green value is 6 (2.73% from 255 or 1.82% from 329); Blue value is 250 (98.05% from 255 or 75.99% from 329); Max value from RGB is 250 - color contains mainly: blue. Hex color #4906FA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4906FA is #B6F905. Grayscale: #343434. Windows color (decimal): -11991302 or 16385609. OLE color: 16385609.
HSL color Cylindrical-coordinate representation of color #4906FA: hue angle of 256.48º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4906FA is Cyan = 0.71, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 73 | 6 | 250 | - |
| CMYK | 0.71 | 0.98 | 0 | 0.02 |
| HSL | 256.48º | 0.96% | 0.5% | - |
| HSV(B) | 256.48º | 0.98% | 0.98% | - |
| XYZ | 20.07 | 8.45 | 91.02 | - |
| YUV | 53.85 | 238.7 | 141.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 6 | 250 | 0.71 | 0.98 | 0 | 0.02 | 256.48 | 0.96 | 0.5 |
| Hex | 49 | 6 | FA | 47 | 62 | 0 | 2 | 100 | 60 | 32 |
| Octal | 111 | 6 | 372 | 107 | 142 | 0 | 2 | 400 | 140 | 62 |
| Binary | 1001001 | 110 | 11111010 | 1000111 | 1100010 | 0 | 10 | 100000000 | 1100000 | 110010 |
Color Harmonies of #4906FA
Complementary color
Monochromatic Colors of #4906FA
Black with #4906FA
Text Example
Text Example
White with #4906FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4906FA; }
p { color: rgb(73,6,250); }
H1.HeaderClassName
{
color: #4906FA;
}
.AnyTagClassName
{
color: #4906FA;
}
</style>
background-color css
<style>
a { background-color: #4906FA; }
a { background-color: rgb(73,6,250); }
div.DivClassName
{
background-color: #4906FA;
}
.BgClassName
{
background-color: #4906FA;
}
</style>
border-color css
<style>
span { border-color: #4906FA; }
span { border-color: rgb(73,6,250); }
td.TdClassName
{
border-color: #4906FA;
}
.TagClassName
{
border-color: #4906FA;
}
</style>