Shades of Purple #74117E
Tints of Purple #74117E
RGB
CMYK
RGB Variations
Color information
#74117E (or 0x74117E) is known color: Purple. HEX triplet: 74, 11 and 7E. RGB value is (116,17,126). Sum of RGB (Red+Green+Blue) = 116+17+126=259 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.79% from 259); Green value is 17 (7.03% from 255 or 6.56% from 259); Blue value is 126 (49.61% from 255 or 48.65% from 259); Max value from RGB is 126 - color contains mainly: blue. Hex color #74117E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74117E is #8BEE81. Grayscale: #3A3A3A. Windows color (decimal): -9170562 or 8262004. OLE color: 8262004.
HSL color Cylindrical-coordinate representation of color #74117E: hue angle of 294.5º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #74117E is Cyan = 0.08, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 116 | 17 | 126 | - |
| CMYK | 0.08 | 0.87 | 0 | 0.51 |
| HSL | 294.5º | 0.76% | 0.28% | - |
| HSV(B) | 294.5º | 0.87% | 0.49% | - |
| XYZ | 11.17 | 5.62 | 20.23 | - |
| YUV | 59.03 | 165.8 | 168.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 17 | 126 | 0.08 | 0.87 | 0 | 0.51 | 294.5 | 0.76 | 0.28 |
| Hex | 74 | 11 | 7E | 8 | 57 | 0 | 33 | 126 | 4C | 1C |
| Octal | 164 | 21 | 176 | 10 | 127 | 0 | 63 | 446 | 114 | 34 |
| Binary | 1110100 | 10001 | 1111110 | 1000 | 1010111 | 0 | 110011 | 100100110 | 1001100 | 11100 |
Color Harmonies of #74117E
Complementary color
Monochromatic Colors of #74117E
Black with #74117E
Text Example
Text Example
White with #74117E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74117E; }
p { color: rgb(116,17,126); }
H1.HeaderClassName
{
color: #74117E;
}
.AnyTagClassName
{
color: #74117E;
}
</style>
background-color css
<style>
a { background-color: #74117E; }
a { background-color: rgb(116,17,126); }
div.DivClassName
{
background-color: #74117E;
}
.BgClassName
{
background-color: #74117E;
}
</style>
border-color css
<style>
span { border-color: #74117E; }
span { border-color: rgb(116,17,126); }
td.TdClassName
{
border-color: #74117E;
}
.TagClassName
{
border-color: #74117E;
}
</style>