Shades of Purple Heart #4A1DBC
Tints of Purple Heart #4A1DBC
RGB
CMYK
RGB Variations
Color information
#4A1DBC (or 0x4A1DBC) is known color: Purple Heart. HEX triplet: 4A, 1D and BC. RGB value is (74,29,188). Sum of RGB (Red+Green+Blue) = 74+29+188=291 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.43% from 291); Green value is 29 (11.72% from 255 or 9.97% from 291); Blue value is 188 (73.83% from 255 or 64.60% from 291); Max value from RGB is 188 - color contains mainly: blue. Hex color #4A1DBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A1DBC is #B5E243. Grayscale: #3B3B3B. Windows color (decimal): -11919940 or 12328266. OLE color: 12328266.
HSL color Cylindrical-coordinate representation of color #4A1DBC: hue angle of 256.98º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4A1DBC is Cyan = 0.61, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 74 | 29 | 188 | - |
| CMYK | 0.61 | 0.85 | 0 | 0.26 |
| HSL | 256.98º | 0.73% | 0.43% | - |
| HSV(B) | 256.98º | 0.85% | 0.74% | - |
| XYZ | 12.34 | 5.97 | 48.08 | - |
| YUV | 60.58 | 199.91 | 137.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 29 | 188 | 0.61 | 0.85 | 0 | 0.26 | 256.98 | 0.73 | 0.43 |
| Hex | 4A | 1D | BC | 3D | 55 | 0 | 1A | 101 | 49 | 2B |
| Octal | 112 | 35 | 274 | 75 | 125 | 0 | 32 | 401 | 111 | 53 |
| Binary | 1001010 | 11101 | 10111100 | 111101 | 1010101 | 0 | 11010 | 100000001 | 1001001 | 101011 |
Color Harmonies of #4A1DBC
Complementary color
Monochromatic Colors of #4A1DBC
Black with #4A1DBC
Text Example
Text Example
White with #4A1DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A1DBC; }
p { color: rgb(74,29,188); }
H1.HeaderClassName
{
color: #4A1DBC;
}
.AnyTagClassName
{
color: #4A1DBC;
}
</style>
background-color css
<style>
a { background-color: #4A1DBC; }
a { background-color: rgb(74,29,188); }
div.DivClassName
{
background-color: #4A1DBC;
}
.BgClassName
{
background-color: #4A1DBC;
}
</style>
border-color css
<style>
span { border-color: #4A1DBC; }
span { border-color: rgb(74,29,188); }
td.TdClassName
{
border-color: #4A1DBC;
}
.TagClassName
{
border-color: #4A1DBC;
}
</style>