Shades of Purple #74128B
Tints of Purple #74128B
RGB
CMYK
RGB Variations
Color information
#74128B (or 0x74128B) is known color: Purple. HEX triplet: 74, 12 and 8B. RGB value is (116,18,139). Sum of RGB (Red+Green+Blue) = 116+18+139=273 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.49% from 273); Green value is 18 (7.42% from 255 or 6.59% from 273); Blue value is 139 (54.69% from 255 or 50.92% from 273); Max value from RGB is 139 - color contains mainly: blue. Hex color #74128B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #74128B is #8BED74. Grayscale: #3C3C3C. Windows color (decimal): -9170293 or 9114228. OLE color: 9114228.
HSL color Cylindrical-coordinate representation of color #74128B: hue angle of 288.6º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #74128B is Cyan = 0.17, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 116 | 18 | 139 | - |
| CMYK | 0.17 | 0.87 | 0 | 0.45 |
| HSL | 288.6º | 0.77% | 0.31% | - |
| HSV(B) | 288.6º | 0.87% | 0.55% | - |
| XYZ | 12.08 | 6.01 | 24.95 | - |
| YUV | 61.1 | 171.97 | 167.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 18 | 139 | 0.17 | 0.87 | 0 | 0.45 | 288.6 | 0.77 | 0.31 |
| Hex | 74 | 12 | 8B | 11 | 57 | 0 | 2D | 121 | 4D | 1F |
| Octal | 164 | 22 | 213 | 21 | 127 | 0 | 55 | 441 | 115 | 37 |
| Binary | 1110100 | 10010 | 10001011 | 10001 | 1010111 | 0 | 101101 | 100100001 | 1001101 | 11111 |
Color Harmonies of #74128B
Complementary color
Monochromatic Colors of #74128B
Black with #74128B
Text Example
Text Example
White with #74128B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74128B; }
p { color: rgb(116,18,139); }
H1.HeaderClassName
{
color: #74128B;
}
.AnyTagClassName
{
color: #74128B;
}
</style>
background-color css
<style>
a { background-color: #74128B; }
a { background-color: rgb(116,18,139); }
div.DivClassName
{
background-color: #74128B;
}
.BgClassName
{
background-color: #74128B;
}
</style>
border-color css
<style>
span { border-color: #74128B; }
span { border-color: rgb(116,18,139); }
td.TdClassName
{
border-color: #74128B;
}
.TagClassName
{
border-color: #74128B;
}
</style>