Shades of Purple #740F87
Tints of Purple #740F87
RGB
CMYK
RGB Variations
Color information
#740F87 (or 0x740F87) is known color: Purple. HEX triplet: 74, 0F and 87. RGB value is (116,15,135). Sum of RGB (Red+Green+Blue) = 116+15+135=266 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.61% from 266); Green value is 15 (6.25% from 255 or 5.64% from 266); Blue value is 135 (53.12% from 255 or 50.75% from 266); Max value from RGB is 135 - color contains mainly: blue. Hex color #740F87 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #740F87 is #8BF078. Grayscale: #3A3A3A. Windows color (decimal): -9171065 or 8851316. OLE color: 8851316.
HSL color Cylindrical-coordinate representation of color #740F87: hue angle of 290.5º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #740F87 is Cyan = 0.14, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 116 | 15 | 135 | - |
| CMYK | 0.14 | 0.89 | 0 | 0.47 |
| HSL | 290.5º | 0.8% | 0.29% | - |
| HSV(B) | 290.5º | 0.89% | 0.53% | - |
| XYZ | 11.75 | 5.8 | 23.42 | - |
| YUV | 58.88 | 170.96 | 168.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 15 | 135 | 0.14 | 0.89 | 0 | 0.47 | 290.5 | 0.8 | 0.29 |
| Hex | 74 | F | 87 | E | 59 | 0 | 2F | 122 | 50 | 1D |
| Octal | 164 | 17 | 207 | 16 | 131 | 0 | 57 | 442 | 120 | 35 |
| Binary | 1110100 | 1111 | 10000111 | 1110 | 1011001 | 0 | 101111 | 100100010 | 1010000 | 11101 |
Color Harmonies of #740F87
Complementary color
Monochromatic Colors of #740F87
Black with #740F87
Text Example
Text Example
White with #740F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740F87; }
p { color: rgb(116,15,135); }
H1.HeaderClassName
{
color: #740F87;
}
.AnyTagClassName
{
color: #740F87;
}
</style>
background-color css
<style>
a { background-color: #740F87; }
a { background-color: rgb(116,15,135); }
div.DivClassName
{
background-color: #740F87;
}
.BgClassName
{
background-color: #740F87;
}
</style>
border-color css
<style>
span { border-color: #740F87; }
span { border-color: rgb(116,15,135); }
td.TdClassName
{
border-color: #740F87;
}
.TagClassName
{
border-color: #740F87;
}
</style>