Shades of Purple Heart #4900C9
Tints of Purple Heart #4900C9
RGB
CMYK
RGB Variations
Color information
#4900C9 (or 0x4900C9) is known color: Purple Heart. HEX triplet: 49, 00 and C9. RGB value is (73,0,201). Sum of RGB (Red+Green+Blue) = 73+0+201=274 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.64% from 274); Green value is 0 (0.39% from 255 or 0% from 274); Blue value is 201 (78.91% from 255 or 73.36% from 274); Max value from RGB is 201 - color contains mainly: blue. Hex color #4900C9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4900C9 is #B6FF36. Grayscale: #2C2C2C. Windows color (decimal): -11992887 or 13172809. OLE color: 13172809.
HSL color Cylindrical-coordinate representation of color #4900C9: hue angle of 261.79º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4900C9 is Cyan = 0.64, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 73 | 0 | 201 | - |
| CMYK | 0.64 | 1 | 0 | 0.21 |
| HSL | 261.79º | 1% | 0.39% | - |
| HSV(B) | 261.79º | 1% | 0.79% | - |
| XYZ | 13.29 | 5.63 | 55.65 | - |
| YUV | 44.74 | 216.18 | 148.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 0 | 201 | 0.64 | 1 | 0 | 0.21 | 261.79 | 1 | 0.39 |
| Hex | 49 | 0 | C9 | 40 | 64 | 0 | 15 | 106 | 64 | 27 |
| Octal | 111 | 0 | 311 | 100 | 144 | 0 | 25 | 406 | 144 | 47 |
| Binary | 1001001 | 0 | 11001001 | 1000000 | 1100100 | 0 | 10101 | 100000110 | 1100100 | 100111 |
Color Harmonies of #4900C9
Complementary color
Monochromatic Colors of #4900C9
Black with #4900C9
Text Example
Text Example
White with #4900C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4900C9; }
p { color: rgb(73,0,201); }
H1.HeaderClassName
{
color: #4900C9;
}
.AnyTagClassName
{
color: #4900C9;
}
</style>
background-color css
<style>
a { background-color: #4900C9; }
a { background-color: rgb(73,0,201); }
div.DivClassName
{
background-color: #4900C9;
}
.BgClassName
{
background-color: #4900C9;
}
</style>
border-color css
<style>
span { border-color: #4900C9; }
span { border-color: rgb(73,0,201); }
td.TdClassName
{
border-color: #4900C9;
}
.TagClassName
{
border-color: #4900C9;
}
</style>