Shades of Purple #740975
Tints of Purple #740975
RGB
CMYK
RGB Variations
Color information
#740975 (or 0x740975) is known color: Purple. HEX triplet: 74, 09 and 75. RGB value is (116,9,117). Sum of RGB (Red+Green+Blue) = 116+9+117=242 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.93% from 242); Green value is 9 (3.91% from 255 or 3.72% from 242); Blue value is 117 (46.09% from 255 or 48.35% from 242); Max value from RGB is 117 - color contains mainly: blue. Hex color #740975 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740975 is #8BF68A. Grayscale: #343434. Windows color (decimal): -9172619 or 7670132. OLE color: 7670132.
HSL color Cylindrical-coordinate representation of color #740975: hue angle of 299.44º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #740975 is Cyan = 0.01, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 116 | 9 | 117 | - |
| CMYK | 0.01 | 0.92 | 0 | 0.54 |
| HSL | 299.44º | 0.86% | 0.25% | - |
| HSV(B) | 299.44º | 0.92% | 0.46% | - |
| XYZ | 10.51 | 5.19 | 17.28 | - |
| YUV | 53.31 | 163.95 | 172.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 9 | 117 | 0.01 | 0.92 | 0 | 0.54 | 299.44 | 0.86 | 0.25 |
| Hex | 74 | 9 | 75 | 1 | 5C | 0 | 36 | 12B | 56 | 19 |
| Octal | 164 | 11 | 165 | 1 | 134 | 0 | 66 | 453 | 126 | 31 |
| Binary | 1110100 | 1001 | 1110101 | 1 | 1011100 | 0 | 110110 | 100101011 | 1010110 | 11001 |
Color Harmonies of #740975
Complementary color
Monochromatic Colors of #740975
Black with #740975
Text Example
Text Example
White with #740975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740975; }
p { color: rgb(116,9,117); }
H1.HeaderClassName
{
color: #740975;
}
.AnyTagClassName
{
color: #740975;
}
</style>
background-color css
<style>
a { background-color: #740975; }
a { background-color: rgb(116,9,117); }
div.DivClassName
{
background-color: #740975;
}
.BgClassName
{
background-color: #740975;
}
</style>
border-color css
<style>
span { border-color: #740975; }
span { border-color: rgb(116,9,117); }
td.TdClassName
{
border-color: #740975;
}
.TagClassName
{
border-color: #740975;
}
</style>