Shades of Purple Heart #4903C1
Tints of Purple Heart #4903C1
RGB
CMYK
RGB Variations
Color information
#4903C1 (or 0x4903C1) is known color: Purple Heart. HEX triplet: 49, 03 and C1. RGB value is (73,3,193). Sum of RGB (Red+Green+Blue) = 73+3+193=269 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.14% from 269); Green value is 3 (1.56% from 255 or 1.12% from 269); Blue value is 193 (75.78% from 255 or 71.75% from 269); Max value from RGB is 193 - color contains mainly: blue. Hex color #4903C1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4903C1 is #B6FC3E. Grayscale: #2C2C2C. Windows color (decimal): -11992127 or 12649289. OLE color: 12649289.
HSL color Cylindrical-coordinate representation of color #4903C1: hue angle of 262.11º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4903C1 is Cyan = 0.62, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 73 | 3 | 193 | - |
| CMYK | 0.62 | 0.98 | 0 | 0.24 |
| HSL | 262.11º | 0.97% | 0.38% | - |
| HSV(B) | 262.11º | 0.98% | 0.76% | - |
| XYZ | 12.41 | 5.33 | 50.83 | - |
| YUV | 45.59 | 211.19 | 147.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 3 | 193 | 0.62 | 0.98 | 0 | 0.24 | 262.11 | 0.97 | 0.38 |
| Hex | 49 | 3 | C1 | 3E | 62 | 0 | 18 | 106 | 61 | 26 |
| Octal | 111 | 3 | 301 | 76 | 142 | 0 | 30 | 406 | 141 | 46 |
| Binary | 1001001 | 11 | 11000001 | 111110 | 1100010 | 0 | 11000 | 100000110 | 1100001 | 100110 |
Color Harmonies of #4903C1
Complementary color
Monochromatic Colors of #4903C1
Black with #4903C1
Text Example
Text Example
White with #4903C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4903C1; }
p { color: rgb(73,3,193); }
H1.HeaderClassName
{
color: #4903C1;
}
.AnyTagClassName
{
color: #4903C1;
}
</style>
background-color css
<style>
a { background-color: #4903C1; }
a { background-color: rgb(73,3,193); }
div.DivClassName
{
background-color: #4903C1;
}
.BgClassName
{
background-color: #4903C1;
}
</style>
border-color css
<style>
span { border-color: #4903C1; }
span { border-color: rgb(73,3,193); }
td.TdClassName
{
border-color: #4903C1;
}
.TagClassName
{
border-color: #4903C1;
}
</style>