Shades of Purple Heart #740FAC
Tints of Purple Heart #740FAC
RGB
CMYK
RGB Variations
Color information
#740FAC (or 0x740FAC) is known color: Purple Heart. HEX triplet: 74, 0F and AC. RGB value is (116,15,172). Sum of RGB (Red+Green+Blue) = 116+15+172=303 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.28% from 303); Green value is 15 (6.25% from 255 or 4.95% from 303); Blue value is 172 (67.58% from 255 or 56.77% from 303); Max value from RGB is 172 - color contains mainly: blue. Hex color #740FAC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #740FAC is #8BF053. Grayscale: #3E3E3E. Windows color (decimal): -9171028 or 11276148. OLE color: 11276148.
HSL color Cylindrical-coordinate representation of color #740FAC: hue angle of 278.6º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #740FAC is Cyan = 0.33, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 116 | 15 | 172 | - |
| CMYK | 0.33 | 0.91 | 0 | 0.33 |
| HSL | 278.6º | 0.84% | 0.37% | - |
| HSV(B) | 278.6º | 0.91% | 0.67% | - |
| XYZ | 14.82 | 7.03 | 39.61 | - |
| YUV | 63.1 | 189.46 | 165.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 15 | 172 | 0.33 | 0.91 | 0 | 0.33 | 278.6 | 0.84 | 0.37 |
| Hex | 74 | F | AC | 21 | 5B | 0 | 21 | 117 | 54 | 25 |
| Octal | 164 | 17 | 254 | 41 | 133 | 0 | 41 | 427 | 124 | 45 |
| Binary | 1110100 | 1111 | 10101100 | 100001 | 1011011 | 0 | 100001 | 100010111 | 1010100 | 100101 |
Color Harmonies of #740FAC
Complementary color
Monochromatic Colors of #740FAC
Black with #740FAC
Text Example
Text Example
White with #740FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740FAC; }
p { color: rgb(116,15,172); }
H1.HeaderClassName
{
color: #740FAC;
}
.AnyTagClassName
{
color: #740FAC;
}
</style>
background-color css
<style>
a { background-color: #740FAC; }
a { background-color: rgb(116,15,172); }
div.DivClassName
{
background-color: #740FAC;
}
.BgClassName
{
background-color: #740FAC;
}
</style>
border-color css
<style>
span { border-color: #740FAC; }
span { border-color: rgb(116,15,172); }
td.TdClassName
{
border-color: #740FAC;
}
.TagClassName
{
border-color: #740FAC;
}
</style>