Shades of Purple #740E8E
Tints of Purple #740E8E
RGB
CMYK
RGB Variations
Color information
#740E8E (or 0x740E8E) is known color: Purple. HEX triplet: 74, 0E and 8E. RGB value is (116,14,142). Sum of RGB (Red+Green+Blue) = 116+14+142=272 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.65% from 272); Green value is 14 (5.86% from 255 or 5.15% from 272); Blue value is 142 (55.86% from 255 or 52.21% from 272); Max value from RGB is 142 - color contains mainly: blue. Hex color #740E8E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #740E8E is #8BF171. Grayscale: #3A3A3A. Windows color (decimal): -9171314 or 9309812. OLE color: 9309812.
HSL color Cylindrical-coordinate representation of color #740E8E: hue angle of 287.81º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #740E8E is Cyan = 0.18, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 116 | 14 | 142 | - |
| CMYK | 0.18 | 0.90 | 0 | 0.44 |
| HSL | 287.81º | 0.82% | 0.31% | - |
| HSV(B) | 287.81º | 0.9% | 0.56% | - |
| XYZ | 12.24 | 5.98 | 26.1 | - |
| YUV | 59.09 | 174.79 | 168.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 14 | 142 | 0.18 | 0.90 | 0 | 0.44 | 287.81 | 0.82 | 0.31 |
| Hex | 74 | E | 8E | 12 | 5A | 0 | 2C | 120 | 52 | 1F |
| Octal | 164 | 16 | 216 | 22 | 132 | 0 | 54 | 440 | 122 | 37 |
| Binary | 1110100 | 1110 | 10001110 | 10010 | 1011010 | 0 | 101100 | 100100000 | 1010010 | 11111 |
Color Harmonies of #740E8E
Complementary color
Monochromatic Colors of #740E8E
Black with #740E8E
Text Example
Text Example
White with #740E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740E8E; }
p { color: rgb(116,14,142); }
H1.HeaderClassName
{
color: #740E8E;
}
.AnyTagClassName
{
color: #740E8E;
}
</style>
background-color css
<style>
a { background-color: #740E8E; }
a { background-color: rgb(116,14,142); }
div.DivClassName
{
background-color: #740E8E;
}
.BgClassName
{
background-color: #740E8E;
}
</style>
border-color css
<style>
span { border-color: #740E8E; }
span { border-color: rgb(116,14,142); }
td.TdClassName
{
border-color: #740E8E;
}
.TagClassName
{
border-color: #740E8E;
}
</style>