Shades of Dark Purple #74146D
Tints of Dark Purple #74146D
RGB
CMYK
RGB Variations
Color information
#74146D (or 0x74146D) is known color: Dark Purple. HEX triplet: 74, 14 and 6D. RGB value is (116,20,109). Sum of RGB (Red+Green+Blue) = 116+20+109=245 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.35% from 245); Green value is 20 (8.20% from 255 or 8.16% from 245); Blue value is 109 (42.97% from 255 or 44.49% from 245); Max value from RGB is 116 - color contains mainly: red. Hex color #74146D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74146D is #8BEB92. Grayscale: #3A3A3A. Windows color (decimal): -9169811 or 7148660. OLE color: 7148660.
HSL color Cylindrical-coordinate representation of color #74146D: hue angle of 304.38º 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 #74146D is Cyan = 0, Magento = 0.83, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 20 | 109 | - |
| CMYK | 0 | 0.83 | 0.06 | 0.55 |
| HSL | 304.38º | 0.71% | 0.27% | - |
| HSV(B) | 304.38º | 0.83% | 0.45% | - |
| XYZ | 10.21 | 5.32 | 14.96 | - |
| YUV | 58.85 | 156.3 | 168.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 20 | 109 | 0 | 0.83 | 0.06 | 0.55 | 304.38 | 0.71 | 0.27 |
| Hex | 74 | 14 | 6D | 0 | 53 | 6 | 37 | 130 | 47 | 1B |
| Octal | 164 | 24 | 155 | 0 | 123 | 6 | 67 | 460 | 107 | 33 |
| Binary | 1110100 | 10100 | 1101101 | 0 | 1010011 | 110 | 110111 | 100110000 | 1000111 | 11011 |
Color Harmonies of #74146D
Complementary color
Monochromatic Colors of #74146D
Black with #74146D
Text Example
Text Example
White with #74146D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74146D; }
p { color: rgb(116,20,109); }
H1.HeaderClassName
{
color: #74146D;
}
.AnyTagClassName
{
color: #74146D;
}
</style>
background-color css
<style>
a { background-color: #74146D; }
a { background-color: rgb(116,20,109); }
div.DivClassName
{
background-color: #74146D;
}
.BgClassName
{
background-color: #74146D;
}
</style>
border-color css
<style>
span { border-color: #74146D; }
span { border-color: rgb(116,20,109); }
td.TdClassName
{
border-color: #74146D;
}
.TagClassName
{
border-color: #74146D;
}
</style>