Shades of Dark Purple #741C72
Tints of Dark Purple #741C72
RGB
CMYK
RGB Variations
Color information
#741C72 (or 0x741C72) is known color: Dark Purple. HEX triplet: 74, 1C and 72. RGB value is (116,28,114). Sum of RGB (Red+Green+Blue) = 116+28+114=258 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.96% from 258); Green value is 28 (11.33% from 255 or 10.85% from 258); Blue value is 114 (44.92% from 255 or 44.19% from 258); Max value from RGB is 116 - color contains mainly: red. Hex color #741C72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #741C72 is #8BE38D. Grayscale: #3F3F3F. Windows color (decimal): -9167758 or 7478388. OLE color: 7478388.
HSL color Cylindrical-coordinate representation of color #741C72: hue angle of 301.36º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #741C72 is Cyan = 0, Magento = 0.76, Yellow = 0.02 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 28 | 114 | - |
| CMYK | 0 | 0.76 | 0.02 | 0.55 |
| HSL | 301.36º | 0.61% | 0.28% | - |
| HSV(B) | 301.36º | 0.76% | 0.45% | - |
| XYZ | 10.65 | 5.76 | 16.47 | - |
| YUV | 64.12 | 156.15 | 165.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 28 | 114 | 0 | 0.76 | 0.02 | 0.55 | 301.36 | 0.61 | 0.28 |
| Hex | 74 | 1C | 72 | 0 | 4C | 2 | 37 | 12D | 3D | 1C |
| Octal | 164 | 34 | 162 | 0 | 114 | 2 | 67 | 455 | 75 | 34 |
| Binary | 1110100 | 11100 | 1110010 | 0 | 1001100 | 10 | 110111 | 100101101 | 111101 | 11100 |
Color Harmonies of #741C72
Complementary color
Monochromatic Colors of #741C72
Black with #741C72
Text Example
Text Example
White with #741C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741C72; }
p { color: rgb(116,28,114); }
H1.HeaderClassName
{
color: #741C72;
}
.AnyTagClassName
{
color: #741C72;
}
</style>
background-color css
<style>
a { background-color: #741C72; }
a { background-color: rgb(116,28,114); }
div.DivClassName
{
background-color: #741C72;
}
.BgClassName
{
background-color: #741C72;
}
</style>
border-color css
<style>
span { border-color: #741C72; }
span { border-color: rgb(116,28,114); }
td.TdClassName
{
border-color: #741C72;
}
.TagClassName
{
border-color: #741C72;
}
</style>