Shades of Purple #74096A
Tints of Purple #74096A
RGB
CMYK
RGB Variations
Color information
#74096A (or 0x74096A) is known color: Purple. HEX triplet: 74, 09 and 6A. RGB value is (116,9,106). Sum of RGB (Red+Green+Blue) = 116+9+106=231 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.22% from 231); Green value is 9 (3.91% from 255 or 3.90% from 231); Blue value is 106 (41.80% from 255 or 45.89% from 231); Max value from RGB is 116 - color contains mainly: red. Hex color #74096A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74096A is #8BF695. Grayscale: #333333. Windows color (decimal): -9172630 or 6949236. OLE color: 6949236.
HSL color Cylindrical-coordinate representation of color #74096A: hue angle of 305.61º 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 #74096A is Cyan = 0, Magento = 0.92, Yellow = 0.09 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 9 | 106 | - |
| CMYK | 0 | 0.92 | 0.09 | 0.55 |
| HSL | 305.61º | 0.86% | 0.25% | - |
| HSV(B) | 305.61º | 0.92% | 0.45% | - |
| XYZ | 9.9 | 4.95 | 14.07 | - |
| YUV | 52.05 | 158.45 | 173.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 9 | 106 | 0 | 0.92 | 0.09 | 0.55 | 305.61 | 0.86 | 0.25 |
| Hex | 74 | 9 | 6A | 0 | 5C | 9 | 37 | 132 | 56 | 19 |
| Octal | 164 | 11 | 152 | 0 | 134 | 11 | 67 | 462 | 126 | 31 |
| Binary | 1110100 | 1001 | 1101010 | 0 | 1011100 | 1001 | 110111 | 100110010 | 1010110 | 11001 |
Color Harmonies of #74096A
Complementary color
Monochromatic Colors of #74096A
Black with #74096A
Text Example
Text Example
White with #74096A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74096A; }
p { color: rgb(116,9,106); }
H1.HeaderClassName
{
color: #74096A;
}
.AnyTagClassName
{
color: #74096A;
}
</style>
background-color css
<style>
a { background-color: #74096A; }
a { background-color: rgb(116,9,106); }
div.DivClassName
{
background-color: #74096A;
}
.BgClassName
{
background-color: #74096A;
}
</style>
border-color css
<style>
span { border-color: #74096A; }
span { border-color: rgb(116,9,106); }
td.TdClassName
{
border-color: #74096A;
}
.TagClassName
{
border-color: #74096A;
}
</style>