Shades of Han Purple #4907FA
Tints of Han Purple #4907FA
RGB
CMYK
RGB Variations
Color information
#4907FA (or 0x4907FA) is known color: Han Purple. HEX triplet: 49, 07 and FA. RGB value is (73,7,250). Sum of RGB (Red+Green+Blue) = 73+7+250=330 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.12% from 330); Green value is 7 (3.12% from 255 or 2.12% from 330); Blue value is 250 (98.05% from 255 or 75.76% from 330); Max value from RGB is 250 - color contains mainly: blue. Hex color #4907FA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4907FA is #B6F805. Grayscale: #353535. Windows color (decimal): -11991046 or 16385865. OLE color: 16385865.
HSL color Cylindrical-coordinate representation of color #4907FA: hue angle of 256.3º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4907FA is Cyan = 0.71, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 73 | 7 | 250 | - |
| CMYK | 0.71 | 0.97 | 0 | 0.02 |
| HSL | 256.3º | 0.96% | 0.5% | - |
| HSV(B) | 256.3º | 0.97% | 0.98% | - |
| XYZ | 20.08 | 8.47 | 91.02 | - |
| YUV | 54.44 | 238.37 | 141.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 7 | 250 | 0.71 | 0.97 | 0 | 0.02 | 256.3 | 0.96 | 0.5 |
| Hex | 49 | 7 | FA | 47 | 61 | 0 | 2 | 100 | 60 | 32 |
| Octal | 111 | 7 | 372 | 107 | 141 | 0 | 2 | 400 | 140 | 62 |
| Binary | 1001001 | 111 | 11111010 | 1000111 | 1100001 | 0 | 10 | 100000000 | 1100000 | 110010 |
Color Harmonies of #4907FA
Complementary color
Monochromatic Colors of #4907FA
Black with #4907FA
Text Example
Text Example
White with #4907FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4907FA; }
p { color: rgb(73,7,250); }
H1.HeaderClassName
{
color: #4907FA;
}
.AnyTagClassName
{
color: #4907FA;
}
</style>
background-color css
<style>
a { background-color: #4907FA; }
a { background-color: rgb(73,7,250); }
div.DivClassName
{
background-color: #4907FA;
}
.BgClassName
{
background-color: #4907FA;
}
</style>
border-color css
<style>
span { border-color: #4907FA; }
span { border-color: rgb(73,7,250); }
td.TdClassName
{
border-color: #4907FA;
}
.TagClassName
{
border-color: #4907FA;
}
</style>