Shades of Dark Purple #74176D
Tints of Dark Purple #74176D
RGB
CMYK
RGB Variations
Color information
#74176D (or 0x74176D) is known color: Dark Purple. HEX triplet: 74, 17 and 6D. RGB value is (116,23,109). Sum of RGB (Red+Green+Blue) = 116+23+109=248 (32% of max value = 765). Red value is 116 (45.70% from 255 or 46.77% from 248); Green value is 23 (9.38% from 255 or 9.27% from 248); Blue value is 109 (42.97% from 255 or 43.95% from 248); Max value from RGB is 116 - color contains mainly: red. Hex color #74176D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74176D is #8BE892. Grayscale: #3C3C3C. Windows color (decimal): -9169043 or 7149428. OLE color: 7149428.
HSL color Cylindrical-coordinate representation of color #74176D: hue angle of 304.52º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #74176D is Cyan = 0, Magento = 0.80, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 23 | 109 | - |
| CMYK | 0 | 0.80 | 0.06 | 0.55 |
| HSL | 304.52º | 0.67% | 0.27% | - |
| HSV(B) | 304.52º | 0.8% | 0.45% | - |
| XYZ | 10.27 | 5.43 | 14.97 | - |
| YUV | 60.61 | 155.31 | 167.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 23 | 109 | 0 | 0.80 | 0.06 | 0.55 | 304.52 | 0.67 | 0.27 |
| Hex | 74 | 17 | 6D | 0 | 50 | 6 | 37 | 131 | 43 | 1B |
| Octal | 164 | 27 | 155 | 0 | 120 | 6 | 67 | 461 | 103 | 33 |
| Binary | 1110100 | 10111 | 1101101 | 0 | 1010000 | 110 | 110111 | 100110001 | 1000011 | 11011 |
Color Harmonies of #74176D
Complementary color
Monochromatic Colors of #74176D
Black with #74176D
Text Example
Text Example
White with #74176D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74176D; }
p { color: rgb(116,23,109); }
H1.HeaderClassName
{
color: #74176D;
}
.AnyTagClassName
{
color: #74176D;
}
</style>
background-color css
<style>
a { background-color: #74176D; }
a { background-color: rgb(116,23,109); }
div.DivClassName
{
background-color: #74176D;
}
.BgClassName
{
background-color: #74176D;
}
</style>
border-color css
<style>
span { border-color: #74176D; }
span { border-color: rgb(116,23,109); }
td.TdClassName
{
border-color: #74176D;
}
.TagClassName
{
border-color: #74176D;
}
</style>