Shades of Purple Heart #4A12B6
Tints of Purple Heart #4A12B6
RGB
CMYK
RGB Variations
Color information
#4A12B6 (or 0x4A12B6) is known color: Purple Heart. HEX triplet: 4A, 12 and B6. RGB value is (74,18,182). Sum of RGB (Red+Green+Blue) = 74+18+182=274 (36% of max value = 765). Red value is 74 (29.30% from 255 or 27.01% from 274); Green value is 18 (7.42% from 255 or 6.57% from 274); Blue value is 182 (71.48% from 255 or 66.42% from 274); Max value from RGB is 182 - color contains mainly: blue. Hex color #4A12B6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4A12B6 is #B5ED49. Grayscale: #343434. Windows color (decimal): -11922762 or 11932234. OLE color: 11932234.
HSL color Cylindrical-coordinate representation of color #4A12B6: hue angle of 260.49º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4A12B6 is Cyan = 0.59, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 74 | 18 | 182 | - |
| CMYK | 0.59 | 0.90 | 0 | 0.29 |
| HSL | 260.49º | 0.82% | 0.39% | - |
| HSV(B) | 260.49º | 0.9% | 0.71% | - |
| XYZ | 11.48 | 5.27 | 44.67 | - |
| YUV | 53.44 | 200.55 | 142.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 18 | 182 | 0.59 | 0.90 | 0 | 0.29 | 260.49 | 0.82 | 0.39 |
| Hex | 4A | 12 | B6 | 3B | 5A | 0 | 1D | 104 | 52 | 27 |
| Octal | 112 | 22 | 266 | 73 | 132 | 0 | 35 | 404 | 122 | 47 |
| Binary | 1001010 | 10010 | 10110110 | 111011 | 1011010 | 0 | 11101 | 100000100 | 1010010 | 100111 |
Color Harmonies of #4A12B6
Complementary color
Monochromatic Colors of #4A12B6
Black with #4A12B6
Text Example
Text Example
White with #4A12B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A12B6; }
p { color: rgb(74,18,182); }
H1.HeaderClassName
{
color: #4A12B6;
}
.AnyTagClassName
{
color: #4A12B6;
}
</style>
background-color css
<style>
a { background-color: #4A12B6; }
a { background-color: rgb(74,18,182); }
div.DivClassName
{
background-color: #4A12B6;
}
.BgClassName
{
background-color: #4A12B6;
}
</style>
border-color css
<style>
span { border-color: #4A12B6; }
span { border-color: rgb(74,18,182); }
td.TdClassName
{
border-color: #4A12B6;
}
.TagClassName
{
border-color: #4A12B6;
}
</style>