Shades of Dark Purple #74136E
Tints of Dark Purple #74136E
RGB
CMYK
RGB Variations
Color information
#74136E (or 0x74136E) is known color: Dark Purple. HEX triplet: 74, 13 and 6E. RGB value is (116,19,110). Sum of RGB (Red+Green+Blue) = 116+19+110=245 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.35% from 245); Green value is 19 (7.81% from 255 or 7.76% from 245); Blue value is 110 (43.36% from 255 or 44.90% from 245); Max value from RGB is 116 - color contains mainly: red. Hex color #74136E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74136E is #8BEC91. Grayscale: #3A3A3A. Windows color (decimal): -9170066 or 7213940. OLE color: 7213940.
HSL color Cylindrical-coordinate representation of color #74136E: hue angle of 303.71º 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 #74136E is Cyan = 0, Magento = 0.84, Yellow = 0.05 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 19 | 110 | - |
| CMYK | 0 | 0.84 | 0.05 | 0.55 |
| HSL | 303.71º | 0.72% | 0.26% | - |
| HSV(B) | 303.71º | 0.84% | 0.45% | - |
| XYZ | 10.25 | 5.3 | 15.24 | - |
| YUV | 58.38 | 157.14 | 169.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 19 | 110 | 0 | 0.84 | 0.05 | 0.55 | 303.71 | 0.72 | 0.26 |
| Hex | 74 | 13 | 6E | 0 | 54 | 5 | 37 | 130 | 48 | 1A |
| Octal | 164 | 23 | 156 | 0 | 124 | 5 | 67 | 460 | 110 | 32 |
| Binary | 1110100 | 10011 | 1101110 | 0 | 1010100 | 101 | 110111 | 100110000 | 1001000 | 11010 |
Color Harmonies of #74136E
Complementary color
Monochromatic Colors of #74136E
Black with #74136E
Text Example
Text Example
White with #74136E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74136E; }
p { color: rgb(116,19,110); }
H1.HeaderClassName
{
color: #74136E;
}
.AnyTagClassName
{
color: #74136E;
}
</style>
background-color css
<style>
a { background-color: #74136E; }
a { background-color: rgb(116,19,110); }
div.DivClassName
{
background-color: #74136E;
}
.BgClassName
{
background-color: #74136E;
}
</style>
border-color css
<style>
span { border-color: #74136E; }
span { border-color: rgb(116,19,110); }
td.TdClassName
{
border-color: #74136E;
}
.TagClassName
{
border-color: #74136E;
}
</style>