Shades of Purple Heart #741BAC
Tints of Purple Heart #741BAC
RGB
CMYK
RGB Variations
Color information
#741BAC (or 0x741BAC) is known color: Purple Heart. HEX triplet: 74, 1B and AC. RGB value is (116,27,172). Sum of RGB (Red+Green+Blue) = 116+27+172=315 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.83% from 315); Green value is 27 (10.94% from 255 or 8.57% from 315); Blue value is 172 (67.58% from 255 or 54.60% from 315); Max value from RGB is 172 - color contains mainly: blue. Hex color #741BAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #741BAC is #8BE453. Grayscale: #454545. Windows color (decimal): -9167956 or 11279220. OLE color: 11279220.
HSL color Cylindrical-coordinate representation of color #741BAC: hue angle of 276.83º degrees, saturation: 0.73, 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 #741BAC is Cyan = 0.33, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 116 | 27 | 172 | - |
| CMYK | 0.33 | 0.84 | 0 | 0.33 |
| HSL | 276.83º | 0.73% | 0.39% | - |
| HSV(B) | 276.83º | 0.84% | 0.67% | - |
| XYZ | 15.04 | 7.48 | 39.68 | - |
| YUV | 70.14 | 185.49 | 160.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 27 | 172 | 0.33 | 0.84 | 0 | 0.33 | 276.83 | 0.73 | 0.39 |
| Hex | 74 | 1B | AC | 21 | 54 | 0 | 21 | 115 | 49 | 27 |
| Octal | 164 | 33 | 254 | 41 | 124 | 0 | 41 | 425 | 111 | 47 |
| Binary | 1110100 | 11011 | 10101100 | 100001 | 1010100 | 0 | 100001 | 100010101 | 1001001 | 100111 |
Color Harmonies of #741BAC
Complementary color
Monochromatic Colors of #741BAC
Black with #741BAC
Text Example
Text Example
White with #741BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741BAC; }
p { color: rgb(116,27,172); }
H1.HeaderClassName
{
color: #741BAC;
}
.AnyTagClassName
{
color: #741BAC;
}
</style>
background-color css
<style>
a { background-color: #741BAC; }
a { background-color: rgb(116,27,172); }
div.DivClassName
{
background-color: #741BAC;
}
.BgClassName
{
background-color: #741BAC;
}
</style>
border-color css
<style>
span { border-color: #741BAC; }
span { border-color: rgb(116,27,172); }
td.TdClassName
{
border-color: #741BAC;
}
.TagClassName
{
border-color: #741BAC;
}
</style>