Shades of Purple Heart #740DAF
Tints of Purple Heart #740DAF
RGB
CMYK
RGB Variations
Color information
#740DAF (or 0x740DAF) is known color: Purple Heart. HEX triplet: 74, 0D and AF. RGB value is (116,13,175). Sum of RGB (Red+Green+Blue) = 116+13+175=304 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.16% from 304); Green value is 13 (5.47% from 255 or 4.28% from 304); Blue value is 175 (68.75% from 255 or 57.57% from 304); Max value from RGB is 175 - color contains mainly: blue. Hex color #740DAF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #740DAF is #8BF250. Grayscale: #3D3D3D. Windows color (decimal): -9171537 or 11472244. OLE color: 11472244.
HSL color Cylindrical-coordinate representation of color #740DAF: hue angle of 278.15º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #740DAF is Cyan = 0.34, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 116 | 13 | 175 | - |
| CMYK | 0.34 | 0.93 | 0 | 0.31 |
| HSL | 278.15º | 0.86% | 0.37% | - |
| HSV(B) | 278.15º | 0.93% | 0.69% | - |
| XYZ | 15.08 | 7.1 | 41.13 | - |
| YUV | 62.27 | 191.62 | 166.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 13 | 175 | 0.34 | 0.93 | 0 | 0.31 | 278.15 | 0.86 | 0.37 |
| Hex | 74 | D | AF | 22 | 5D | 0 | 1F | 116 | 56 | 25 |
| Octal | 164 | 15 | 257 | 42 | 135 | 0 | 37 | 426 | 126 | 45 |
| Binary | 1110100 | 1101 | 10101111 | 100010 | 1011101 | 0 | 11111 | 100010110 | 1010110 | 100101 |
Color Harmonies of #740DAF
Complementary color
Monochromatic Colors of #740DAF
Black with #740DAF
Text Example
Text Example
White with #740DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740DAF; }
p { color: rgb(116,13,175); }
H1.HeaderClassName
{
color: #740DAF;
}
.AnyTagClassName
{
color: #740DAF;
}
</style>
background-color css
<style>
a { background-color: #740DAF; }
a { background-color: rgb(116,13,175); }
div.DivClassName
{
background-color: #740DAF;
}
.BgClassName
{
background-color: #740DAF;
}
</style>
border-color css
<style>
span { border-color: #740DAF; }
span { border-color: rgb(116,13,175); }
td.TdClassName
{
border-color: #740DAF;
}
.TagClassName
{
border-color: #740DAF;
}
</style>