Shades of Han Purple #4914F9
Tints of Han Purple #4914F9
RGB
CMYK
RGB Variations
Color information
#4914F9 (or 0x4914F9) is known color: Han Purple. HEX triplet: 49, 14 and F9. RGB value is (73,20,249). Sum of RGB (Red+Green+Blue) = 73+20+249=342 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.35% from 342); Green value is 20 (8.20% from 255 or 5.85% from 342); Blue value is 249 (97.66% from 255 or 72.81% from 342); Max value from RGB is 249 - color contains mainly: blue. Hex color #4914F9 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4914F9 is #B6EB06. Grayscale: #3D3D3D. Windows color (decimal): -11987719 or 16323657. OLE color: 16323657.
HSL color Cylindrical-coordinate representation of color #4914F9: hue angle of 253.89º degrees, saturation: 0.95, 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 #4914F9 is Cyan = 0.71, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 73 | 20 | 249 | - |
| CMYK | 0.71 | 0.92 | 0 | 0.02 |
| HSL | 253.89º | 0.95% | 0.53% | - |
| HSV(B) | 253.89º | 0.92% | 0.98% | - |
| XYZ | 20.1 | 8.76 | 90.25 | - |
| YUV | 61.95 | 233.56 | 135.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 20 | 249 | 0.71 | 0.92 | 0 | 0.02 | 253.89 | 0.95 | 0.53 |
| Hex | 49 | 14 | F9 | 47 | 5C | 0 | 2 | FE | 5F | 35 |
| Octal | 111 | 24 | 371 | 107 | 134 | 0 | 2 | 376 | 137 | 65 |
| Binary | 1001001 | 10100 | 11111001 | 1000111 | 1011100 | 0 | 10 | 11111110 | 1011111 | 110101 |
Color Harmonies of #4914F9
Complementary color
Monochromatic Colors of #4914F9
Black with #4914F9
Text Example
Text Example
White with #4914F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4914F9; }
p { color: rgb(73,20,249); }
H1.HeaderClassName
{
color: #4914F9;
}
.AnyTagClassName
{
color: #4914F9;
}
</style>
background-color css
<style>
a { background-color: #4914F9; }
a { background-color: rgb(73,20,249); }
div.DivClassName
{
background-color: #4914F9;
}
.BgClassName
{
background-color: #4914F9;
}
</style>
border-color css
<style>
span { border-color: #4914F9; }
span { border-color: rgb(73,20,249); }
td.TdClassName
{
border-color: #4914F9;
}
.TagClassName
{
border-color: #4914F9;
}
</style>