Shades of Dark Purple #741F73
Tints of Dark Purple #741F73
RGB
CMYK
RGB Variations
Color information
#741F73 (or 0x741F73) is known color: Dark Purple. HEX triplet: 74, 1F and 73. RGB value is (116,31,115). Sum of RGB (Red+Green+Blue) = 116+31+115=262 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.27% from 262); Green value is 31 (12.5% from 255 or 11.83% from 262); Blue value is 115 (45.31% from 255 or 43.89% from 262); Max value from RGB is 116 - color contains mainly: red. Hex color #741F73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #741F73 is #8BE08C. Grayscale: #414141. Windows color (decimal): -9166989 or 7544692. OLE color: 7544692.
HSL color Cylindrical-coordinate representation of color #741F73: hue angle of 300.71º 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 #741F73 is Cyan = 0, Magento = 0.73, Yellow = 0.01 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 31 | 115 | - |
| CMYK | 0 | 0.73 | 0.01 | 0.55 |
| HSL | 300.71º | 0.58% | 0.29% | - |
| HSV(B) | 300.71º | 0.73% | 0.45% | - |
| XYZ | 10.79 | 5.93 | 16.8 | - |
| YUV | 65.99 | 155.66 | 163.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 31 | 115 | 0 | 0.73 | 0.01 | 0.55 | 300.71 | 0.58 | 0.29 |
| Hex | 74 | 1F | 73 | 0 | 49 | 1 | 37 | 12D | 3A | 1D |
| Octal | 164 | 37 | 163 | 0 | 111 | 1 | 67 | 455 | 72 | 35 |
| Binary | 1110100 | 11111 | 1110011 | 0 | 1001001 | 1 | 110111 | 100101101 | 111010 | 11101 |
Color Harmonies of #741F73
Complementary color
Monochromatic Colors of #741F73
Black with #741F73
Text Example
Text Example
White with #741F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741F73; }
p { color: rgb(116,31,115); }
H1.HeaderClassName
{
color: #741F73;
}
.AnyTagClassName
{
color: #741F73;
}
</style>
background-color css
<style>
a { background-color: #741F73; }
a { background-color: rgb(116,31,115); }
div.DivClassName
{
background-color: #741F73;
}
.BgClassName
{
background-color: #741F73;
}
</style>
border-color css
<style>
span { border-color: #741F73; }
span { border-color: rgb(116,31,115); }
td.TdClassName
{
border-color: #741F73;
}
.TagClassName
{
border-color: #741F73;
}
</style>