Shades of Purple #74137C
Tints of Purple #74137C
RGB
CMYK
RGB Variations
Color information
#74137C (or 0x74137C) is known color: Purple. HEX triplet: 74, 13 and 7C. RGB value is (116,19,124). Sum of RGB (Red+Green+Blue) = 116+19+124=259 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.79% from 259); Green value is 19 (7.81% from 255 or 7.34% from 259); Blue value is 124 (48.83% from 255 or 47.88% from 259); Max value from RGB is 124 - color contains mainly: blue. Hex color #74137C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74137C is #8BEC83. Grayscale: #3B3B3B. Windows color (decimal): -9170052 or 8131444. OLE color: 8131444.
HSL color Cylindrical-coordinate representation of color #74137C: hue angle of 295.43º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #74137C is Cyan = 0.06, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 116 | 19 | 124 | - |
| CMYK | 0.06 | 0.85 | 0 | 0.51 |
| HSL | 295.43º | 0.73% | 0.28% | - |
| HSV(B) | 295.43º | 0.85% | 0.49% | - |
| XYZ | 11.07 | 5.63 | 19.57 | - |
| YUV | 59.97 | 164.14 | 167.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 19 | 124 | 0.06 | 0.85 | 0 | 0.51 | 295.43 | 0.73 | 0.28 |
| Hex | 74 | 13 | 7C | 6 | 55 | 0 | 33 | 127 | 49 | 1C |
| Octal | 164 | 23 | 174 | 6 | 125 | 0 | 63 | 447 | 111 | 34 |
| Binary | 1110100 | 10011 | 1111100 | 110 | 1010101 | 0 | 110011 | 100100111 | 1001001 | 11100 |
Color Harmonies of #74137C
Complementary color
Monochromatic Colors of #74137C
Black with #74137C
Text Example
Text Example
White with #74137C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74137C; }
p { color: rgb(116,19,124); }
H1.HeaderClassName
{
color: #74137C;
}
.AnyTagClassName
{
color: #74137C;
}
</style>
background-color css
<style>
a { background-color: #74137C; }
a { background-color: rgb(116,19,124); }
div.DivClassName
{
background-color: #74137C;
}
.BgClassName
{
background-color: #74137C;
}
</style>
border-color css
<style>
span { border-color: #74137C; }
span { border-color: rgb(116,19,124); }
td.TdClassName
{
border-color: #74137C;
}
.TagClassName
{
border-color: #74137C;
}
</style>