Shades of Dark Purple #742072
Tints of Dark Purple #742072
RGB
CMYK
RGB Variations
Color information
#742072 (or 0x742072) is known color: Dark Purple. HEX triplet: 74, 20 and 72. RGB value is (116,32,114). Sum of RGB (Red+Green+Blue) = 116+32+114=262 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.27% from 262); Green value is 32 (12.89% from 255 or 12.21% from 262); Blue value is 114 (44.92% from 255 or 43.51% from 262); Max value from RGB is 116 - color contains mainly: red. Hex color #742072 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742072 is #8BDF8D. Grayscale: #424242. Windows color (decimal): -9166734 or 7479412. OLE color: 7479412.
HSL color Cylindrical-coordinate representation of color #742072: hue angle of 301.43º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #742072 is Cyan = 0, Magento = 0.72, Yellow = 0.02 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 32 | 114 | - |
| CMYK | 0 | 0.72 | 0.02 | 0.55 |
| HSL | 301.43º | 0.57% | 0.29% | - |
| HSV(B) | 301.43º | 0.72% | 0.45% | - |
| XYZ | 10.76 | 5.96 | 16.5 | - |
| YUV | 66.46 | 154.83 | 163.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 32 | 114 | 0 | 0.72 | 0.02 | 0.55 | 301.43 | 0.57 | 0.29 |
| Hex | 74 | 20 | 72 | 0 | 48 | 2 | 37 | 12D | 39 | 1D |
| Octal | 164 | 40 | 162 | 0 | 110 | 2 | 67 | 455 | 71 | 35 |
| Binary | 1110100 | 100000 | 1110010 | 0 | 1001000 | 10 | 110111 | 100101101 | 111001 | 11101 |
Color Harmonies of #742072
Complementary color
Monochromatic Colors of #742072
Black with #742072
Text Example
Text Example
White with #742072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742072; }
p { color: rgb(116,32,114); }
H1.HeaderClassName
{
color: #742072;
}
.AnyTagClassName
{
color: #742072;
}
</style>
background-color css
<style>
a { background-color: #742072; }
a { background-color: rgb(116,32,114); }
div.DivClassName
{
background-color: #742072;
}
.BgClassName
{
background-color: #742072;
}
</style>
border-color css
<style>
span { border-color: #742072; }
span { border-color: rgb(116,32,114); }
td.TdClassName
{
border-color: #742072;
}
.TagClassName
{
border-color: #742072;
}
</style>