Shades of Han Purple #4908FA
Tints of Han Purple #4908FA
RGB
CMYK
RGB Variations
Color information
#4908FA (or 0x4908FA) is known color: Han Purple. HEX triplet: 49, 08 and FA. RGB value is (73,8,250). Sum of RGB (Red+Green+Blue) = 73+8+250=331 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.05% from 331); Green value is 8 (3.52% from 255 or 2.42% from 331); Blue value is 250 (98.05% from 255 or 75.53% from 331); Max value from RGB is 250 - color contains mainly: blue. Hex color #4908FA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4908FA is #B6F705. Grayscale: #363636. Windows color (decimal): -11990790 or 16386121. OLE color: 16386121.
HSL color Cylindrical-coordinate representation of color #4908FA: hue angle of 256.12º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4908FA is Cyan = 0.71, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 73 | 8 | 250 | - |
| CMYK | 0.71 | 0.97 | 0 | 0.02 |
| HSL | 256.12º | 0.96% | 0.51% | - |
| HSV(B) | 256.12º | 0.97% | 0.98% | - |
| XYZ | 20.09 | 8.49 | 91.02 | - |
| YUV | 55.02 | 238.03 | 140.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 8 | 250 | 0.71 | 0.97 | 0 | 0.02 | 256.12 | 0.96 | 0.51 |
| Hex | 49 | 8 | FA | 47 | 61 | 0 | 2 | 100 | 60 | 33 |
| Octal | 111 | 10 | 372 | 107 | 141 | 0 | 2 | 400 | 140 | 63 |
| Binary | 1001001 | 1000 | 11111010 | 1000111 | 1100001 | 0 | 10 | 100000000 | 1100000 | 110011 |
Color Harmonies of #4908FA
Complementary color
Monochromatic Colors of #4908FA
Black with #4908FA
Text Example
Text Example
White with #4908FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4908FA; }
p { color: rgb(73,8,250); }
H1.HeaderClassName
{
color: #4908FA;
}
.AnyTagClassName
{
color: #4908FA;
}
</style>
background-color css
<style>
a { background-color: #4908FA; }
a { background-color: rgb(73,8,250); }
div.DivClassName
{
background-color: #4908FA;
}
.BgClassName
{
background-color: #4908FA;
}
</style>
border-color css
<style>
span { border-color: #4908FA; }
span { border-color: rgb(73,8,250); }
td.TdClassName
{
border-color: #4908FA;
}
.TagClassName
{
border-color: #4908FA;
}
</style>