Shades of Dark Purple #741F72
Tints of Dark Purple #741F72
RGB
CMYK
RGB Variations
Color information
#741F72 (or 0x741F72) is known color: Dark Purple. HEX triplet: 74, 1F and 72. RGB value is (116,31,114). Sum of RGB (Red+Green+Blue) = 116+31+114=261 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.44% from 261); Green value is 31 (12.5% from 255 or 11.88% from 261); Blue value is 114 (44.92% from 255 or 43.68% from 261); Max value from RGB is 116 - color contains mainly: red. Hex color #741F72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #741F72 is #8BE08D. Grayscale: #414141. Windows color (decimal): -9166990 or 7479156. OLE color: 7479156.
HSL color Cylindrical-coordinate representation of color #741F72: hue angle of 301.41º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #741F72 is Cyan = 0, Magento = 0.73, Yellow = 0.02 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 31 | 114 | - |
| CMYK | 0 | 0.73 | 0.02 | 0.55 |
| HSL | 301.41º | 0.58% | 0.29% | - |
| HSV(B) | 301.41º | 0.73% | 0.45% | - |
| XYZ | 10.73 | 5.91 | 16.49 | - |
| YUV | 65.88 | 155.16 | 163.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 31 | 114 | 0 | 0.73 | 0.02 | 0.55 | 301.41 | 0.58 | 0.29 |
| Hex | 74 | 1F | 72 | 0 | 49 | 2 | 37 | 12D | 3A | 1D |
| Octal | 164 | 37 | 162 | 0 | 111 | 2 | 67 | 455 | 72 | 35 |
| Binary | 1110100 | 11111 | 1110010 | 0 | 1001001 | 10 | 110111 | 100101101 | 111010 | 11101 |
Color Harmonies of #741F72
Complementary color
Monochromatic Colors of #741F72
Black with #741F72
Text Example
Text Example
White with #741F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741F72; }
p { color: rgb(116,31,114); }
H1.HeaderClassName
{
color: #741F72;
}
.AnyTagClassName
{
color: #741F72;
}
</style>
background-color css
<style>
a { background-color: #741F72; }
a { background-color: rgb(116,31,114); }
div.DivClassName
{
background-color: #741F72;
}
.BgClassName
{
background-color: #741F72;
}
</style>
border-color css
<style>
span { border-color: #741F72; }
span { border-color: rgb(116,31,114); }
td.TdClassName
{
border-color: #741F72;
}
.TagClassName
{
border-color: #741F72;
}
</style>