Shades of Purple #74096D
Tints of Purple #74096D
RGB
CMYK
RGB Variations
Color information
#74096D (or 0x74096D) is known color: Purple. HEX triplet: 74, 09 and 6D. RGB value is (116,9,109). Sum of RGB (Red+Green+Blue) = 116+9+109=234 (30% of max value = 765). Red value is 116 (45.70% from 255 or 49.57% from 234); Green value is 9 (3.91% from 255 or 3.85% from 234); Blue value is 109 (42.97% from 255 or 46.58% from 234); Max value from RGB is 116 - color contains mainly: red. Hex color #74096D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74096D is #8BF692. Grayscale: #343434. Windows color (decimal): -9172627 or 7145844. OLE color: 7145844.
HSL color Cylindrical-coordinate representation of color #74096D: hue angle of 303.93º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #74096D is Cyan = 0, Magento = 0.92, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 9 | 109 | - |
| CMYK | 0 | 0.92 | 0.06 | 0.55 |
| HSL | 303.93º | 0.86% | 0.25% | - |
| HSV(B) | 303.93º | 0.92% | 0.45% | - |
| XYZ | 10.06 | 5.01 | 14.91 | - |
| YUV | 52.39 | 159.95 | 173.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 9 | 109 | 0 | 0.92 | 0.06 | 0.55 | 303.93 | 0.86 | 0.25 |
| Hex | 74 | 9 | 6D | 0 | 5C | 6 | 37 | 130 | 56 | 19 |
| Octal | 164 | 11 | 155 | 0 | 134 | 6 | 67 | 460 | 126 | 31 |
| Binary | 1110100 | 1001 | 1101101 | 0 | 1011100 | 110 | 110111 | 100110000 | 1010110 | 11001 |
Color Harmonies of #74096D
Complementary color
Monochromatic Colors of #74096D
Black with #74096D
Text Example
Text Example
White with #74096D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74096D; }
p { color: rgb(116,9,109); }
H1.HeaderClassName
{
color: #74096D;
}
.AnyTagClassName
{
color: #74096D;
}
</style>
background-color css
<style>
a { background-color: #74096D; }
a { background-color: rgb(116,9,109); }
div.DivClassName
{
background-color: #74096D;
}
.BgClassName
{
background-color: #74096D;
}
</style>
border-color css
<style>
span { border-color: #74096D; }
span { border-color: rgb(116,9,109); }
td.TdClassName
{
border-color: #74096D;
}
.TagClassName
{
border-color: #74096D;
}
</style>