Shades of Purple #741689
Tints of Purple #741689
RGB
CMYK
RGB Variations
Color information
#741689 (or 0x741689) is known color: Purple. HEX triplet: 74, 16 and 89. RGB value is (116,22,137). Sum of RGB (Red+Green+Blue) = 116+22+137=275 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.18% from 275); Green value is 22 (8.98% from 255 or 8% from 275); Blue value is 137 (53.91% from 255 or 49.82% from 275); Max value from RGB is 137 - color contains mainly: blue. Hex color #741689 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #741689 is #8BE976. Grayscale: #3E3E3E. Windows color (decimal): -9169271 or 8984180. OLE color: 8984180.
HSL color Cylindrical-coordinate representation of color #741689: hue angle of 289.04º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #741689 is Cyan = 0.15, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 116 | 22 | 137 | - |
| CMYK | 0.15 | 0.84 | 0 | 0.46 |
| HSL | 289.04º | 0.72% | 0.31% | - |
| HSV(B) | 289.04º | 0.84% | 0.54% | - |
| XYZ | 12 | 6.09 | 24.21 | - |
| YUV | 63.22 | 169.64 | 165.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 22 | 137 | 0.15 | 0.84 | 0 | 0.46 | 289.04 | 0.72 | 0.31 |
| Hex | 74 | 16 | 89 | F | 54 | 0 | 2E | 121 | 48 | 1F |
| Octal | 164 | 26 | 211 | 17 | 124 | 0 | 56 | 441 | 110 | 37 |
| Binary | 1110100 | 10110 | 10001001 | 1111 | 1010100 | 0 | 101110 | 100100001 | 1001000 | 11111 |
Color Harmonies of #741689
Complementary color
Monochromatic Colors of #741689
Black with #741689
Text Example
Text Example
White with #741689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741689; }
p { color: rgb(116,22,137); }
H1.HeaderClassName
{
color: #741689;
}
.AnyTagClassName
{
color: #741689;
}
</style>
background-color css
<style>
a { background-color: #741689; }
a { background-color: rgb(116,22,137); }
div.DivClassName
{
background-color: #741689;
}
.BgClassName
{
background-color: #741689;
}
</style>
border-color css
<style>
span { border-color: #741689; }
span { border-color: rgb(116,22,137); }
td.TdClassName
{
border-color: #741689;
}
.TagClassName
{
border-color: #741689;
}
</style>