Shades of Purple Heart #4A10BE
Tints of Purple Heart #4A10BE
RGB
CMYK
RGB Variations
Color information
#4A10BE (or 0x4A10BE) is known color: Purple Heart. HEX triplet: 4A, 10 and BE. RGB value is (74,16,190). Sum of RGB (Red+Green+Blue) = 74+16+190=280 (37% of max value = 765). Red value is 74 (29.30% from 255 or 26.43% from 280); Green value is 16 (6.64% from 255 or 5.71% from 280); Blue value is 190 (74.61% from 255 or 67.86% from 280); Max value from RGB is 190 - color contains mainly: blue. Hex color #4A10BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4A10BE is #B5EF41. Grayscale: #343434. Windows color (decimal): -11923266 or 12456010. OLE color: 12456010.
HSL color Cylindrical-coordinate representation of color #4A10BE: hue angle of 260º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4A10BE is Cyan = 0.61, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 74 | 16 | 190 | - |
| CMYK | 0.61 | 0.92 | 0 | 0.25 |
| HSL | 260º | 0.84% | 0.4% | - |
| HSV(B) | 260º | 0.92% | 0.75% | - |
| XYZ | 12.3 | 5.54 | 49.14 | - |
| YUV | 53.18 | 205.22 | 142.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 16 | 190 | 0.61 | 0.92 | 0 | 0.25 | 260 | 0.84 | 0.4 |
| Hex | 4A | 10 | BE | 3D | 5C | 0 | 19 | 104 | 54 | 28 |
| Octal | 112 | 20 | 276 | 75 | 134 | 0 | 31 | 404 | 124 | 50 |
| Binary | 1001010 | 10000 | 10111110 | 111101 | 1011100 | 0 | 11001 | 100000100 | 1010100 | 101000 |
Color Harmonies of #4A10BE
Complementary color
Monochromatic Colors of #4A10BE
Black with #4A10BE
Text Example
Text Example
White with #4A10BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A10BE; }
p { color: rgb(74,16,190); }
H1.HeaderClassName
{
color: #4A10BE;
}
.AnyTagClassName
{
color: #4A10BE;
}
</style>
background-color css
<style>
a { background-color: #4A10BE; }
a { background-color: rgb(74,16,190); }
div.DivClassName
{
background-color: #4A10BE;
}
.BgClassName
{
background-color: #4A10BE;
}
</style>
border-color css
<style>
span { border-color: #4A10BE; }
span { border-color: rgb(74,16,190); }
td.TdClassName
{
border-color: #4A10BE;
}
.TagClassName
{
border-color: #4A10BE;
}
</style>