Shades of Purple #740E70
Tints of Purple #740E70
RGB
CMYK
RGB Variations
Color information
#740E70 (or 0x740E70) is known color: Purple. HEX triplet: 74, 0E and 70. RGB value is (116,14,112). Sum of RGB (Red+Green+Blue) = 116+14+112=242 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.93% from 242); Green value is 14 (5.86% from 255 or 5.79% from 242); Blue value is 112 (44.14% from 255 or 46.28% from 242); Max value from RGB is 116 - color contains mainly: red. Hex color #740E70 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740E70 is #8BF18F. Grayscale: #373737. Windows color (decimal): -9171344 or 7343732. OLE color: 7343732.
HSL color Cylindrical-coordinate representation of color #740E70: hue angle of 302.35º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #740E70 is Cyan = 0, Magento = 0.88, Yellow = 0.03 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 14 | 112 | - |
| CMYK | 0 | 0.88 | 0.03 | 0.55 |
| HSL | 302.35º | 0.78% | 0.25% | - |
| HSV(B) | 302.35º | 0.88% | 0.45% | - |
| XYZ | 10.28 | 5.2 | 15.79 | - |
| YUV | 55.67 | 159.79 | 171.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 14 | 112 | 0 | 0.88 | 0.03 | 0.55 | 302.35 | 0.78 | 0.25 |
| Hex | 74 | E | 70 | 0 | 58 | 3 | 37 | 12E | 4E | 19 |
| Octal | 164 | 16 | 160 | 0 | 130 | 3 | 67 | 456 | 116 | 31 |
| Binary | 1110100 | 1110 | 1110000 | 0 | 1011000 | 11 | 110111 | 100101110 | 1001110 | 11001 |
Color Harmonies of #740E70
Complementary color
Monochromatic Colors of #740E70
Black with #740E70
Text Example
Text Example
White with #740E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740E70; }
p { color: rgb(116,14,112); }
H1.HeaderClassName
{
color: #740E70;
}
.AnyTagClassName
{
color: #740E70;
}
</style>
background-color css
<style>
a { background-color: #740E70; }
a { background-color: rgb(116,14,112); }
div.DivClassName
{
background-color: #740E70;
}
.BgClassName
{
background-color: #740E70;
}
</style>
border-color css
<style>
span { border-color: #740E70; }
span { border-color: rgb(116,14,112); }
td.TdClassName
{
border-color: #740E70;
}
.TagClassName
{
border-color: #740E70;
}
</style>