Shades of Dark Purple #741876
Tints of Dark Purple #741876
RGB
CMYK
RGB Variations
Color information
#741876 (or 0x741876) is known color: Dark Purple. HEX triplet: 74, 18 and 76. RGB value is (116,24,118). Sum of RGB (Red+Green+Blue) = 116+24+118=258 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.96% from 258); Green value is 24 (9.77% from 255 or 9.30% from 258); Blue value is 118 (46.48% from 255 or 45.74% from 258); Max value from RGB is 118 - color contains mainly: blue. Hex color #741876 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #741876 is #8BE789. Grayscale: #3D3D3D. Windows color (decimal): -9168778 or 7739508. OLE color: 7739508.
HSL color Cylindrical-coordinate representation of color #741876: hue angle of 298.72º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #741876 is Cyan = 0.02, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 116 | 24 | 118 | - |
| CMYK | 0.02 | 0.80 | 0 | 0.54 |
| HSL | 298.72º | 0.66% | 0.28% | - |
| HSV(B) | 298.72º | 0.8% | 0.46% | - |
| XYZ | 10.8 | 5.67 | 17.67 | - |
| YUV | 62.22 | 159.48 | 166.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 24 | 118 | 0.02 | 0.80 | 0 | 0.54 | 298.72 | 0.66 | 0.28 |
| Hex | 74 | 18 | 76 | 2 | 50 | 0 | 36 | 12B | 42 | 1C |
| Octal | 164 | 30 | 166 | 2 | 120 | 0 | 66 | 453 | 102 | 34 |
| Binary | 1110100 | 11000 | 1110110 | 10 | 1010000 | 0 | 110110 | 100101011 | 1000010 | 11100 |
Color Harmonies of #741876
Complementary color
Monochromatic Colors of #741876
Black with #741876
Text Example
Text Example
White with #741876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741876; }
p { color: rgb(116,24,118); }
H1.HeaderClassName
{
color: #741876;
}
.AnyTagClassName
{
color: #741876;
}
</style>
background-color css
<style>
a { background-color: #741876; }
a { background-color: rgb(116,24,118); }
div.DivClassName
{
background-color: #741876;
}
.BgClassName
{
background-color: #741876;
}
</style>
border-color css
<style>
span { border-color: #741876; }
span { border-color: rgb(116,24,118); }
td.TdClassName
{
border-color: #741876;
}
.TagClassName
{
border-color: #741876;
}
</style>