Shades of Dark Purple #74126D
Tints of Dark Purple #74126D
RGB
CMYK
RGB Variations
Color information
#74126D (or 0x74126D) is known color: Dark Purple. HEX triplet: 74, 12 and 6D. RGB value is (116,18,109). Sum of RGB (Red+Green+Blue) = 116+18+109=243 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.74% from 243); Green value is 18 (7.42% from 255 or 7.41% from 243); Blue value is 109 (42.97% from 255 or 44.86% from 243); Max value from RGB is 116 - color contains mainly: red. Hex color #74126D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74126D is #8BED92. Grayscale: #393939. Windows color (decimal): -9170323 or 7148148. OLE color: 7148148.
HSL color Cylindrical-coordinate representation of color #74126D: hue angle of 304.29º degrees, saturation: 0.73, 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 #74126D is Cyan = 0, Magento = 0.84, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 18 | 109 | - |
| CMYK | 0 | 0.84 | 0.06 | 0.55 |
| HSL | 304.29º | 0.73% | 0.26% | - |
| HSV(B) | 304.29º | 0.84% | 0.45% | - |
| XYZ | 10.18 | 5.25 | 14.94 | - |
| YUV | 57.68 | 156.97 | 169.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 18 | 109 | 0 | 0.84 | 0.06 | 0.55 | 304.29 | 0.73 | 0.26 |
| Hex | 74 | 12 | 6D | 0 | 54 | 6 | 37 | 130 | 49 | 1A |
| Octal | 164 | 22 | 155 | 0 | 124 | 6 | 67 | 460 | 111 | 32 |
| Binary | 1110100 | 10010 | 1101101 | 0 | 1010100 | 110 | 110111 | 100110000 | 1001001 | 11010 |
Color Harmonies of #74126D
Complementary color
Monochromatic Colors of #74126D
Black with #74126D
Text Example
Text Example
White with #74126D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74126D; }
p { color: rgb(116,18,109); }
H1.HeaderClassName
{
color: #74126D;
}
.AnyTagClassName
{
color: #74126D;
}
</style>
background-color css
<style>
a { background-color: #74126D; }
a { background-color: rgb(116,18,109); }
div.DivClassName
{
background-color: #74126D;
}
.BgClassName
{
background-color: #74126D;
}
</style>
border-color css
<style>
span { border-color: #74126D; }
span { border-color: rgb(116,18,109); }
td.TdClassName
{
border-color: #74126D;
}
.TagClassName
{
border-color: #74126D;
}
</style>