Shades of Purple Heart #4902C4
Tints of Purple Heart #4902C4
RGB
CMYK
RGB Variations
Color information
#4902C4 (or 0x4902C4) is known color: Purple Heart. HEX triplet: 49, 02 and C4. RGB value is (73,2,196). Sum of RGB (Red+Green+Blue) = 73+2+196=271 (35% of max value = 765). Red value is 73 (28.91% from 255 or 26.94% from 271); Green value is 2 (1.17% from 255 or 0.74% from 271); Blue value is 196 (76.95% from 255 or 72.32% from 271); Max value from RGB is 196 - color contains mainly: blue. Hex color #4902C4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4902C4 is #B6FD3B. Grayscale: #2C2C2C. Windows color (decimal): -11992380 or 12845641. OLE color: 12845641.
HSL color Cylindrical-coordinate representation of color #4902C4: hue angle of 261.96º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4902C4 is Cyan = 0.63, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 73 | 2 | 196 | - |
| CMYK | 0.63 | 0.99 | 0 | 0.23 |
| HSL | 261.96º | 0.98% | 0.39% | - |
| HSV(B) | 261.96º | 0.99% | 0.77% | - |
| XYZ | 12.73 | 5.45 | 52.6 | - |
| YUV | 45.35 | 213.02 | 147.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 2 | 196 | 0.63 | 0.99 | 0 | 0.23 | 261.96 | 0.98 | 0.39 |
| Hex | 49 | 2 | C4 | 3F | 63 | 0 | 17 | 106 | 62 | 27 |
| Octal | 111 | 2 | 304 | 77 | 143 | 0 | 27 | 406 | 142 | 47 |
| Binary | 1001001 | 10 | 11000100 | 111111 | 1100011 | 0 | 10111 | 100000110 | 1100010 | 100111 |
Color Harmonies of #4902C4
Complementary color
Monochromatic Colors of #4902C4
Black with #4902C4
Text Example
Text Example
White with #4902C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4902C4; }
p { color: rgb(73,2,196); }
H1.HeaderClassName
{
color: #4902C4;
}
.AnyTagClassName
{
color: #4902C4;
}
</style>
background-color css
<style>
a { background-color: #4902C4; }
a { background-color: rgb(73,2,196); }
div.DivClassName
{
background-color: #4902C4;
}
.BgClassName
{
background-color: #4902C4;
}
</style>
border-color css
<style>
span { border-color: #4902C4; }
span { border-color: rgb(73,2,196); }
td.TdClassName
{
border-color: #4902C4;
}
.TagClassName
{
border-color: #4902C4;
}
</style>