Shades of Dark Purple #741D75
Tints of Dark Purple #741D75
RGB
CMYK
RGB Variations
Color information
#741D75 (or 0x741D75) is known color: Dark Purple. HEX triplet: 74, 1D and 75. RGB value is (116,29,117). Sum of RGB (Red+Green+Blue) = 116+29+117=262 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.27% from 262); Green value is 29 (11.72% from 255 or 11.07% from 262); Blue value is 117 (46.09% from 255 or 44.66% from 262); Max value from RGB is 117 - color contains mainly: blue. Hex color #741D75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #741D75 is #8BE28A. Grayscale: #404040. Windows color (decimal): -9167499 or 7675252. OLE color: 7675252.
HSL color Cylindrical-coordinate representation of color #741D75: hue angle of 299.32º degrees, saturation: 0.6, 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 #741D75 is Cyan = 0.01, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 116 | 29 | 117 | - |
| CMYK | 0.01 | 0.75 | 0 | 0.54 |
| HSL | 299.32º | 0.6% | 0.29% | - |
| HSV(B) | 299.32º | 0.75% | 0.46% | - |
| XYZ | 10.85 | 5.88 | 17.39 | - |
| YUV | 65.05 | 157.32 | 164.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 29 | 117 | 0.01 | 0.75 | 0 | 0.54 | 299.32 | 0.6 | 0.29 |
| Hex | 74 | 1D | 75 | 1 | 4B | 0 | 36 | 12B | 3C | 1D |
| Octal | 164 | 35 | 165 | 1 | 113 | 0 | 66 | 453 | 74 | 35 |
| Binary | 1110100 | 11101 | 1110101 | 1 | 1001011 | 0 | 110110 | 100101011 | 111100 | 11101 |
Color Harmonies of #741D75
Complementary color
Monochromatic Colors of #741D75
Black with #741D75
Text Example
Text Example
White with #741D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741D75; }
p { color: rgb(116,29,117); }
H1.HeaderClassName
{
color: #741D75;
}
.AnyTagClassName
{
color: #741D75;
}
</style>
background-color css
<style>
a { background-color: #741D75; }
a { background-color: rgb(116,29,117); }
div.DivClassName
{
background-color: #741D75;
}
.BgClassName
{
background-color: #741D75;
}
</style>
border-color css
<style>
span { border-color: #741D75; }
span { border-color: rgb(116,29,117); }
td.TdClassName
{
border-color: #741D75;
}
.TagClassName
{
border-color: #741D75;
}
</style>