Shades of Han Purple #4902FC
Tints of Han Purple #4902FC
RGB
CMYK
RGB Variations
Color information
#4902FC (or 0x4902FC) is known color: Han Purple. HEX triplet: 49, 02 and FC. RGB value is (73,2,252). Sum of RGB (Red+Green+Blue) = 73+2+252=327 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.32% from 327); Green value is 2 (1.17% from 255 or 0.61% from 327); Blue value is 252 (98.83% from 255 or 77.06% from 327); Max value from RGB is 252 - color contains mainly: blue. Hex color #4902FC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4902FC is #B6FD03. Grayscale: #323232. Windows color (decimal): -11992324 or 16515657. OLE color: 16515657.
HSL color Cylindrical-coordinate representation of color #4902FC: hue angle of 257.04º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4902FC is Cyan = 0.71, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 73 | 2 | 252 | - |
| CMYK | 0.71 | 0.99 | 0 | 0.01 |
| HSL | 257.04º | 0.98% | 0.5% | - |
| HSV(B) | 257.04º | 0.99% | 0.99% | - |
| XYZ | 20.34 | 8.49 | 92.66 | - |
| YUV | 51.73 | 241.02 | 143.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 2 | 252 | 0.71 | 0.99 | 0 | 0.01 | 257.04 | 0.98 | 0.5 |
| Hex | 49 | 2 | FC | 47 | 63 | 0 | 1 | 101 | 62 | 32 |
| Octal | 111 | 2 | 374 | 107 | 143 | 0 | 1 | 401 | 142 | 62 |
| Binary | 1001001 | 10 | 11111100 | 1000111 | 1100011 | 0 | 1 | 100000001 | 1100010 | 110010 |
Color Harmonies of #4902FC
Complementary color
Monochromatic Colors of #4902FC
Black with #4902FC
Text Example
Text Example
White with #4902FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4902FC; }
p { color: rgb(73,2,252); }
H1.HeaderClassName
{
color: #4902FC;
}
.AnyTagClassName
{
color: #4902FC;
}
</style>
background-color css
<style>
a { background-color: #4902FC; }
a { background-color: rgb(73,2,252); }
div.DivClassName
{
background-color: #4902FC;
}
.BgClassName
{
background-color: #4902FC;
}
</style>
border-color css
<style>
span { border-color: #4902FC; }
span { border-color: rgb(73,2,252); }
td.TdClassName
{
border-color: #4902FC;
}
.TagClassName
{
border-color: #4902FC;
}
</style>