Shades of Han Purple #4905F6
Tints of Han Purple #4905F6
RGB
CMYK
RGB Variations
Color information
#4905F6 (or 0x4905F6) is known color: Han Purple. HEX triplet: 49, 05 and F6. RGB value is (73,5,246). Sum of RGB (Red+Green+Blue) = 73+5+246=324 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.53% from 324); Green value is 5 (2.34% from 255 or 1.54% from 324); Blue value is 246 (96.48% from 255 or 75.93% from 324); Max value from RGB is 246 - color contains mainly: blue. Hex color #4905F6 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4905F6 is #B6FA09. Grayscale: #333333. Windows color (decimal): -11991562 or 16123209. OLE color: 16123209.
HSL color Cylindrical-coordinate representation of color #4905F6: hue angle of 256.93º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4905F6 is Cyan = 0.70, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 73 | 5 | 246 | - |
| CMYK | 0.70 | 0.98 | 0 | 0.04 |
| HSL | 256.93º | 0.96% | 0.49% | - |
| HSV(B) | 256.93º | 0.98% | 0.96% | - |
| XYZ | 19.44 | 8.18 | 87.74 | - |
| YUV | 52.81 | 237.03 | 142.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 5 | 246 | 0.70 | 0.98 | 0 | 0.04 | 256.93 | 0.96 | 0.49 |
| Hex | 49 | 5 | F6 | 46 | 62 | 0 | 4 | 101 | 60 | 31 |
| Octal | 111 | 5 | 366 | 106 | 142 | 0 | 4 | 401 | 140 | 61 |
| Binary | 1001001 | 101 | 11110110 | 1000110 | 1100010 | 0 | 100 | 100000001 | 1100000 | 110001 |
Color Harmonies of #4905F6
Complementary color
Monochromatic Colors of #4905F6
Black with #4905F6
Text Example
Text Example
White with #4905F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4905F6; }
p { color: rgb(73,5,246); }
H1.HeaderClassName
{
color: #4905F6;
}
.AnyTagClassName
{
color: #4905F6;
}
</style>
background-color css
<style>
a { background-color: #4905F6; }
a { background-color: rgb(73,5,246); }
div.DivClassName
{
background-color: #4905F6;
}
.BgClassName
{
background-color: #4905F6;
}
</style>
border-color css
<style>
span { border-color: #4905F6; }
span { border-color: rgb(73,5,246); }
td.TdClassName
{
border-color: #4905F6;
}
.TagClassName
{
border-color: #4905F6;
}
</style>