Shades of Purple #740D6D
Tints of Purple #740D6D
RGB
CMYK
RGB Variations
Color information
#740D6D (or 0x740D6D) is known color: Purple. HEX triplet: 74, 0D and 6D. RGB value is (116,13,109). Sum of RGB (Red+Green+Blue) = 116+13+109=238 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.74% from 238); Green value is 13 (5.47% from 255 or 5.46% from 238); Blue value is 109 (42.97% from 255 or 45.80% from 238); Max value from RGB is 116 - color contains mainly: red. Hex color #740D6D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740D6D is #8BF292. Grayscale: #363636. Windows color (decimal): -9171603 or 7146868. OLE color: 7146868.
HSL color Cylindrical-coordinate representation of color #740D6D: hue angle of 304.08º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #740D6D is Cyan = 0, Magento = 0.89, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 13 | 109 | - |
| CMYK | 0 | 0.89 | 0.06 | 0.55 |
| HSL | 304.08º | 0.8% | 0.25% | - |
| HSV(B) | 304.08º | 0.89% | 0.45% | - |
| XYZ | 10.11 | 5.1 | 14.92 | - |
| YUV | 54.74 | 158.62 | 171.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 13 | 109 | 0 | 0.89 | 0.06 | 0.55 | 304.08 | 0.8 | 0.25 |
| Hex | 74 | D | 6D | 0 | 59 | 6 | 37 | 130 | 50 | 19 |
| Octal | 164 | 15 | 155 | 0 | 131 | 6 | 67 | 460 | 120 | 31 |
| Binary | 1110100 | 1101 | 1101101 | 0 | 1011001 | 110 | 110111 | 100110000 | 1010000 | 11001 |
Color Harmonies of #740D6D
Complementary color
Monochromatic Colors of #740D6D
Black with #740D6D
Text Example
Text Example
White with #740D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740D6D; }
p { color: rgb(116,13,109); }
H1.HeaderClassName
{
color: #740D6D;
}
.AnyTagClassName
{
color: #740D6D;
}
</style>
background-color css
<style>
a { background-color: #740D6D; }
a { background-color: rgb(116,13,109); }
div.DivClassName
{
background-color: #740D6D;
}
.BgClassName
{
background-color: #740D6D;
}
</style>
border-color css
<style>
span { border-color: #740D6D; }
span { border-color: rgb(116,13,109); }
td.TdClassName
{
border-color: #740D6D;
}
.TagClassName
{
border-color: #740D6D;
}
</style>