Shades of Purple Heart #741FAD
Tints of Purple Heart #741FAD
RGB
CMYK
RGB Variations
Color information
#741FAD (or 0x741FAD) is known color: Purple Heart. HEX triplet: 74, 1F and AD. RGB value is (116,31,173). Sum of RGB (Red+Green+Blue) = 116+31+173=320 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.25% from 320); Green value is 31 (12.5% from 255 or 9.69% from 320); Blue value is 173 (67.97% from 255 or 54.06% from 320); Max value from RGB is 173 - color contains mainly: blue. Hex color #741FAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #741FAD is #8BE052. Grayscale: #484848. Windows color (decimal): -9166931 or 11345780. OLE color: 11345780.
HSL color Cylindrical-coordinate representation of color #741FAD: hue angle of 275.92º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #741FAD is Cyan = 0.33, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 116 | 31 | 173 | - |
| CMYK | 0.33 | 0.82 | 0 | 0.32 |
| HSL | 275.92º | 0.7% | 0.4% | - |
| HSV(B) | 275.92º | 0.82% | 0.68% | - |
| XYZ | 15.24 | 7.71 | 40.22 | - |
| YUV | 72.6 | 184.66 | 158.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 31 | 173 | 0.33 | 0.82 | 0 | 0.32 | 275.92 | 0.7 | 0.4 |
| Hex | 74 | 1F | AD | 21 | 52 | 0 | 20 | 114 | 46 | 28 |
| Octal | 164 | 37 | 255 | 41 | 122 | 0 | 40 | 424 | 106 | 50 |
| Binary | 1110100 | 11111 | 10101101 | 100001 | 1010010 | 0 | 100000 | 100010100 | 1000110 | 101000 |
Color Harmonies of #741FAD
Complementary color
Monochromatic Colors of #741FAD
Black with #741FAD
Text Example
Text Example
White with #741FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741FAD; }
p { color: rgb(116,31,173); }
H1.HeaderClassName
{
color: #741FAD;
}
.AnyTagClassName
{
color: #741FAD;
}
</style>
background-color css
<style>
a { background-color: #741FAD; }
a { background-color: rgb(116,31,173); }
div.DivClassName
{
background-color: #741FAD;
}
.BgClassName
{
background-color: #741FAD;
}
</style>
border-color css
<style>
span { border-color: #741FAD; }
span { border-color: rgb(116,31,173); }
td.TdClassName
{
border-color: #741FAD;
}
.TagClassName
{
border-color: #741FAD;
}
</style>