Shades of Han Purple #490CD5
Tints of Han Purple #490CD5
RGB
CMYK
RGB Variations
Color information
#490CD5 (or 0x490CD5) is known color: Han Purple. HEX triplet: 49, 0C and D5. RGB value is (73,12,213). Sum of RGB (Red+Green+Blue) = 73+12+213=298 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.50% from 298); Green value is 12 (5.08% from 255 or 4.03% from 298); Blue value is 213 (83.59% from 255 or 71.48% from 298); Max value from RGB is 213 - color contains mainly: blue. Hex color #490CD5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #490CD5 is #B6F32A. Grayscale: #343434. Windows color (decimal): -11989803 or 13962313. OLE color: 13962313.
HSL color Cylindrical-coordinate representation of color #490CD5: hue angle of 258.21º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #490CD5 is Cyan = 0.66, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 73 | 12 | 213 | - |
| CMYK | 0.66 | 0.94 | 0 | 0.16 |
| HSL | 258.21º | 0.89% | 0.44% | - |
| HSV(B) | 258.21º | 0.94% | 0.84% | - |
| XYZ | 14.89 | 6.48 | 63.42 | - |
| YUV | 53.15 | 218.21 | 142.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 12 | 213 | 0.66 | 0.94 | 0 | 0.16 | 258.21 | 0.89 | 0.44 |
| Hex | 49 | C | D5 | 42 | 5E | 0 | 10 | 102 | 59 | 2C |
| Octal | 111 | 14 | 325 | 102 | 136 | 0 | 20 | 402 | 131 | 54 |
| Binary | 1001001 | 1100 | 11010101 | 1000010 | 1011110 | 0 | 10000 | 100000010 | 1011001 | 101100 |
Color Harmonies of #490CD5
Complementary color
Monochromatic Colors of #490CD5
Black with #490CD5
Text Example
Text Example
White with #490CD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490CD5; }
p { color: rgb(73,12,213); }
H1.HeaderClassName
{
color: #490CD5;
}
.AnyTagClassName
{
color: #490CD5;
}
</style>
background-color css
<style>
a { background-color: #490CD5; }
a { background-color: rgb(73,12,213); }
div.DivClassName
{
background-color: #490CD5;
}
.BgClassName
{
background-color: #490CD5;
}
</style>
border-color css
<style>
span { border-color: #490CD5; }
span { border-color: rgb(73,12,213); }
td.TdClassName
{
border-color: #490CD5;
}
.TagClassName
{
border-color: #490CD5;
}
</style>