Shades of Purple Heart #741FAC
Tints of Purple Heart #741FAC
RGB
CMYK
RGB Variations
Color information
#741FAC (or 0x741FAC) is known color: Purple Heart. HEX triplet: 74, 1F and AC. RGB value is (116,31,172). Sum of RGB (Red+Green+Blue) = 116+31+172=319 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.36% from 319); Green value is 31 (12.5% from 255 or 9.72% from 319); Blue value is 172 (67.58% from 255 or 53.92% from 319); Max value from RGB is 172 - color contains mainly: blue. Hex color #741FAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #741FAC is #8BE053. Grayscale: #484848. Windows color (decimal): -9166932 or 11280244. OLE color: 11280244.
HSL color Cylindrical-coordinate representation of color #741FAC: hue angle of 276.17º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #741FAC is Cyan = 0.33, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 116 | 31 | 172 | - |
| CMYK | 0.33 | 0.82 | 0 | 0.33 |
| HSL | 276.17º | 0.69% | 0.4% | - |
| HSV(B) | 276.17º | 0.82% | 0.67% | - |
| XYZ | 15.14 | 7.67 | 39.71 | - |
| YUV | 72.49 | 184.16 | 159.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 31 | 172 | 0.33 | 0.82 | 0 | 0.33 | 276.17 | 0.69 | 0.4 |
| Hex | 74 | 1F | AC | 21 | 52 | 0 | 21 | 114 | 45 | 28 |
| Octal | 164 | 37 | 254 | 41 | 122 | 0 | 41 | 424 | 105 | 50 |
| Binary | 1110100 | 11111 | 10101100 | 100001 | 1010010 | 0 | 100001 | 100010100 | 1000101 | 101000 |
Color Harmonies of #741FAC
Complementary color
Monochromatic Colors of #741FAC
Black with #741FAC
Text Example
Text Example
White with #741FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741FAC; }
p { color: rgb(116,31,172); }
H1.HeaderClassName
{
color: #741FAC;
}
.AnyTagClassName
{
color: #741FAC;
}
</style>
background-color css
<style>
a { background-color: #741FAC; }
a { background-color: rgb(116,31,172); }
div.DivClassName
{
background-color: #741FAC;
}
.BgClassName
{
background-color: #741FAC;
}
</style>
border-color css
<style>
span { border-color: #741FAC; }
span { border-color: rgb(116,31,172); }
td.TdClassName
{
border-color: #741FAC;
}
.TagClassName
{
border-color: #741FAC;
}
</style>