Shades of Purple #74168A
Tints of Purple #74168A
RGB
CMYK
RGB Variations
Color information
#74168A (or 0x74168A) is known color: Purple. HEX triplet: 74, 16 and 8A. RGB value is (116,22,138). Sum of RGB (Red+Green+Blue) = 116+22+138=276 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.03% from 276); Green value is 22 (8.98% from 255 or 7.97% from 276); Blue value is 138 (54.30% from 255 or 50% from 276); Max value from RGB is 138 - color contains mainly: blue. Hex color #74168A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #74168A is #8BE975. Grayscale: #3E3E3E. Windows color (decimal): -9169270 or 9049716. OLE color: 9049716.
HSL color Cylindrical-coordinate representation of color #74168A: hue angle of 288.62º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #74168A is Cyan = 0.16, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 116 | 22 | 138 | - |
| CMYK | 0.16 | 0.84 | 0 | 0.46 |
| HSL | 288.62º | 0.73% | 0.31% | - |
| HSV(B) | 288.62º | 0.84% | 0.54% | - |
| XYZ | 12.08 | 6.12 | 24.59 | - |
| YUV | 63.33 | 170.14 | 165.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 22 | 138 | 0.16 | 0.84 | 0 | 0.46 | 288.62 | 0.73 | 0.31 |
| Hex | 74 | 16 | 8A | 10 | 54 | 0 | 2E | 121 | 48 | 1F |
| Octal | 164 | 26 | 212 | 20 | 124 | 0 | 56 | 441 | 110 | 37 |
| Binary | 1110100 | 10110 | 10001010 | 10000 | 1010100 | 0 | 101110 | 100100001 | 1001000 | 11111 |
Color Harmonies of #74168A
Complementary color
Monochromatic Colors of #74168A
Black with #74168A
Text Example
Text Example
White with #74168A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74168A; }
p { color: rgb(116,22,138); }
H1.HeaderClassName
{
color: #74168A;
}
.AnyTagClassName
{
color: #74168A;
}
</style>
background-color css
<style>
a { background-color: #74168A; }
a { background-color: rgb(116,22,138); }
div.DivClassName
{
background-color: #74168A;
}
.BgClassName
{
background-color: #74168A;
}
</style>
border-color css
<style>
span { border-color: #74168A; }
span { border-color: rgb(116,22,138); }
td.TdClassName
{
border-color: #74168A;
}
.TagClassName
{
border-color: #74168A;
}
</style>