Shades of Purple Heart #741CAB
Tints of Purple Heart #741CAB
RGB
CMYK
RGB Variations
Color information
#741CAB (or 0x741CAB) is known color: Purple Heart. HEX triplet: 74, 1C and AB. RGB value is (116,28,171). Sum of RGB (Red+Green+Blue) = 116+28+171=315 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.83% from 315); Green value is 28 (11.33% from 255 or 8.89% from 315); Blue value is 171 (67.19% from 255 or 54.29% from 315); Max value from RGB is 171 - color contains mainly: blue. Hex color #741CAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #741CAB is #8BE354. Grayscale: #464646. Windows color (decimal): -9167701 or 11213940. OLE color: 11213940.
HSL color Cylindrical-coordinate representation of color #741CAB: hue angle of 276.92º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #741CAB is Cyan = 0.32, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 116 | 28 | 171 | - |
| CMYK | 0.32 | 0.84 | 0 | 0.33 |
| HSL | 276.92º | 0.72% | 0.39% | - |
| HSV(B) | 276.92º | 0.84% | 0.67% | - |
| XYZ | 14.97 | 7.48 | 39.18 | - |
| YUV | 70.61 | 184.65 | 160.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 28 | 171 | 0.32 | 0.84 | 0 | 0.33 | 276.92 | 0.72 | 0.39 |
| Hex | 74 | 1C | AB | 20 | 54 | 0 | 21 | 115 | 48 | 27 |
| Octal | 164 | 34 | 253 | 40 | 124 | 0 | 41 | 425 | 110 | 47 |
| Binary | 1110100 | 11100 | 10101011 | 100000 | 1010100 | 0 | 100001 | 100010101 | 1001000 | 100111 |
Color Harmonies of #741CAB
Complementary color
Monochromatic Colors of #741CAB
Black with #741CAB
Text Example
Text Example
White with #741CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741CAB; }
p { color: rgb(116,28,171); }
H1.HeaderClassName
{
color: #741CAB;
}
.AnyTagClassName
{
color: #741CAB;
}
</style>
background-color css
<style>
a { background-color: #741CAB; }
a { background-color: rgb(116,28,171); }
div.DivClassName
{
background-color: #741CAB;
}
.BgClassName
{
background-color: #741CAB;
}
</style>
border-color css
<style>
span { border-color: #741CAB; }
span { border-color: rgb(116,28,171); }
td.TdClassName
{
border-color: #741CAB;
}
.TagClassName
{
border-color: #741CAB;
}
</style>