Shades of Purple Heart #4A39C0
Tints of Purple Heart #4A39C0
RGB
CMYK
RGB Variations
Color information
#4A39C0 (or 0x4A39C0) is known color: Purple Heart. HEX triplet: 4A, 39 and C0. RGB value is (74,57,192). Sum of RGB (Red+Green+Blue) = 74+57+192=323 (42% of max value = 765). Red value is 74 (29.30% from 255 or 22.91% from 323); Green value is 57 (22.66% from 255 or 17.65% from 323); Blue value is 192 (75.39% from 255 or 59.44% from 323); Max value from RGB is 192 - color contains mainly: blue. Hex color #4A39C0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A39C0 is #B5C63F. Grayscale: #4C4C4C. Windows color (decimal): -11912768 or 12597578. OLE color: 12597578.
HSL color Cylindrical-coordinate representation of color #4A39C0: hue angle of 247.56º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4A39C0 is Cyan = 0.61, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 74 | 57 | 192 | - |
| CMYK | 0.61 | 0.70 | 0 | 0.25 |
| HSL | 247.56º | 0.54% | 0.49% | - |
| HSV(B) | 247.56º | 0.7% | 0.75% | - |
| XYZ | 13.8 | 8.19 | 50.72 | - |
| YUV | 77.47 | 192.63 | 125.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 57 | 192 | 0.61 | 0.70 | 0 | 0.25 | 247.56 | 0.54 | 0.49 |
| Hex | 4A | 39 | C0 | 3D | 46 | 0 | 19 | F8 | 36 | 31 |
| Octal | 112 | 71 | 300 | 75 | 106 | 0 | 31 | 370 | 66 | 61 |
| Binary | 1001010 | 111001 | 11000000 | 111101 | 1000110 | 0 | 11001 | 11111000 | 110110 | 110001 |
Color Harmonies of #4A39C0
Complementary color
Monochromatic Colors of #4A39C0
Black with #4A39C0
Text Example
Text Example
White with #4A39C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A39C0; }
p { color: rgb(74,57,192); }
H1.HeaderClassName
{
color: #4A39C0;
}
.AnyTagClassName
{
color: #4A39C0;
}
</style>
background-color css
<style>
a { background-color: #4A39C0; }
a { background-color: rgb(74,57,192); }
div.DivClassName
{
background-color: #4A39C0;
}
.BgClassName
{
background-color: #4A39C0;
}
</style>
border-color css
<style>
span { border-color: #4A39C0; }
span { border-color: rgb(74,57,192); }
td.TdClassName
{
border-color: #4A39C0;
}
.TagClassName
{
border-color: #4A39C0;
}
</style>