Shades of Dark Purple #741E70
Tints of Dark Purple #741E70
RGB
CMYK
RGB Variations
Color information
#741E70 (or 0x741E70) is known color: Dark Purple. HEX triplet: 74, 1E and 70. RGB value is (116,30,112). Sum of RGB (Red+Green+Blue) = 116+30+112=258 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.96% from 258); Green value is 30 (12.11% from 255 or 11.63% from 258); Blue value is 112 (44.14% from 255 or 43.41% from 258); Max value from RGB is 116 - color contains mainly: red. Hex color #741E70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #741E70 is #8BE18F. Grayscale: #404040. Windows color (decimal): -9167248 or 7347828. OLE color: 7347828.
HSL color Cylindrical-coordinate representation of color #741E70: hue angle of 302.79º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #741E70 is Cyan = 0, Magento = 0.74, Yellow = 0.03 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 30 | 112 | - |
| CMYK | 0 | 0.74 | 0.03 | 0.55 |
| HSL | 302.79º | 0.59% | 0.29% | - |
| HSV(B) | 302.79º | 0.74% | 0.45% | - |
| XYZ | 10.59 | 5.81 | 15.89 | - |
| YUV | 65.06 | 154.49 | 164.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 30 | 112 | 0 | 0.74 | 0.03 | 0.55 | 302.79 | 0.59 | 0.29 |
| Hex | 74 | 1E | 70 | 0 | 4A | 3 | 37 | 12F | 3B | 1D |
| Octal | 164 | 36 | 160 | 0 | 112 | 3 | 67 | 457 | 73 | 35 |
| Binary | 1110100 | 11110 | 1110000 | 0 | 1001010 | 11 | 110111 | 100101111 | 111011 | 11101 |
Color Harmonies of #741E70
Complementary color
Monochromatic Colors of #741E70
Black with #741E70
Text Example
Text Example
White with #741E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741E70; }
p { color: rgb(116,30,112); }
H1.HeaderClassName
{
color: #741E70;
}
.AnyTagClassName
{
color: #741E70;
}
</style>
background-color css
<style>
a { background-color: #741E70; }
a { background-color: rgb(116,30,112); }
div.DivClassName
{
background-color: #741E70;
}
.BgClassName
{
background-color: #741E70;
}
</style>
border-color css
<style>
span { border-color: #741E70; }
span { border-color: rgb(116,30,112); }
td.TdClassName
{
border-color: #741E70;
}
.TagClassName
{
border-color: #741E70;
}
</style>