Shades of Dark Purple #74136D
Tints of Dark Purple #74136D
RGB
CMYK
RGB Variations
Color information
#74136D (or 0x74136D) is known color: Dark Purple. HEX triplet: 74, 13 and 6D. RGB value is (116,19,109). Sum of RGB (Red+Green+Blue) = 116+19+109=244 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.54% from 244); Green value is 19 (7.81% from 255 or 7.79% from 244); Blue value is 109 (42.97% from 255 or 44.67% from 244); Max value from RGB is 116 - color contains mainly: red. Hex color #74136D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74136D is #8BEC92. Grayscale: #3A3A3A. Windows color (decimal): -9170067 or 7148404. OLE color: 7148404.
HSL color Cylindrical-coordinate representation of color #74136D: hue angle of 304.33º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #74136D is Cyan = 0, Magento = 0.84, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 19 | 109 | - |
| CMYK | 0 | 0.84 | 0.06 | 0.55 |
| HSL | 304.33º | 0.72% | 0.26% | - |
| HSV(B) | 304.33º | 0.84% | 0.45% | - |
| XYZ | 10.2 | 5.28 | 14.95 | - |
| YUV | 58.26 | 156.64 | 169.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 19 | 109 | 0 | 0.84 | 0.06 | 0.55 | 304.33 | 0.72 | 0.26 |
| Hex | 74 | 13 | 6D | 0 | 54 | 6 | 37 | 130 | 48 | 1A |
| Octal | 164 | 23 | 155 | 0 | 124 | 6 | 67 | 460 | 110 | 32 |
| Binary | 1110100 | 10011 | 1101101 | 0 | 1010100 | 110 | 110111 | 100110000 | 1001000 | 11010 |
Color Harmonies of #74136D
Complementary color
Monochromatic Colors of #74136D
Black with #74136D
Text Example
Text Example
White with #74136D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74136D; }
p { color: rgb(116,19,109); }
H1.HeaderClassName
{
color: #74136D;
}
.AnyTagClassName
{
color: #74136D;
}
</style>
background-color css
<style>
a { background-color: #74136D; }
a { background-color: rgb(116,19,109); }
div.DivClassName
{
background-color: #74136D;
}
.BgClassName
{
background-color: #74136D;
}
</style>
border-color css
<style>
span { border-color: #74136D; }
span { border-color: rgb(116,19,109); }
td.TdClassName
{
border-color: #74136D;
}
.TagClassName
{
border-color: #74136D;
}
</style>