Shades of Purple #740D87
Tints of Purple #740D87
RGB
CMYK
RGB Variations
Color information
#740D87 (or 0x740D87) is known color: Purple. HEX triplet: 74, 0D and 87. RGB value is (116,13,135). Sum of RGB (Red+Green+Blue) = 116+13+135=264 (34% of max value = 765). Red value is 116 (45.70% from 255 or 43.94% from 264); Green value is 13 (5.47% from 255 or 4.92% from 264); Blue value is 135 (53.12% from 255 or 51.14% from 264); Max value from RGB is 135 - color contains mainly: blue. Hex color #740D87 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #740D87 is #8BF278. Grayscale: #393939. Windows color (decimal): -9171577 or 8850804. OLE color: 8850804.
HSL color Cylindrical-coordinate representation of color #740D87: hue angle of 290.66º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #740D87 is Cyan = 0.14, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 116 | 13 | 135 | - |
| CMYK | 0.14 | 0.90 | 0 | 0.47 |
| HSL | 290.66º | 0.82% | 0.29% | - |
| HSV(B) | 290.66º | 0.9% | 0.53% | - |
| XYZ | 11.72 | 5.75 | 23.41 | - |
| YUV | 57.71 | 171.62 | 169.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 13 | 135 | 0.14 | 0.90 | 0 | 0.47 | 290.66 | 0.82 | 0.29 |
| Hex | 74 | D | 87 | E | 5A | 0 | 2F | 123 | 52 | 1D |
| Octal | 164 | 15 | 207 | 16 | 132 | 0 | 57 | 443 | 122 | 35 |
| Binary | 1110100 | 1101 | 10000111 | 1110 | 1011010 | 0 | 101111 | 100100011 | 1010010 | 11101 |
Color Harmonies of #740D87
Complementary color
Monochromatic Colors of #740D87
Black with #740D87
Text Example
Text Example
White with #740D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740D87; }
p { color: rgb(116,13,135); }
H1.HeaderClassName
{
color: #740D87;
}
.AnyTagClassName
{
color: #740D87;
}
</style>
background-color css
<style>
a { background-color: #740D87; }
a { background-color: rgb(116,13,135); }
div.DivClassName
{
background-color: #740D87;
}
.BgClassName
{
background-color: #740D87;
}
</style>
border-color css
<style>
span { border-color: #740D87; }
span { border-color: rgb(116,13,135); }
td.TdClassName
{
border-color: #740D87;
}
.TagClassName
{
border-color: #740D87;
}
</style>