Shades of Purple #74096E
Tints of Purple #74096E
RGB
CMYK
RGB Variations
Color information
#74096E (or 0x74096E) is known color: Purple. HEX triplet: 74, 09 and 6E. RGB value is (116,9,110). Sum of RGB (Red+Green+Blue) = 116+9+110=235 (31% of max value = 765). Red value is 116 (45.70% from 255 or 49.36% from 235); Green value is 9 (3.91% from 255 or 3.83% from 235); Blue value is 110 (43.36% from 255 or 46.81% from 235); Max value from RGB is 116 - color contains mainly: red. Hex color #74096E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74096E is #8BF691. Grayscale: #343434. Windows color (decimal): -9172626 or 7211380. OLE color: 7211380.
HSL color Cylindrical-coordinate representation of color #74096E: hue angle of 303.36º 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 #74096E is Cyan = 0, Magento = 0.92, Yellow = 0.05 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 9 | 110 | - |
| CMYK | 0 | 0.92 | 0.05 | 0.55 |
| HSL | 303.36º | 0.86% | 0.25% | - |
| HSV(B) | 303.36º | 0.92% | 0.45% | - |
| XYZ | 10.11 | 5.03 | 15.19 | - |
| YUV | 52.51 | 160.45 | 173.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 9 | 110 | 0 | 0.92 | 0.05 | 0.55 | 303.36 | 0.86 | 0.25 |
| Hex | 74 | 9 | 6E | 0 | 5C | 5 | 37 | 12F | 56 | 19 |
| Octal | 164 | 11 | 156 | 0 | 134 | 5 | 67 | 457 | 126 | 31 |
| Binary | 1110100 | 1001 | 1101110 | 0 | 1011100 | 101 | 110111 | 100101111 | 1010110 | 11001 |
Color Harmonies of #74096E
Complementary color
Monochromatic Colors of #74096E
Black with #74096E
Text Example
Text Example
White with #74096E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74096E; }
p { color: rgb(116,9,110); }
H1.HeaderClassName
{
color: #74096E;
}
.AnyTagClassName
{
color: #74096E;
}
</style>
background-color css
<style>
a { background-color: #74096E; }
a { background-color: rgb(116,9,110); }
div.DivClassName
{
background-color: #74096E;
}
.BgClassName
{
background-color: #74096E;
}
</style>
border-color css
<style>
span { border-color: #74096E; }
span { border-color: rgb(116,9,110); }
td.TdClassName
{
border-color: #74096E;
}
.TagClassName
{
border-color: #74096E;
}
</style>