Shades of Purple #74178A
Tints of Purple #74178A
RGB
CMYK
RGB Variations
Color information
#74178A (or 0x74178A) is known color: Purple. HEX triplet: 74, 17 and 8A. RGB value is (116,23,138). Sum of RGB (Red+Green+Blue) = 116+23+138=277 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.88% from 277); Green value is 23 (9.38% from 255 or 8.30% from 277); Blue value is 138 (54.30% from 255 or 49.82% from 277); Max value from RGB is 138 - color contains mainly: blue. Hex color #74178A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #74178A is #8BE875. Grayscale: #3F3F3F. Windows color (decimal): -9169014 or 9049972. OLE color: 9049972.
HSL color Cylindrical-coordinate representation of color #74178A: hue angle of 288.52º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #74178A is Cyan = 0.16, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 116 | 23 | 138 | - |
| CMYK | 0.16 | 0.83 | 0 | 0.46 |
| HSL | 288.52º | 0.71% | 0.32% | - |
| HSV(B) | 288.52º | 0.83% | 0.54% | - |
| XYZ | 12.1 | 6.16 | 24.6 | - |
| YUV | 63.92 | 169.81 | 165.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 23 | 138 | 0.16 | 0.83 | 0 | 0.46 | 288.52 | 0.71 | 0.32 |
| Hex | 74 | 17 | 8A | 10 | 53 | 0 | 2E | 121 | 47 | 20 |
| Octal | 164 | 27 | 212 | 20 | 123 | 0 | 56 | 441 | 107 | 40 |
| Binary | 1110100 | 10111 | 10001010 | 10000 | 1010011 | 0 | 101110 | 100100001 | 1000111 | 100000 |
Color Harmonies of #74178A
Complementary color
Monochromatic Colors of #74178A
Black with #74178A
Text Example
Text Example
White with #74178A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74178A; }
p { color: rgb(116,23,138); }
H1.HeaderClassName
{
color: #74178A;
}
.AnyTagClassName
{
color: #74178A;
}
</style>
background-color css
<style>
a { background-color: #74178A; }
a { background-color: rgb(116,23,138); }
div.DivClassName
{
background-color: #74178A;
}
.BgClassName
{
background-color: #74178A;
}
</style>
border-color css
<style>
span { border-color: #74178A; }
span { border-color: rgb(116,23,138); }
td.TdClassName
{
border-color: #74178A;
}
.TagClassName
{
border-color: #74178A;
}
</style>