Shades of Purple Heart #490CC1
Tints of Purple Heart #490CC1
RGB
CMYK
RGB Variations
Color information
#490CC1 (or 0x490CC1) is known color: Purple Heart. HEX triplet: 49, 0C and C1. RGB value is (73,12,193). Sum of RGB (Red+Green+Blue) = 73+12+193=278 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.26% from 278); Green value is 12 (5.08% from 255 or 4.32% from 278); Blue value is 193 (75.78% from 255 or 69.42% from 278); Max value from RGB is 193 - color contains mainly: blue. Hex color #490CC1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #490CC1 is #B6F33E. Grayscale: #323232. Windows color (decimal): -11989823 or 12651593. OLE color: 12651593.
HSL color Cylindrical-coordinate representation of color #490CC1: hue angle of 260.22º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #490CC1 is Cyan = 0.62, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 73 | 12 | 193 | - |
| CMYK | 0.62 | 0.94 | 0 | 0.24 |
| HSL | 260.22º | 0.88% | 0.4% | - |
| HSV(B) | 260.22º | 0.94% | 0.76% | - |
| XYZ | 12.5 | 5.53 | 50.86 | - |
| YUV | 50.87 | 208.21 | 143.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 12 | 193 | 0.62 | 0.94 | 0 | 0.24 | 260.22 | 0.88 | 0.4 |
| Hex | 49 | C | C1 | 3E | 5E | 0 | 18 | 104 | 58 | 28 |
| Octal | 111 | 14 | 301 | 76 | 136 | 0 | 30 | 404 | 130 | 50 |
| Binary | 1001001 | 1100 | 11000001 | 111110 | 1011110 | 0 | 11000 | 100000100 | 1011000 | 101000 |
Color Harmonies of #490CC1
Complementary color
Monochromatic Colors of #490CC1
Black with #490CC1
Text Example
Text Example
White with #490CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490CC1; }
p { color: rgb(73,12,193); }
H1.HeaderClassName
{
color: #490CC1;
}
.AnyTagClassName
{
color: #490CC1;
}
</style>
background-color css
<style>
a { background-color: #490CC1; }
a { background-color: rgb(73,12,193); }
div.DivClassName
{
background-color: #490CC1;
}
.BgClassName
{
background-color: #490CC1;
}
</style>
border-color css
<style>
span { border-color: #490CC1; }
span { border-color: rgb(73,12,193); }
td.TdClassName
{
border-color: #490CC1;
}
.TagClassName
{
border-color: #490CC1;
}
</style>