Shades of Dark Purple #741B71
Tints of Dark Purple #741B71
RGB
CMYK
RGB Variations
Color information
#741B71 (or 0x741B71) is known color: Dark Purple. HEX triplet: 74, 1B and 71. RGB value is (116,27,113). Sum of RGB (Red+Green+Blue) = 116+27+113=256 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.31% from 256); Green value is 27 (10.94% from 255 or 10.55% from 256); Blue value is 113 (44.53% from 255 or 44.14% from 256); Max value from RGB is 116 - color contains mainly: red. Hex color #741B71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #741B71 is #8BE48E. Grayscale: #3F3F3F. Windows color (decimal): -9168015 or 7412596. OLE color: 7412596.
HSL color Cylindrical-coordinate representation of color #741B71: hue angle of 302.02º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #741B71 is Cyan = 0, Magento = 0.77, Yellow = 0.03 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 27 | 113 | - |
| CMYK | 0 | 0.77 | 0.03 | 0.55 |
| HSL | 302.02º | 0.62% | 0.28% | - |
| HSV(B) | 302.02º | 0.77% | 0.45% | - |
| XYZ | 10.58 | 5.69 | 16.16 | - |
| YUV | 63.42 | 155.99 | 165.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 27 | 113 | 0 | 0.77 | 0.03 | 0.55 | 302.02 | 0.62 | 0.28 |
| Hex | 74 | 1B | 71 | 0 | 4D | 3 | 37 | 12E | 3E | 1C |
| Octal | 164 | 33 | 161 | 0 | 115 | 3 | 67 | 456 | 76 | 34 |
| Binary | 1110100 | 11011 | 1110001 | 0 | 1001101 | 11 | 110111 | 100101110 | 111110 | 11100 |
Color Harmonies of #741B71
Complementary color
Monochromatic Colors of #741B71
Black with #741B71
Text Example
Text Example
White with #741B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741B71; }
p { color: rgb(116,27,113); }
H1.HeaderClassName
{
color: #741B71;
}
.AnyTagClassName
{
color: #741B71;
}
</style>
background-color css
<style>
a { background-color: #741B71; }
a { background-color: rgb(116,27,113); }
div.DivClassName
{
background-color: #741B71;
}
.BgClassName
{
background-color: #741B71;
}
</style>
border-color css
<style>
span { border-color: #741B71; }
span { border-color: rgb(116,27,113); }
td.TdClassName
{
border-color: #741B71;
}
.TagClassName
{
border-color: #741B71;
}
</style>