Shades of Han Purple #4902FF
Tints of Han Purple #4902FF
RGB
CMYK
RGB Variations
Color information
#4902FF (or 0x4902FF) is known color: Han Purple. HEX triplet: 49, 02 and FF. RGB value is (73,2,255). Sum of RGB (Red+Green+Blue) = 73+2+255=330 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.12% from 330); Green value is 2 (1.17% from 255 or 0.61% from 330); Blue value is 255 (100% from 255 or 77.27% from 330); Max value from RGB is 255 - color contains mainly: blue. Hex color #4902FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4902FF is #B6FD00. Grayscale: #333333. Windows color (decimal): -11992321 or 16712265. OLE color: 16712265.
HSL color Cylindrical-coordinate representation of color #4902FF: hue angle of 256.84º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4902FF is Cyan = 0.71, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 73 | 2 | 255 | - |
| CMYK | 0.71 | 0.99 | 0 | 0 |
| HSL | 256.84º | 1% | 0.5% | - |
| HSV(B) | 256.84º | 0.99% | 1% | - |
| XYZ | 20.82 | 8.68 | 95.19 | - |
| YUV | 52.07 | 242.52 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 2 | 255 | 0.71 | 0.99 | 0 | 0 | 256.84 | 1 | 0.5 |
| Hex | 49 | 2 | FF | 47 | 63 | 0 | 0 | 101 | 64 | 32 |
| Octal | 111 | 2 | 377 | 107 | 143 | 0 | 0 | 401 | 144 | 62 |
| Binary | 1001001 | 10 | 11111111 | 1000111 | 1100011 | 0 | 0 | 100000001 | 1100100 | 110010 |
Color Harmonies of #4902FF
Complementary color
Monochromatic Colors of #4902FF
Black with #4902FF
Text Example
Text Example
White with #4902FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4902FF; }
p { color: rgb(73,2,255); }
H1.HeaderClassName
{
color: #4902FF;
}
.AnyTagClassName
{
color: #4902FF;
}
</style>
background-color css
<style>
a { background-color: #4902FF; }
a { background-color: rgb(73,2,255); }
div.DivClassName
{
background-color: #4902FF;
}
.BgClassName
{
background-color: #4902FF;
}
</style>
border-color css
<style>
span { border-color: #4902FF; }
span { border-color: rgb(73,2,255); }
td.TdClassName
{
border-color: #4902FF;
}
.TagClassName
{
border-color: #4902FF;
}
</style>