Shades of Purple Heart #4A1ABD
Tints of Purple Heart #4A1ABD
RGB
CMYK
RGB Variations
Color information
#4A1ABD (or 0x4A1ABD) is known color: Purple Heart. HEX triplet: 4A, 1A and BD. RGB value is (74,26,189). Sum of RGB (Red+Green+Blue) = 74+26+189=289 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.61% from 289); Green value is 26 (10.55% from 255 or 9.00% from 289); Blue value is 189 (74.22% from 255 or 65.40% from 289); Max value from RGB is 189 - color contains mainly: blue. Hex color #4A1ABD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A1ABD is #B5E542. Grayscale: #3A3A3A. Windows color (decimal): -11920707 or 12393034. OLE color: 12393034.
HSL color Cylindrical-coordinate representation of color #4A1ABD: hue angle of 257.67º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4A1ABD is Cyan = 0.61, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 74 | 26 | 189 | - |
| CMYK | 0.61 | 0.86 | 0 | 0.26 |
| HSL | 257.67º | 0.76% | 0.42% | - |
| HSV(B) | 257.67º | 0.86% | 0.74% | - |
| XYZ | 12.38 | 5.87 | 48.62 | - |
| YUV | 58.93 | 201.4 | 138.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 26 | 189 | 0.61 | 0.86 | 0 | 0.26 | 257.67 | 0.76 | 0.42 |
| Hex | 4A | 1A | BD | 3D | 56 | 0 | 1A | 102 | 4C | 2A |
| Octal | 112 | 32 | 275 | 75 | 126 | 0 | 32 | 402 | 114 | 52 |
| Binary | 1001010 | 11010 | 10111101 | 111101 | 1010110 | 0 | 11010 | 100000010 | 1001100 | 101010 |
Color Harmonies of #4A1ABD
Complementary color
Monochromatic Colors of #4A1ABD
Black with #4A1ABD
Text Example
Text Example
White with #4A1ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A1ABD; }
p { color: rgb(74,26,189); }
H1.HeaderClassName
{
color: #4A1ABD;
}
.AnyTagClassName
{
color: #4A1ABD;
}
</style>
background-color css
<style>
a { background-color: #4A1ABD; }
a { background-color: rgb(74,26,189); }
div.DivClassName
{
background-color: #4A1ABD;
}
.BgClassName
{
background-color: #4A1ABD;
}
</style>
border-color css
<style>
span { border-color: #4A1ABD; }
span { border-color: rgb(74,26,189); }
td.TdClassName
{
border-color: #4A1ABD;
}
.TagClassName
{
border-color: #4A1ABD;
}
</style>