Shades of Purple #74117D
Tints of Purple #74117D
RGB
CMYK
RGB Variations
Color information
#74117D (or 0x74117D) is known color: Purple. HEX triplet: 74, 11 and 7D. RGB value is (116,17,125). Sum of RGB (Red+Green+Blue) = 116+17+125=258 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.96% from 258); Green value is 17 (7.03% from 255 or 6.59% from 258); Blue value is 125 (49.22% from 255 or 48.45% from 258); Max value from RGB is 125 - color contains mainly: blue. Hex color #74117D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74117D is #8BEE82. Grayscale: #3A3A3A. Windows color (decimal): -9170563 or 8196468. OLE color: 8196468.
HSL color Cylindrical-coordinate representation of color #74117D: hue angle of 295º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #74117D is Cyan = 0.07, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 116 | 17 | 125 | - |
| CMYK | 0.07 | 0.86 | 0 | 0.51 |
| HSL | 295º | 0.76% | 0.28% | - |
| HSV(B) | 295º | 0.86% | 0.49% | - |
| XYZ | 11.1 | 5.59 | 19.9 | - |
| YUV | 58.91 | 165.3 | 168.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 17 | 125 | 0.07 | 0.86 | 0 | 0.51 | 295 | 0.76 | 0.28 |
| Hex | 74 | 11 | 7D | 7 | 56 | 0 | 33 | 127 | 4C | 1C |
| Octal | 164 | 21 | 175 | 7 | 126 | 0 | 63 | 447 | 114 | 34 |
| Binary | 1110100 | 10001 | 1111101 | 111 | 1010110 | 0 | 110011 | 100100111 | 1001100 | 11100 |
Color Harmonies of #74117D
Complementary color
Monochromatic Colors of #74117D
Black with #74117D
Text Example
Text Example
White with #74117D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74117D; }
p { color: rgb(116,17,125); }
H1.HeaderClassName
{
color: #74117D;
}
.AnyTagClassName
{
color: #74117D;
}
</style>
background-color css
<style>
a { background-color: #74117D; }
a { background-color: rgb(116,17,125); }
div.DivClassName
{
background-color: #74117D;
}
.BgClassName
{
background-color: #74117D;
}
</style>
border-color css
<style>
span { border-color: #74117D; }
span { border-color: rgb(116,17,125); }
td.TdClassName
{
border-color: #74117D;
}
.TagClassName
{
border-color: #74117D;
}
</style>