Shades of Dark Purple #741975
Tints of Dark Purple #741975
RGB
CMYK
RGB Variations
Color information
#741975 (or 0x741975) is known color: Dark Purple. HEX triplet: 74, 19 and 75. RGB value is (116,25,117). Sum of RGB (Red+Green+Blue) = 116+25+117=258 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.96% from 258); Green value is 25 (10.16% from 255 or 9.69% from 258); Blue value is 117 (46.09% from 255 or 45.35% from 258); Max value from RGB is 117 - color contains mainly: blue. Hex color #741975 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #741975 is #8BE68A. Grayscale: #3E3E3E. Windows color (decimal): -9168523 or 7674228. OLE color: 7674228.
HSL color Cylindrical-coordinate representation of color #741975: hue angle of 299.35º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #741975 is Cyan = 0.01, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 116 | 25 | 117 | - |
| CMYK | 0.01 | 0.79 | 0 | 0.54 |
| HSL | 299.35º | 0.65% | 0.28% | - |
| HSV(B) | 299.35º | 0.79% | 0.46% | - |
| XYZ | 10.76 | 5.69 | 17.36 | - |
| YUV | 62.7 | 158.65 | 166.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 25 | 117 | 0.01 | 0.79 | 0 | 0.54 | 299.35 | 0.65 | 0.28 |
| Hex | 74 | 19 | 75 | 1 | 4F | 0 | 36 | 12B | 41 | 1C |
| Octal | 164 | 31 | 165 | 1 | 117 | 0 | 66 | 453 | 101 | 34 |
| Binary | 1110100 | 11001 | 1110101 | 1 | 1001111 | 0 | 110110 | 100101011 | 1000001 | 11100 |
Color Harmonies of #741975
Complementary color
Monochromatic Colors of #741975
Black with #741975
Text Example
Text Example
White with #741975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741975; }
p { color: rgb(116,25,117); }
H1.HeaderClassName
{
color: #741975;
}
.AnyTagClassName
{
color: #741975;
}
</style>
background-color css
<style>
a { background-color: #741975; }
a { background-color: rgb(116,25,117); }
div.DivClassName
{
background-color: #741975;
}
.BgClassName
{
background-color: #741975;
}
</style>
border-color css
<style>
span { border-color: #741975; }
span { border-color: rgb(116,25,117); }
td.TdClassName
{
border-color: #741975;
}
.TagClassName
{
border-color: #741975;
}
</style>