Shades of Dark Purple #74146E
Tints of Dark Purple #74146E
RGB
CMYK
RGB Variations
Color information
#74146E (or 0x74146E) is known color: Dark Purple. HEX triplet: 74, 14 and 6E. RGB value is (116,20,110). Sum of RGB (Red+Green+Blue) = 116+20+110=246 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.15% from 246); Green value is 20 (8.20% from 255 or 8.13% from 246); Blue value is 110 (43.36% from 255 or 44.72% from 246); Max value from RGB is 116 - color contains mainly: red. Hex color #74146E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74146E is #8BEB91. Grayscale: #3A3A3A. Windows color (decimal): -9169810 or 7214196. OLE color: 7214196.
HSL color Cylindrical-coordinate representation of color #74146E: hue angle of 303.75º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #74146E is Cyan = 0, Magento = 0.83, Yellow = 0.05 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 20 | 110 | - |
| CMYK | 0 | 0.83 | 0.05 | 0.55 |
| HSL | 303.75º | 0.71% | 0.27% | - |
| HSV(B) | 303.75º | 0.83% | 0.45% | - |
| XYZ | 10.27 | 5.34 | 15.24 | - |
| YUV | 58.96 | 156.8 | 168.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 20 | 110 | 0 | 0.83 | 0.05 | 0.55 | 303.75 | 0.71 | 0.27 |
| Hex | 74 | 14 | 6E | 0 | 53 | 5 | 37 | 130 | 47 | 1B |
| Octal | 164 | 24 | 156 | 0 | 123 | 5 | 67 | 460 | 107 | 33 |
| Binary | 1110100 | 10100 | 1101110 | 0 | 1010011 | 101 | 110111 | 100110000 | 1000111 | 11011 |
Color Harmonies of #74146E
Complementary color
Monochromatic Colors of #74146E
Black with #74146E
Text Example
Text Example
White with #74146E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74146E; }
p { color: rgb(116,20,110); }
H1.HeaderClassName
{
color: #74146E;
}
.AnyTagClassName
{
color: #74146E;
}
</style>
background-color css
<style>
a { background-color: #74146E; }
a { background-color: rgb(116,20,110); }
div.DivClassName
{
background-color: #74146E;
}
.BgClassName
{
background-color: #74146E;
}
</style>
border-color css
<style>
span { border-color: #74146E; }
span { border-color: rgb(116,20,110); }
td.TdClassName
{
border-color: #74146E;
}
.TagClassName
{
border-color: #74146E;
}
</style>