Shades of Purple Heart #4A1CC0
Tints of Purple Heart #4A1CC0
RGB
CMYK
RGB Variations
Color information
#4A1CC0 (or 0x4A1CC0) is known color: Purple Heart. HEX triplet: 4A, 1C and C0. RGB value is (74,28,192). Sum of RGB (Red+Green+Blue) = 74+28+192=294 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.17% from 294); Green value is 28 (11.33% from 255 or 9.52% from 294); Blue value is 192 (75.39% from 255 or 65.31% from 294); Max value from RGB is 192 - color contains mainly: blue. Hex color #4A1CC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A1CC0 is #B5E33F. Grayscale: #3B3B3B. Windows color (decimal): -11920192 or 12590154. OLE color: 12590154.
HSL color Cylindrical-coordinate representation of color #4A1CC0: hue angle of 256.83º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4A1CC0 is Cyan = 0.61, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 74 | 28 | 192 | - |
| CMYK | 0.61 | 0.85 | 0 | 0.25 |
| HSL | 256.83º | 0.75% | 0.43% | - |
| HSV(B) | 256.83º | 0.85% | 0.75% | - |
| XYZ | 12.75 | 6.09 | 50.37 | - |
| YUV | 60.45 | 202.24 | 137.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 28 | 192 | 0.61 | 0.85 | 0 | 0.25 | 256.83 | 0.75 | 0.43 |
| Hex | 4A | 1C | C0 | 3D | 55 | 0 | 19 | 101 | 4B | 2B |
| Octal | 112 | 34 | 300 | 75 | 125 | 0 | 31 | 401 | 113 | 53 |
| Binary | 1001010 | 11100 | 11000000 | 111101 | 1010101 | 0 | 11001 | 100000001 | 1001011 | 101011 |
Color Harmonies of #4A1CC0
Complementary color
Monochromatic Colors of #4A1CC0
Black with #4A1CC0
Text Example
Text Example
White with #4A1CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A1CC0; }
p { color: rgb(74,28,192); }
H1.HeaderClassName
{
color: #4A1CC0;
}
.AnyTagClassName
{
color: #4A1CC0;
}
</style>
background-color css
<style>
a { background-color: #4A1CC0; }
a { background-color: rgb(74,28,192); }
div.DivClassName
{
background-color: #4A1CC0;
}
.BgClassName
{
background-color: #4A1CC0;
}
</style>
border-color css
<style>
span { border-color: #4A1CC0; }
span { border-color: rgb(74,28,192); }
td.TdClassName
{
border-color: #4A1CC0;
}
.TagClassName
{
border-color: #4A1CC0;
}
</style>