Shades of Dark Purple #741C76
Tints of Dark Purple #741C76
RGB
CMYK
RGB Variations
Color information
#741C76 (or 0x741C76) is known color: Dark Purple. HEX triplet: 74, 1C and 76. RGB value is (116,28,118). Sum of RGB (Red+Green+Blue) = 116+28+118=262 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.27% from 262); Green value is 28 (11.33% from 255 or 10.69% from 262); Blue value is 118 (46.48% from 255 or 45.04% from 262); Max value from RGB is 118 - color contains mainly: blue. Hex color #741C76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #741C76 is #8BE389. Grayscale: #404040. Windows color (decimal): -9167754 or 7740532. OLE color: 7740532.
HSL color Cylindrical-coordinate representation of color #741C76: hue angle of 298.67º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #741C76 is Cyan = 0.02, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 116 | 28 | 118 | - |
| CMYK | 0.02 | 0.76 | 0 | 0.54 |
| HSL | 298.67º | 0.62% | 0.29% | - |
| HSV(B) | 298.67º | 0.76% | 0.46% | - |
| XYZ | 10.89 | 5.85 | 17.7 | - |
| YUV | 64.57 | 158.15 | 164.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 28 | 118 | 0.02 | 0.76 | 0 | 0.54 | 298.67 | 0.62 | 0.29 |
| Hex | 74 | 1C | 76 | 2 | 4C | 0 | 36 | 12B | 3E | 1D |
| Octal | 164 | 34 | 166 | 2 | 114 | 0 | 66 | 453 | 76 | 35 |
| Binary | 1110100 | 11100 | 1110110 | 10 | 1001100 | 0 | 110110 | 100101011 | 111110 | 11101 |
Color Harmonies of #741C76
Complementary color
Monochromatic Colors of #741C76
Black with #741C76
Text Example
Text Example
White with #741C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741C76; }
p { color: rgb(116,28,118); }
H1.HeaderClassName
{
color: #741C76;
}
.AnyTagClassName
{
color: #741C76;
}
</style>
background-color css
<style>
a { background-color: #741C76; }
a { background-color: rgb(116,28,118); }
div.DivClassName
{
background-color: #741C76;
}
.BgClassName
{
background-color: #741C76;
}
</style>
border-color css
<style>
span { border-color: #741C76; }
span { border-color: rgb(116,28,118); }
td.TdClassName
{
border-color: #741C76;
}
.TagClassName
{
border-color: #741C76;
}
</style>