Shades of Purple Heart #4935C0
Tints of Purple Heart #4935C0
RGB
CMYK
RGB Variations
Color information
#4935C0 (or 0x4935C0) is known color: Purple Heart. HEX triplet: 49, 35 and C0. RGB value is (73,53,192). Sum of RGB (Red+Green+Blue) = 73+53+192=318 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.96% from 318); Green value is 53 (21.09% from 255 or 16.67% from 318); Blue value is 192 (75.39% from 255 or 60.38% from 318); Max value from RGB is 192 - color contains mainly: blue. Hex color #4935C0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4935C0 is #B6CA3F. Grayscale: #4A4A4A. Windows color (decimal): -11979328 or 12596553. OLE color: 12596553.
HSL color Cylindrical-coordinate representation of color #4935C0: hue angle of 248.63º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4935C0 is Cyan = 0.62, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 73 | 53 | 192 | - |
| CMYK | 0.62 | 0.72 | 0 | 0.25 |
| HSL | 248.63º | 0.57% | 0.48% | - |
| HSV(B) | 248.63º | 0.72% | 0.75% | - |
| XYZ | 13.54 | 7.77 | 50.66 | - |
| YUV | 74.83 | 194.13 | 126.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 53 | 192 | 0.62 | 0.72 | 0 | 0.25 | 248.63 | 0.57 | 0.48 |
| Hex | 49 | 35 | C0 | 3E | 48 | 0 | 19 | F9 | 39 | 30 |
| Octal | 111 | 65 | 300 | 76 | 110 | 0 | 31 | 371 | 71 | 60 |
| Binary | 1001001 | 110101 | 11000000 | 111110 | 1001000 | 0 | 11001 | 11111001 | 111001 | 110000 |
Color Harmonies of #4935C0
Complementary color
Monochromatic Colors of #4935C0
Black with #4935C0
Text Example
Text Example
White with #4935C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4935C0; }
p { color: rgb(73,53,192); }
H1.HeaderClassName
{
color: #4935C0;
}
.AnyTagClassName
{
color: #4935C0;
}
</style>
background-color css
<style>
a { background-color: #4935C0; }
a { background-color: rgb(73,53,192); }
div.DivClassName
{
background-color: #4935C0;
}
.BgClassName
{
background-color: #4935C0;
}
</style>
border-color css
<style>
span { border-color: #4935C0; }
span { border-color: rgb(73,53,192); }
td.TdClassName
{
border-color: #4935C0;
}
.TagClassName
{
border-color: #4935C0;
}
</style>