Shades of Purple #741194
Tints of Purple #741194
RGB
CMYK
RGB Variations
Color information
#741194 (or 0x741194) is known color: Purple. HEX triplet: 74, 11 and 94. RGB value is (116,17,148). Sum of RGB (Red+Green+Blue) = 116+17+148=281 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.28% from 281); Green value is 17 (7.03% from 255 or 6.05% from 281); Blue value is 148 (58.20% from 255 or 52.67% from 281); Max value from RGB is 148 - color contains mainly: blue. Hex color #741194 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #741194 is #8BEE6B. Grayscale: #3D3D3D. Windows color (decimal): -9170540 or 9703796. OLE color: 9703796.
HSL color Cylindrical-coordinate representation of color #741194: hue angle of 285.34º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #741194 is Cyan = 0.22, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 116 | 17 | 148 | - |
| CMYK | 0.22 | 0.89 | 0 | 0.42 |
| HSL | 285.34º | 0.79% | 0.32% | - |
| HSV(B) | 285.34º | 0.89% | 0.58% | - |
| XYZ | 12.75 | 6.25 | 28.55 | - |
| YUV | 61.54 | 176.8 | 166.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 17 | 148 | 0.22 | 0.89 | 0 | 0.42 | 285.34 | 0.79 | 0.32 |
| Hex | 74 | 11 | 94 | 16 | 59 | 0 | 2A | 11D | 4F | 20 |
| Octal | 164 | 21 | 224 | 26 | 131 | 0 | 52 | 435 | 117 | 40 |
| Binary | 1110100 | 10001 | 10010100 | 10110 | 1011001 | 0 | 101010 | 100011101 | 1001111 | 100000 |
Color Harmonies of #741194
Complementary color
Monochromatic Colors of #741194
Black with #741194
Text Example
Text Example
White with #741194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741194; }
p { color: rgb(116,17,148); }
H1.HeaderClassName
{
color: #741194;
}
.AnyTagClassName
{
color: #741194;
}
</style>
background-color css
<style>
a { background-color: #741194; }
a { background-color: rgb(116,17,148); }
div.DivClassName
{
background-color: #741194;
}
.BgClassName
{
background-color: #741194;
}
</style>
border-color css
<style>
span { border-color: #741194; }
span { border-color: rgb(116,17,148); }
td.TdClassName
{
border-color: #741194;
}
.TagClassName
{
border-color: #741194;
}
</style>