Shades of Purple #740874
Tints of Purple #740874
RGB
CMYK
RGB Variations
Color information
#740874 (or 0x740874) is known color: Purple. HEX triplet: 74, 08 and 74. RGB value is (116,8,116). Sum of RGB (Red+Green+Blue) = 116+8+116=240 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.33% from 240); Green value is 8 (3.52% from 255 or 3.33% from 240); Blue value is 116 (45.70% from 255 or 48.33% from 240); Max value from RGB is 116 - color contains mainly: red, blue. Hex color #740874 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740874 is #8BF78B. Grayscale: #343434. Windows color (decimal): -9172876 or 7604340. OLE color: 7604340.
HSL color Cylindrical-coordinate representation of color #740874: hue angle of 300º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #740874 is Cyan = 0, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 8 | 116 | - |
| CMYK | 0 | 0.93 | 0 | 0.55 |
| HSL | 300º | 0.87% | 0.24% | - |
| HSV(B) | 300º | 0.93% | 0.45% | - |
| XYZ | 10.44 | 5.15 | 16.97 | - |
| YUV | 52.6 | 163.78 | 173.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 8 | 116 | 0 | 0.93 | 0 | 0.55 | 300 | 0.87 | 0.24 |
| Hex | 74 | 8 | 74 | 0 | 5D | 0 | 37 | 12C | 57 | 18 |
| Octal | 164 | 10 | 164 | 0 | 135 | 0 | 67 | 454 | 127 | 30 |
| Binary | 1110100 | 1000 | 1110100 | 0 | 1011101 | 0 | 110111 | 100101100 | 1010111 | 11000 |
Color Harmonies of #740874
Complementary color
Monochromatic Colors of #740874
Black with #740874
Text Example
Text Example
White with #740874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740874; }
p { color: rgb(116,8,116); }
H1.HeaderClassName
{
color: #740874;
}
.AnyTagClassName
{
color: #740874;
}
</style>
background-color css
<style>
a { background-color: #740874; }
a { background-color: rgb(116,8,116); }
div.DivClassName
{
background-color: #740874;
}
.BgClassName
{
background-color: #740874;
}
</style>
border-color css
<style>
span { border-color: #740874; }
span { border-color: rgb(116,8,116); }
td.TdClassName
{
border-color: #740874;
}
.TagClassName
{
border-color: #740874;
}
</style>