Shades of Purple #74158E
Tints of Purple #74158E
RGB
CMYK
RGB Variations
Color information
#74158E (or 0x74158E) is known color: Purple. HEX triplet: 74, 15 and 8E. RGB value is (116,21,142). Sum of RGB (Red+Green+Blue) = 116+21+142=279 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.58% from 279); Green value is 21 (8.59% from 255 or 7.53% from 279); Blue value is 142 (55.86% from 255 or 50.90% from 279); Max value from RGB is 142 - color contains mainly: blue. Hex color #74158E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #74158E is #8BEA71. Grayscale: #3E3E3E. Windows color (decimal): -9169522 or 9311604. OLE color: 9311604.
HSL color Cylindrical-coordinate representation of color #74158E: hue angle of 287.11º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #74158E is Cyan = 0.18, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 116 | 21 | 142 | - |
| CMYK | 0.18 | 0.85 | 0 | 0.44 |
| HSL | 287.11º | 0.74% | 0.32% | - |
| HSV(B) | 287.11º | 0.85% | 0.56% | - |
| XYZ | 12.35 | 6.2 | 26.14 | - |
| YUV | 63.2 | 172.47 | 165.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 21 | 142 | 0.18 | 0.85 | 0 | 0.44 | 287.11 | 0.74 | 0.32 |
| Hex | 74 | 15 | 8E | 12 | 55 | 0 | 2C | 11F | 4A | 20 |
| Octal | 164 | 25 | 216 | 22 | 125 | 0 | 54 | 437 | 112 | 40 |
| Binary | 1110100 | 10101 | 10001110 | 10010 | 1010101 | 0 | 101100 | 100011111 | 1001010 | 100000 |
Color Harmonies of #74158E
Complementary color
Monochromatic Colors of #74158E
Black with #74158E
Text Example
Text Example
White with #74158E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74158E; }
p { color: rgb(116,21,142); }
H1.HeaderClassName
{
color: #74158E;
}
.AnyTagClassName
{
color: #74158E;
}
</style>
background-color css
<style>
a { background-color: #74158E; }
a { background-color: rgb(116,21,142); }
div.DivClassName
{
background-color: #74158E;
}
.BgClassName
{
background-color: #74158E;
}
</style>
border-color css
<style>
span { border-color: #74158E; }
span { border-color: rgb(116,21,142); }
td.TdClassName
{
border-color: #74158E;
}
.TagClassName
{
border-color: #74158E;
}
</style>