Shades of Purple Heart #4A0CBC
Tints of Purple Heart #4A0CBC
RGB
CMYK
RGB Variations
Color information
#4A0CBC (or 0x4A0CBC) is known color: Purple Heart. HEX triplet: 4A, 0C and BC. RGB value is (74,12,188). Sum of RGB (Red+Green+Blue) = 74+12+188=274 (36% of max value = 765). Red value is 74 (29.30% from 255 or 27.01% from 274); Green value is 12 (5.08% from 255 or 4.38% from 274); Blue value is 188 (73.83% from 255 or 68.61% from 274); Max value from RGB is 188 - color contains mainly: blue. Hex color #4A0CBC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4A0CBC is #B5F343. Grayscale: #313131. Windows color (decimal): -11924292 or 12323914. OLE color: 12323914.
HSL color Cylindrical-coordinate representation of color #4A0CBC: hue angle of 261.14º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4A0CBC is Cyan = 0.61, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 74 | 12 | 188 | - |
| CMYK | 0.61 | 0.94 | 0 | 0.26 |
| HSL | 261.14º | 0.88% | 0.39% | - |
| HSV(B) | 261.14º | 0.94% | 0.74% | - |
| XYZ | 12.03 | 5.35 | 47.98 | - |
| YUV | 50.6 | 205.54 | 144.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 12 | 188 | 0.61 | 0.94 | 0 | 0.26 | 261.14 | 0.88 | 0.39 |
| Hex | 4A | C | BC | 3D | 5E | 0 | 1A | 105 | 58 | 27 |
| Octal | 112 | 14 | 274 | 75 | 136 | 0 | 32 | 405 | 130 | 47 |
| Binary | 1001010 | 1100 | 10111100 | 111101 | 1011110 | 0 | 11010 | 100000101 | 1011000 | 100111 |
Color Harmonies of #4A0CBC
Complementary color
Monochromatic Colors of #4A0CBC
Black with #4A0CBC
Text Example
Text Example
White with #4A0CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A0CBC; }
p { color: rgb(74,12,188); }
H1.HeaderClassName
{
color: #4A0CBC;
}
.AnyTagClassName
{
color: #4A0CBC;
}
</style>
background-color css
<style>
a { background-color: #4A0CBC; }
a { background-color: rgb(74,12,188); }
div.DivClassName
{
background-color: #4A0CBC;
}
.BgClassName
{
background-color: #4A0CBC;
}
</style>
border-color css
<style>
span { border-color: #4A0CBC; }
span { border-color: rgb(74,12,188); }
td.TdClassName
{
border-color: #4A0CBC;
}
.TagClassName
{
border-color: #4A0CBC;
}
</style>