Shades of Purple #741487
Tints of Purple #741487
RGB
CMYK
RGB Variations
Color information
#741487 (or 0x741487) is known color: Purple. HEX triplet: 74, 14 and 87. RGB value is (116,20,135). Sum of RGB (Red+Green+Blue) = 116+20+135=271 (35% of max value = 765). Red value is 116 (45.70% from 255 or 42.80% from 271); Green value is 20 (8.20% from 255 or 7.38% from 271); Blue value is 135 (53.12% from 255 or 49.82% from 271); Max value from RGB is 135 - color contains mainly: blue. Hex color #741487 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #741487 is #8BEB78. Grayscale: #3D3D3D. Windows color (decimal): -9169785 or 8852596. OLE color: 8852596.
HSL color Cylindrical-coordinate representation of color #741487: hue angle of 290.09º 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 #741487 is Cyan = 0.14, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 116 | 20 | 135 | - |
| CMYK | 0.14 | 0.85 | 0 | 0.47 |
| HSL | 290.09º | 0.74% | 0.3% | - |
| HSV(B) | 290.09º | 0.85% | 0.53% | - |
| XYZ | 11.83 | 5.96 | 23.45 | - |
| YUV | 61.81 | 169.3 | 166.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 20 | 135 | 0.14 | 0.85 | 0 | 0.47 | 290.09 | 0.74 | 0.3 |
| Hex | 74 | 14 | 87 | E | 55 | 0 | 2F | 122 | 4A | 1E |
| Octal | 164 | 24 | 207 | 16 | 125 | 0 | 57 | 442 | 112 | 36 |
| Binary | 1110100 | 10100 | 10000111 | 1110 | 1010101 | 0 | 101111 | 100100010 | 1001010 | 11110 |
Color Harmonies of #741487
Complementary color
Monochromatic Colors of #741487
Black with #741487
Text Example
Text Example
White with #741487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741487; }
p { color: rgb(116,20,135); }
H1.HeaderClassName
{
color: #741487;
}
.AnyTagClassName
{
color: #741487;
}
</style>
background-color css
<style>
a { background-color: #741487; }
a { background-color: rgb(116,20,135); }
div.DivClassName
{
background-color: #741487;
}
.BgClassName
{
background-color: #741487;
}
</style>
border-color css
<style>
span { border-color: #741487; }
span { border-color: rgb(116,20,135); }
td.TdClassName
{
border-color: #741487;
}
.TagClassName
{
border-color: #741487;
}
</style>