Shades of Purple #741486
Tints of Purple #741486
RGB
CMYK
RGB Variations
Color information
#741486 (or 0x741486) is known color: Purple. HEX triplet: 74, 14 and 86. RGB value is (116,20,134). Sum of RGB (Red+Green+Blue) = 116+20+134=270 (35% of max value = 765). Red value is 116 (45.70% from 255 or 42.96% from 270); Green value is 20 (8.20% from 255 or 7.41% from 270); Blue value is 134 (52.73% from 255 or 49.63% from 270); Max value from RGB is 134 - color contains mainly: blue. Hex color #741486 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #741486 is #8BEB79. Grayscale: #3D3D3D. Windows color (decimal): -9169786 or 8787060. OLE color: 8787060.
HSL color Cylindrical-coordinate representation of color #741486: hue angle of 290.53º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #741486 is Cyan = 0.13, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 116 | 20 | 134 | - |
| CMYK | 0.13 | 0.85 | 0 | 0.47 |
| HSL | 290.53º | 0.74% | 0.3% | - |
| HSV(B) | 290.53º | 0.85% | 0.53% | - |
| XYZ | 11.76 | 5.93 | 23.08 | - |
| YUV | 61.7 | 168.8 | 166.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 20 | 134 | 0.13 | 0.85 | 0 | 0.47 | 290.53 | 0.74 | 0.3 |
| Hex | 74 | 14 | 86 | D | 55 | 0 | 2F | 123 | 4A | 1E |
| Octal | 164 | 24 | 206 | 15 | 125 | 0 | 57 | 443 | 112 | 36 |
| Binary | 1110100 | 10100 | 10000110 | 1101 | 1010101 | 0 | 101111 | 100100011 | 1001010 | 11110 |
Color Harmonies of #741486
Complementary color
Monochromatic Colors of #741486
Black with #741486
Text Example
Text Example
White with #741486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741486; }
p { color: rgb(116,20,134); }
H1.HeaderClassName
{
color: #741486;
}
.AnyTagClassName
{
color: #741486;
}
</style>
background-color css
<style>
a { background-color: #741486; }
a { background-color: rgb(116,20,134); }
div.DivClassName
{
background-color: #741486;
}
.BgClassName
{
background-color: #741486;
}
</style>
border-color css
<style>
span { border-color: #741486; }
span { border-color: rgb(116,20,134); }
td.TdClassName
{
border-color: #741486;
}
.TagClassName
{
border-color: #741486;
}
</style>