Shades of Purple #740A87
Tints of Purple #740A87
RGB
CMYK
RGB Variations
Color information
#740A87 (or 0x740A87) is known color: Purple. HEX triplet: 74, 0A and 87. RGB value is (116,10,135). Sum of RGB (Red+Green+Blue) = 116+10+135=261 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.44% from 261); Green value is 10 (4.30% from 255 or 3.83% from 261); Blue value is 135 (53.12% from 255 or 51.72% from 261); Max value from RGB is 135 - color contains mainly: blue. Hex color #740A87 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #740A87 is #8BF578. Grayscale: #373737. Windows color (decimal): -9172345 or 8850036. OLE color: 8850036.
HSL color Cylindrical-coordinate representation of color #740A87: hue angle of 290.88º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #740A87 is Cyan = 0.14, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 116 | 10 | 135 | - |
| CMYK | 0.14 | 0.93 | 0 | 0.47 |
| HSL | 290.88º | 0.86% | 0.28% | - |
| HSV(B) | 290.88º | 0.93% | 0.53% | - |
| XYZ | 11.68 | 5.68 | 23.4 | - |
| YUV | 55.94 | 172.62 | 170.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 10 | 135 | 0.14 | 0.93 | 0 | 0.47 | 290.88 | 0.86 | 0.28 |
| Hex | 74 | A | 87 | E | 5D | 0 | 2F | 123 | 56 | 1C |
| Octal | 164 | 12 | 207 | 16 | 135 | 0 | 57 | 443 | 126 | 34 |
| Binary | 1110100 | 1010 | 10000111 | 1110 | 1011101 | 0 | 101111 | 100100011 | 1010110 | 11100 |
Color Harmonies of #740A87
Complementary color
Monochromatic Colors of #740A87
Black with #740A87
Text Example
Text Example
White with #740A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740A87; }
p { color: rgb(116,10,135); }
H1.HeaderClassName
{
color: #740A87;
}
.AnyTagClassName
{
color: #740A87;
}
</style>
background-color css
<style>
a { background-color: #740A87; }
a { background-color: rgb(116,10,135); }
div.DivClassName
{
background-color: #740A87;
}
.BgClassName
{
background-color: #740A87;
}
</style>
border-color css
<style>
span { border-color: #740A87; }
span { border-color: rgb(116,10,135); }
td.TdClassName
{
border-color: #740A87;
}
.TagClassName
{
border-color: #740A87;
}
</style>