Shades of Purple #740976
Tints of Purple #740976
RGB
CMYK
RGB Variations
Color information
#740976 (or 0x740976) is known color: Purple. HEX triplet: 74, 09 and 76. RGB value is (116,9,118). Sum of RGB (Red+Green+Blue) = 116+9+118=243 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.74% from 243); Green value is 9 (3.91% from 255 or 3.70% from 243); Blue value is 118 (46.48% from 255 or 48.56% from 243); Max value from RGB is 118 - color contains mainly: blue. Hex color #740976 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740976 is #8BF689. Grayscale: #353535. Windows color (decimal): -9172618 or 7735668. OLE color: 7735668.
HSL color Cylindrical-coordinate representation of color #740976: hue angle of 298.9º 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 #740976 is Cyan = 0.02, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 116 | 9 | 118 | - |
| CMYK | 0.02 | 0.92 | 0 | 0.54 |
| HSL | 298.9º | 0.86% | 0.25% | - |
| HSV(B) | 298.9º | 0.92% | 0.46% | - |
| XYZ | 10.57 | 5.22 | 17.59 | - |
| YUV | 53.42 | 164.45 | 172.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 9 | 118 | 0.02 | 0.92 | 0 | 0.54 | 298.9 | 0.86 | 0.25 |
| Hex | 74 | 9 | 76 | 2 | 5C | 0 | 36 | 12B | 56 | 19 |
| Octal | 164 | 11 | 166 | 2 | 134 | 0 | 66 | 453 | 126 | 31 |
| Binary | 1110100 | 1001 | 1110110 | 10 | 1011100 | 0 | 110110 | 100101011 | 1010110 | 11001 |
Color Harmonies of #740976
Complementary color
Monochromatic Colors of #740976
Black with #740976
Text Example
Text Example
White with #740976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740976; }
p { color: rgb(116,9,118); }
H1.HeaderClassName
{
color: #740976;
}
.AnyTagClassName
{
color: #740976;
}
</style>
background-color css
<style>
a { background-color: #740976; }
a { background-color: rgb(116,9,118); }
div.DivClassName
{
background-color: #740976;
}
.BgClassName
{
background-color: #740976;
}
</style>
border-color css
<style>
span { border-color: #740976; }
span { border-color: rgb(116,9,118); }
td.TdClassName
{
border-color: #740976;
}
.TagClassName
{
border-color: #740976;
}
</style>