Shades of Purple #74178D
Tints of Purple #74178D
RGB
CMYK
RGB Variations
Color information
#74178D (or 0x74178D) is known color: Purple. HEX triplet: 74, 17 and 8D. RGB value is (116,23,141). Sum of RGB (Red+Green+Blue) = 116+23+141=280 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.43% from 280); Green value is 23 (9.38% from 255 or 8.21% from 280); Blue value is 141 (55.47% from 255 or 50.36% from 280); Max value from RGB is 141 - color contains mainly: blue. Hex color #74178D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #74178D is #8BE872. Grayscale: #3F3F3F. Windows color (decimal): -9169011 or 9246580. OLE color: 9246580.
HSL color Cylindrical-coordinate representation of color #74178D: hue angle of 287.29º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #74178D is Cyan = 0.18, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 116 | 23 | 141 | - |
| CMYK | 0.18 | 0.84 | 0 | 0.45 |
| HSL | 287.29º | 0.72% | 0.32% | - |
| HSV(B) | 287.29º | 0.84% | 0.55% | - |
| XYZ | 12.32 | 6.25 | 25.76 | - |
| YUV | 64.26 | 171.31 | 164.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 23 | 141 | 0.18 | 0.84 | 0 | 0.45 | 287.29 | 0.72 | 0.32 |
| Hex | 74 | 17 | 8D | 12 | 54 | 0 | 2D | 11F | 48 | 20 |
| Octal | 164 | 27 | 215 | 22 | 124 | 0 | 55 | 437 | 110 | 40 |
| Binary | 1110100 | 10111 | 10001101 | 10010 | 1010100 | 0 | 101101 | 100011111 | 1001000 | 100000 |
Color Harmonies of #74178D
Complementary color
Monochromatic Colors of #74178D
Black with #74178D
Text Example
Text Example
White with #74178D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74178D; }
p { color: rgb(116,23,141); }
H1.HeaderClassName
{
color: #74178D;
}
.AnyTagClassName
{
color: #74178D;
}
</style>
background-color css
<style>
a { background-color: #74178D; }
a { background-color: rgb(116,23,141); }
div.DivClassName
{
background-color: #74178D;
}
.BgClassName
{
background-color: #74178D;
}
</style>
border-color css
<style>
span { border-color: #74178D; }
span { border-color: rgb(116,23,141); }
td.TdClassName
{
border-color: #74178D;
}
.TagClassName
{
border-color: #74178D;
}
</style>