Shades of Purple Heart #4902C0
Tints of Purple Heart #4902C0
RGB
CMYK
RGB Variations
Color information
#4902C0 (or 0x4902C0) is known color: Purple Heart. HEX triplet: 49, 02 and C0. RGB value is (73,2,192). Sum of RGB (Red+Green+Blue) = 73+2+192=267 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.34% from 267); Green value is 2 (1.17% from 255 or 0.75% from 267); Blue value is 192 (75.39% from 255 or 71.91% from 267); Max value from RGB is 192 - color contains mainly: blue. Hex color #4902C0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4902C0 is #B6FD3F. Grayscale: #2C2C2C. Windows color (decimal): -11992384 or 12583497. OLE color: 12583497.
HSL color Cylindrical-coordinate representation of color #4902C0: hue angle of 262.42º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4902C0 is Cyan = 0.62, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 73 | 2 | 192 | - |
| CMYK | 0.62 | 0.99 | 0 | 0.25 |
| HSL | 262.42º | 0.98% | 0.38% | - |
| HSV(B) | 262.42º | 0.99% | 0.75% | - |
| XYZ | 12.28 | 5.27 | 50.24 | - |
| YUV | 44.89 | 211.02 | 148.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 2 | 192 | 0.62 | 0.99 | 0 | 0.25 | 262.42 | 0.98 | 0.38 |
| Hex | 49 | 2 | C0 | 3E | 63 | 0 | 19 | 106 | 62 | 26 |
| Octal | 111 | 2 | 300 | 76 | 143 | 0 | 31 | 406 | 142 | 46 |
| Binary | 1001001 | 10 | 11000000 | 111110 | 1100011 | 0 | 11001 | 100000110 | 1100010 | 100110 |
Color Harmonies of #4902C0
Complementary color
Monochromatic Colors of #4902C0
Black with #4902C0
Text Example
Text Example
White with #4902C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4902C0; }
p { color: rgb(73,2,192); }
H1.HeaderClassName
{
color: #4902C0;
}
.AnyTagClassName
{
color: #4902C0;
}
</style>
background-color css
<style>
a { background-color: #4902C0; }
a { background-color: rgb(73,2,192); }
div.DivClassName
{
background-color: #4902C0;
}
.BgClassName
{
background-color: #4902C0;
}
</style>
border-color css
<style>
span { border-color: #4902C0; }
span { border-color: rgb(73,2,192); }
td.TdClassName
{
border-color: #4902C0;
}
.TagClassName
{
border-color: #4902C0;
}
</style>