Shades of Purple Heart #4A2DB4
Tints of Purple Heart #4A2DB4
RGB
CMYK
RGB Variations
Color information
#4A2DB4 (or 0x4A2DB4) is known color: Purple Heart. HEX triplet: 4A, 2D and B4. RGB value is (74,45,180). Sum of RGB (Red+Green+Blue) = 74+45+180=299 (39% of max value = 765). Red value is 74 (29.30% from 255 or 24.75% from 299); Green value is 45 (17.97% from 255 or 15.05% from 299); Blue value is 180 (70.70% from 255 or 60.20% from 299); Max value from RGB is 180 - color contains mainly: blue. Hex color #4A2DB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A2DB4 is #B5D24B. Grayscale: #444444. Windows color (decimal): -11915852 or 11808074. OLE color: 11808074.
HSL color Cylindrical-coordinate representation of color #4A2DB4: hue angle of 252.89º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4A2DB4 is Cyan = 0.59, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 74 | 45 | 180 | - |
| CMYK | 0.59 | 0.75 | 0 | 0.29 |
| HSL | 252.89º | 0.6% | 0.44% | - |
| HSV(B) | 252.89º | 0.75% | 0.71% | - |
| XYZ | 12 | 6.63 | 43.83 | - |
| YUV | 69.06 | 190.61 | 131.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 45 | 180 | 0.59 | 0.75 | 0 | 0.29 | 252.89 | 0.6 | 0.44 |
| Hex | 4A | 2D | B4 | 3B | 4B | 0 | 1D | FD | 3C | 2C |
| Octal | 112 | 55 | 264 | 73 | 113 | 0 | 35 | 375 | 74 | 54 |
| Binary | 1001010 | 101101 | 10110100 | 111011 | 1001011 | 0 | 11101 | 11111101 | 111100 | 101100 |
Color Harmonies of #4A2DB4
Complementary color
Monochromatic Colors of #4A2DB4
Black with #4A2DB4
Text Example
Text Example
White with #4A2DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A2DB4; }
p { color: rgb(74,45,180); }
H1.HeaderClassName
{
color: #4A2DB4;
}
.AnyTagClassName
{
color: #4A2DB4;
}
</style>
background-color css
<style>
a { background-color: #4A2DB4; }
a { background-color: rgb(74,45,180); }
div.DivClassName
{
background-color: #4A2DB4;
}
.BgClassName
{
background-color: #4A2DB4;
}
</style>
border-color css
<style>
span { border-color: #4A2DB4; }
span { border-color: rgb(74,45,180); }
td.TdClassName
{
border-color: #4A2DB4;
}
.TagClassName
{
border-color: #4A2DB4;
}
</style>