Shades of Purple Heart #4A17B9
Tints of Purple Heart #4A17B9
RGB
CMYK
RGB Variations
Color information
#4A17B9 (or 0x4A17B9) is known color: Purple Heart. HEX triplet: 4A, 17 and B9. RGB value is (74,23,185). Sum of RGB (Red+Green+Blue) = 74+23+185=282 (37% of max value = 765). Red value is 74 (29.30% from 255 or 26.24% from 282); Green value is 23 (9.38% from 255 or 8.16% from 282); Blue value is 185 (72.66% from 255 or 65.60% from 282); Max value from RGB is 185 - color contains mainly: blue. Hex color #4A17B9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4A17B9 is #B5E846. Grayscale: #383838. Windows color (decimal): -11921479 or 12130122. OLE color: 12130122.
HSL color Cylindrical-coordinate representation of color #4A17B9: hue angle of 258.89º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4A17B9 is Cyan = 0.6, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 74 | 23 | 185 | - |
| CMYK | 0.6 | 0.88 | 0 | 0.27 |
| HSL | 258.89º | 0.78% | 0.41% | - |
| HSV(B) | 258.89º | 0.88% | 0.73% | - |
| XYZ | 11.89 | 5.57 | 46.35 | - |
| YUV | 56.72 | 200.4 | 140.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 23 | 185 | 0.6 | 0.88 | 0 | 0.27 | 258.89 | 0.78 | 0.41 |
| Hex | 4A | 17 | B9 | 3C | 58 | 0 | 1B | 103 | 4E | 29 |
| Octal | 112 | 27 | 271 | 74 | 130 | 0 | 33 | 403 | 116 | 51 |
| Binary | 1001010 | 10111 | 10111001 | 111100 | 1011000 | 0 | 11011 | 100000011 | 1001110 | 101001 |
Color Harmonies of #4A17B9
Complementary color
Monochromatic Colors of #4A17B9
Black with #4A17B9
Text Example
Text Example
White with #4A17B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A17B9; }
p { color: rgb(74,23,185); }
H1.HeaderClassName
{
color: #4A17B9;
}
.AnyTagClassName
{
color: #4A17B9;
}
</style>
background-color css
<style>
a { background-color: #4A17B9; }
a { background-color: rgb(74,23,185); }
div.DivClassName
{
background-color: #4A17B9;
}
.BgClassName
{
background-color: #4A17B9;
}
</style>
border-color css
<style>
span { border-color: #4A17B9; }
span { border-color: rgb(74,23,185); }
td.TdClassName
{
border-color: #4A17B9;
}
.TagClassName
{
border-color: #4A17B9;
}
</style>