Shades of Purple #74117C
Tints of Purple #74117C
RGB
CMYK
RGB Variations
Color information
#74117C (or 0x74117C) is known color: Purple. HEX triplet: 74, 11 and 7C. RGB value is (116,17,124). Sum of RGB (Red+Green+Blue) = 116+17+124=257 (34% of max value = 765). Red value is 116 (45.70% from 255 or 45.14% from 257); Green value is 17 (7.03% from 255 or 6.61% from 257); Blue value is 124 (48.83% from 255 or 48.25% from 257); Max value from RGB is 124 - color contains mainly: blue. Hex color #74117C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74117C is #8BEE83. Grayscale: #3A3A3A. Windows color (decimal): -9170564 or 8130932. OLE color: 8130932.
HSL color Cylindrical-coordinate representation of color #74117C: hue angle of 295.51º 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 #74117C is Cyan = 0.06, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 116 | 17 | 124 | - |
| CMYK | 0.06 | 0.86 | 0 | 0.51 |
| HSL | 295.51º | 0.76% | 0.28% | - |
| HSV(B) | 295.51º | 0.86% | 0.49% | - |
| XYZ | 11.04 | 5.57 | 19.56 | - |
| YUV | 58.8 | 164.8 | 168.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 17 | 124 | 0.06 | 0.86 | 0 | 0.51 | 295.51 | 0.76 | 0.28 |
| Hex | 74 | 11 | 7C | 6 | 56 | 0 | 33 | 128 | 4C | 1C |
| Octal | 164 | 21 | 174 | 6 | 126 | 0 | 63 | 450 | 114 | 34 |
| Binary | 1110100 | 10001 | 1111100 | 110 | 1010110 | 0 | 110011 | 100101000 | 1001100 | 11100 |
Color Harmonies of #74117C
Complementary color
Monochromatic Colors of #74117C
Black with #74117C
Text Example
Text Example
White with #74117C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74117C; }
p { color: rgb(116,17,124); }
H1.HeaderClassName
{
color: #74117C;
}
.AnyTagClassName
{
color: #74117C;
}
</style>
background-color css
<style>
a { background-color: #74117C; }
a { background-color: rgb(116,17,124); }
div.DivClassName
{
background-color: #74117C;
}
.BgClassName
{
background-color: #74117C;
}
</style>
border-color css
<style>
span { border-color: #74117C; }
span { border-color: rgb(116,17,124); }
td.TdClassName
{
border-color: #74117C;
}
.TagClassName
{
border-color: #74117C;
}
</style>