Shades of Purple #74096B
Tints of Purple #74096B
RGB
CMYK
RGB Variations
Color information
#74096B (or 0x74096B) is known color: Purple. HEX triplet: 74, 09 and 6B. RGB value is (116,9,107). Sum of RGB (Red+Green+Blue) = 116+9+107=232 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50% from 232); Green value is 9 (3.91% from 255 or 3.88% from 232); Blue value is 107 (42.19% from 255 or 46.12% from 232); Max value from RGB is 116 - color contains mainly: red. Hex color #74096B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74096B is #8BF694. Grayscale: #333333. Windows color (decimal): -9172629 or 7014772. OLE color: 7014772.
HSL color Cylindrical-coordinate representation of color #74096B: hue angle of 305.05º 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 #74096B is Cyan = 0, Magento = 0.92, Yellow = 0.08 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 9 | 107 | - |
| CMYK | 0 | 0.92 | 0.08 | 0.55 |
| HSL | 305.05º | 0.86% | 0.25% | - |
| HSV(B) | 305.05º | 0.92% | 0.45% | - |
| XYZ | 9.95 | 4.97 | 14.34 | - |
| YUV | 52.17 | 158.95 | 173.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 9 | 107 | 0 | 0.92 | 0.08 | 0.55 | 305.05 | 0.86 | 0.25 |
| Hex | 74 | 9 | 6B | 0 | 5C | 8 | 37 | 131 | 56 | 19 |
| Octal | 164 | 11 | 153 | 0 | 134 | 10 | 67 | 461 | 126 | 31 |
| Binary | 1110100 | 1001 | 1101011 | 0 | 1011100 | 1000 | 110111 | 100110001 | 1010110 | 11001 |
Color Harmonies of #74096B
Complementary color
Monochromatic Colors of #74096B
Black with #74096B
Text Example
Text Example
White with #74096B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74096B; }
p { color: rgb(116,9,107); }
H1.HeaderClassName
{
color: #74096B;
}
.AnyTagClassName
{
color: #74096B;
}
</style>
background-color css
<style>
a { background-color: #74096B; }
a { background-color: rgb(116,9,107); }
div.DivClassName
{
background-color: #74096B;
}
.BgClassName
{
background-color: #74096B;
}
</style>
border-color css
<style>
span { border-color: #74096B; }
span { border-color: rgb(116,9,107); }
td.TdClassName
{
border-color: #74096B;
}
.TagClassName
{
border-color: #74096B;
}
</style>