Shades of Han Purple #4917FA
Tints of Han Purple #4917FA
RGB
CMYK
RGB Variations
Color information
#4917FA (or 0x4917FA) is known color: Han Purple. HEX triplet: 49, 17 and FA. RGB value is (73,23,250). Sum of RGB (Red+Green+Blue) = 73+23+250=346 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.10% from 346); Green value is 23 (9.38% from 255 or 6.65% from 346); Blue value is 250 (98.05% from 255 or 72.25% from 346); Max value from RGB is 250 - color contains mainly: blue. Hex color #4917FA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4917FA is #B6E805. Grayscale: #3E3E3E. Windows color (decimal): -11986950 or 16389961. OLE color: 16389961.
HSL color Cylindrical-coordinate representation of color #4917FA: hue angle of 253.22º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4917FA is Cyan = 0.71, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 73 | 23 | 250 | - |
| CMYK | 0.71 | 0.91 | 0 | 0.02 |
| HSL | 253.22º | 0.96% | 0.54% | - |
| HSV(B) | 253.22º | 0.91% | 0.98% | - |
| XYZ | 20.31 | 8.93 | 91.1 | - |
| YUV | 63.83 | 233.07 | 134.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 23 | 250 | 0.71 | 0.91 | 0 | 0.02 | 253.22 | 0.96 | 0.54 |
| Hex | 49 | 17 | FA | 47 | 5B | 0 | 2 | FD | 60 | 36 |
| Octal | 111 | 27 | 372 | 107 | 133 | 0 | 2 | 375 | 140 | 66 |
| Binary | 1001001 | 10111 | 11111010 | 1000111 | 1011011 | 0 | 10 | 11111101 | 1100000 | 110110 |
Color Harmonies of #4917FA
Complementary color
Monochromatic Colors of #4917FA
Black with #4917FA
Text Example
Text Example
White with #4917FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4917FA; }
p { color: rgb(73,23,250); }
H1.HeaderClassName
{
color: #4917FA;
}
.AnyTagClassName
{
color: #4917FA;
}
</style>
background-color css
<style>
a { background-color: #4917FA; }
a { background-color: rgb(73,23,250); }
div.DivClassName
{
background-color: #4917FA;
}
.BgClassName
{
background-color: #4917FA;
}
</style>
border-color css
<style>
span { border-color: #4917FA; }
span { border-color: rgb(73,23,250); }
td.TdClassName
{
border-color: #4917FA;
}
.TagClassName
{
border-color: #4917FA;
}
</style>