Shades of Dark Purple #741E76
Tints of Dark Purple #741E76
RGB
CMYK
RGB Variations
Color information
#741E76 (or 0x741E76) is known color: Dark Purple. HEX triplet: 74, 1E and 76. RGB value is (116,30,118). Sum of RGB (Red+Green+Blue) = 116+30+118=264 (34% of max value = 765). Red value is 116 (45.70% from 255 or 43.94% from 264); Green value is 30 (12.11% from 255 or 11.36% from 264); Blue value is 118 (46.48% from 255 or 44.70% from 264); Max value from RGB is 118 - color contains mainly: blue. Hex color #741E76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #741E76 is #8BE189. Grayscale: #414141. Windows color (decimal): -9167242 or 7741044. OLE color: 7741044.
HSL color Cylindrical-coordinate representation of color #741E76: hue angle of 298.64º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #741E76 is Cyan = 0.02, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 116 | 30 | 118 | - |
| CMYK | 0.02 | 0.75 | 0 | 0.54 |
| HSL | 298.64º | 0.59% | 0.29% | - |
| HSV(B) | 298.64º | 0.75% | 0.46% | - |
| XYZ | 10.94 | 5.95 | 17.71 | - |
| YUV | 65.75 | 157.49 | 163.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 30 | 118 | 0.02 | 0.75 | 0 | 0.54 | 298.64 | 0.59 | 0.29 |
| Hex | 74 | 1E | 76 | 2 | 4B | 0 | 36 | 12B | 3B | 1D |
| Octal | 164 | 36 | 166 | 2 | 113 | 0 | 66 | 453 | 73 | 35 |
| Binary | 1110100 | 11110 | 1110110 | 10 | 1001011 | 0 | 110110 | 100101011 | 111011 | 11101 |
Color Harmonies of #741E76
Complementary color
Monochromatic Colors of #741E76
Black with #741E76
Text Example
Text Example
White with #741E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741E76; }
p { color: rgb(116,30,118); }
H1.HeaderClassName
{
color: #741E76;
}
.AnyTagClassName
{
color: #741E76;
}
</style>
background-color css
<style>
a { background-color: #741E76; }
a { background-color: rgb(116,30,118); }
div.DivClassName
{
background-color: #741E76;
}
.BgClassName
{
background-color: #741E76;
}
</style>
border-color css
<style>
span { border-color: #741E76; }
span { border-color: rgb(116,30,118); }
td.TdClassName
{
border-color: #741E76;
}
.TagClassName
{
border-color: #741E76;
}
</style>