Shades of Dark Purple #741B81
Tints of Dark Purple #741B81
RGB
CMYK
RGB Variations
Color information
#741B81 (or 0x741B81) is known color: Dark Purple. HEX triplet: 74, 1B and 81. RGB value is (116,27,129). Sum of RGB (Red+Green+Blue) = 116+27+129=272 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.65% from 272); Green value is 27 (10.94% from 255 or 9.93% from 272); Blue value is 129 (50.78% from 255 or 47.43% from 272); Max value from RGB is 129 - color contains mainly: blue. Hex color #741B81 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #741B81 is #8BE47E. Grayscale: #404040. Windows color (decimal): -9167999 or 8461172. OLE color: 8461172.
HSL color Cylindrical-coordinate representation of color #741B81: hue angle of 292.35º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #741B81 is Cyan = 0.10, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 116 | 27 | 129 | - |
| CMYK | 0.10 | 0.79 | 0 | 0.49 |
| HSL | 292.35º | 0.65% | 0.31% | - |
| HSV(B) | 292.35º | 0.79% | 0.51% | - |
| XYZ | 11.56 | 6.08 | 21.33 | - |
| YUV | 65.24 | 163.99 | 164.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 27 | 129 | 0.10 | 0.79 | 0 | 0.49 | 292.35 | 0.65 | 0.31 |
| Hex | 74 | 1B | 81 | A | 4F | 0 | 31 | 124 | 41 | 1F |
| Octal | 164 | 33 | 201 | 12 | 117 | 0 | 61 | 444 | 101 | 37 |
| Binary | 1110100 | 11011 | 10000001 | 1010 | 1001111 | 0 | 110001 | 100100100 | 1000001 | 11111 |
Color Harmonies of #741B81
Complementary color
Monochromatic Colors of #741B81
Black with #741B81
Text Example
Text Example
White with #741B81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741B81; }
p { color: rgb(116,27,129); }
H1.HeaderClassName
{
color: #741B81;
}
.AnyTagClassName
{
color: #741B81;
}
</style>
background-color css
<style>
a { background-color: #741B81; }
a { background-color: rgb(116,27,129); }
div.DivClassName
{
background-color: #741B81;
}
.BgClassName
{
background-color: #741B81;
}
</style>
border-color css
<style>
span { border-color: #741B81; }
span { border-color: rgb(116,27,129); }
td.TdClassName
{
border-color: #741B81;
}
.TagClassName
{
border-color: #741B81;
}
</style>