Shades of Purple Heart #4936C0
Tints of Purple Heart #4936C0
RGB
CMYK
RGB Variations
Color information
#4936C0 (or 0x4936C0) is known color: Purple Heart. HEX triplet: 49, 36 and C0. RGB value is (73,54,192). Sum of RGB (Red+Green+Blue) = 73+54+192=319 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.88% from 319); Green value is 54 (21.48% from 255 or 16.93% from 319); Blue value is 192 (75.39% from 255 or 60.19% from 319); Max value from RGB is 192 - color contains mainly: blue. Hex color #4936C0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4936C0 is #B6C93F. Grayscale: #4A4A4A. Windows color (decimal): -11979072 or 12596809. OLE color: 12596809.
HSL color Cylindrical-coordinate representation of color #4936C0: hue angle of 248.26º degrees, saturation: 0.56, 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 #4936C0 is Cyan = 0.62, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 73 | 54 | 192 | - |
| CMYK | 0.62 | 0.72 | 0 | 0.25 |
| HSL | 248.26º | 0.56% | 0.48% | - |
| HSV(B) | 248.26º | 0.72% | 0.75% | - |
| XYZ | 13.58 | 7.86 | 50.67 | - |
| YUV | 75.41 | 193.79 | 126.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 54 | 192 | 0.62 | 0.72 | 0 | 0.25 | 248.26 | 0.56 | 0.48 |
| Hex | 49 | 36 | C0 | 3E | 48 | 0 | 19 | F8 | 38 | 30 |
| Octal | 111 | 66 | 300 | 76 | 110 | 0 | 31 | 370 | 70 | 60 |
| Binary | 1001001 | 110110 | 11000000 | 111110 | 1001000 | 0 | 11001 | 11111000 | 111000 | 110000 |
Color Harmonies of #4936C0
Complementary color
Monochromatic Colors of #4936C0
Black with #4936C0
Text Example
Text Example
White with #4936C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4936C0; }
p { color: rgb(73,54,192); }
H1.HeaderClassName
{
color: #4936C0;
}
.AnyTagClassName
{
color: #4936C0;
}
</style>
background-color css
<style>
a { background-color: #4936C0; }
a { background-color: rgb(73,54,192); }
div.DivClassName
{
background-color: #4936C0;
}
.BgClassName
{
background-color: #4936C0;
}
</style>
border-color css
<style>
span { border-color: #4936C0; }
span { border-color: rgb(73,54,192); }
td.TdClassName
{
border-color: #4936C0;
}
.TagClassName
{
border-color: #4936C0;
}
</style>