Shades of Purple Heart #740DAC
Tints of Purple Heart #740DAC
RGB
CMYK
RGB Variations
Color information
#740DAC (or 0x740DAC) is known color: Purple Heart. HEX triplet: 74, 0D and AC. RGB value is (116,13,172). Sum of RGB (Red+Green+Blue) = 116+13+172=301 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.54% from 301); Green value is 13 (5.47% from 255 or 4.32% from 301); Blue value is 172 (67.58% from 255 or 57.14% from 301); Max value from RGB is 172 - color contains mainly: blue. Hex color #740DAC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #740DAC is #8BF253. Grayscale: #3D3D3D. Windows color (decimal): -9171540 or 11275636. OLE color: 11275636.
HSL color Cylindrical-coordinate representation of color #740DAC: hue angle of 278.87º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #740DAC is Cyan = 0.33, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 116 | 13 | 172 | - |
| CMYK | 0.33 | 0.92 | 0 | 0.33 |
| HSL | 278.87º | 0.86% | 0.36% | - |
| HSV(B) | 278.87º | 0.92% | 0.67% | - |
| XYZ | 14.79 | 6.98 | 39.6 | - |
| YUV | 61.92 | 190.12 | 166.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 13 | 172 | 0.33 | 0.92 | 0 | 0.33 | 278.87 | 0.86 | 0.36 |
| Hex | 74 | D | AC | 21 | 5C | 0 | 21 | 117 | 56 | 24 |
| Octal | 164 | 15 | 254 | 41 | 134 | 0 | 41 | 427 | 126 | 44 |
| Binary | 1110100 | 1101 | 10101100 | 100001 | 1011100 | 0 | 100001 | 100010111 | 1010110 | 100100 |
Color Harmonies of #740DAC
Complementary color
Monochromatic Colors of #740DAC
Black with #740DAC
Text Example
Text Example
White with #740DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740DAC; }
p { color: rgb(116,13,172); }
H1.HeaderClassName
{
color: #740DAC;
}
.AnyTagClassName
{
color: #740DAC;
}
</style>
background-color css
<style>
a { background-color: #740DAC; }
a { background-color: rgb(116,13,172); }
div.DivClassName
{
background-color: #740DAC;
}
.BgClassName
{
background-color: #740DAC;
}
</style>
border-color css
<style>
span { border-color: #740DAC; }
span { border-color: rgb(116,13,172); }
td.TdClassName
{
border-color: #740DAC;
}
.TagClassName
{
border-color: #740DAC;
}
</style>