Shades of Han Purple #490CF6
Tints of Han Purple #490CF6
RGB
CMYK
RGB Variations
Color information
#490CF6 (or 0x490CF6) is known color: Han Purple. HEX triplet: 49, 0C and F6. RGB value is (73,12,246). Sum of RGB (Red+Green+Blue) = 73+12+246=331 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.05% from 331); Green value is 12 (5.08% from 255 or 3.63% from 331); Blue value is 246 (96.48% from 255 or 74.32% from 331); Max value from RGB is 246 - color contains mainly: blue. Hex color #490CF6 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #490CF6 is #B6F309. Grayscale: #383838. Windows color (decimal): -11989770 or 16125001. OLE color: 16125001.
HSL color Cylindrical-coordinate representation of color #490CF6: hue angle of 255.64º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #490CF6 is Cyan = 0.70, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 73 | 12 | 246 | - |
| CMYK | 0.70 | 0.95 | 0 | 0.04 |
| HSL | 255.64º | 0.93% | 0.51% | - |
| HSV(B) | 255.64º | 0.95% | 0.96% | - |
| XYZ | 19.51 | 8.33 | 87.77 | - |
| YUV | 56.92 | 234.71 | 139.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 12 | 246 | 0.70 | 0.95 | 0 | 0.04 | 255.64 | 0.93 | 0.51 |
| Hex | 49 | C | F6 | 46 | 5F | 0 | 4 | 100 | 5D | 33 |
| Octal | 111 | 14 | 366 | 106 | 137 | 0 | 4 | 400 | 135 | 63 |
| Binary | 1001001 | 1100 | 11110110 | 1000110 | 1011111 | 0 | 100 | 100000000 | 1011101 | 110011 |
Color Harmonies of #490CF6
Complementary color
Monochromatic Colors of #490CF6
Black with #490CF6
Text Example
Text Example
White with #490CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490CF6; }
p { color: rgb(73,12,246); }
H1.HeaderClassName
{
color: #490CF6;
}
.AnyTagClassName
{
color: #490CF6;
}
</style>
background-color css
<style>
a { background-color: #490CF6; }
a { background-color: rgb(73,12,246); }
div.DivClassName
{
background-color: #490CF6;
}
.BgClassName
{
background-color: #490CF6;
}
</style>
border-color css
<style>
span { border-color: #490CF6; }
span { border-color: rgb(73,12,246); }
td.TdClassName
{
border-color: #490CF6;
}
.TagClassName
{
border-color: #490CF6;
}
</style>