Shades of Dark Purple #741A7C
Tints of Dark Purple #741A7C
RGB
CMYK
RGB Variations
Color information
#741A7C (or 0x741A7C) is known color: Dark Purple. HEX triplet: 74, 1A and 7C. RGB value is (116,26,124). Sum of RGB (Red+Green+Blue) = 116+26+124=266 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.61% from 266); Green value is 26 (10.55% from 255 or 9.77% from 266); Blue value is 124 (48.83% from 255 or 46.62% from 266); Max value from RGB is 124 - color contains mainly: blue. Hex color #741A7C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #741A7C is #8BE583. Grayscale: #3F3F3F. Windows color (decimal): -9168260 or 8133236. OLE color: 8133236.
HSL color Cylindrical-coordinate representation of color #741A7C: hue angle of 295.1º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #741A7C is Cyan = 0.06, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 116 | 26 | 124 | - |
| CMYK | 0.06 | 0.79 | 0 | 0.51 |
| HSL | 295.1º | 0.65% | 0.29% | - |
| HSV(B) | 295.1º | 0.79% | 0.49% | - |
| XYZ | 11.21 | 5.91 | 19.62 | - |
| YUV | 64.08 | 161.82 | 165.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 26 | 124 | 0.06 | 0.79 | 0 | 0.51 | 295.1 | 0.65 | 0.29 |
| Hex | 74 | 1A | 7C | 6 | 4F | 0 | 33 | 127 | 41 | 1D |
| Octal | 164 | 32 | 174 | 6 | 117 | 0 | 63 | 447 | 101 | 35 |
| Binary | 1110100 | 11010 | 1111100 | 110 | 1001111 | 0 | 110011 | 100100111 | 1000001 | 11101 |
Color Harmonies of #741A7C
Complementary color
Monochromatic Colors of #741A7C
Black with #741A7C
Text Example
Text Example
White with #741A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741A7C; }
p { color: rgb(116,26,124); }
H1.HeaderClassName
{
color: #741A7C;
}
.AnyTagClassName
{
color: #741A7C;
}
</style>
background-color css
<style>
a { background-color: #741A7C; }
a { background-color: rgb(116,26,124); }
div.DivClassName
{
background-color: #741A7C;
}
.BgClassName
{
background-color: #741A7C;
}
</style>
border-color css
<style>
span { border-color: #741A7C; }
span { border-color: rgb(116,26,124); }
td.TdClassName
{
border-color: #741A7C;
}
.TagClassName
{
border-color: #741A7C;
}
</style>