Shades of Purple #74148D
Tints of Purple #74148D
RGB
CMYK
RGB Variations
Color information
#74148D (or 0x74148D) is known color: Purple. HEX triplet: 74, 14 and 8D. RGB value is (116,20,141). Sum of RGB (Red+Green+Blue) = 116+20+141=277 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.88% from 277); Green value is 20 (8.20% from 255 or 7.22% from 277); Blue value is 141 (55.47% from 255 or 50.90% from 277); Max value from RGB is 141 - color contains mainly: blue. Hex color #74148D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #74148D is #8BEB72. Grayscale: #3E3E3E. Windows color (decimal): -9169779 or 9245812. OLE color: 9245812.
HSL color Cylindrical-coordinate representation of color #74148D: hue angle of 287.6º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #74148D is Cyan = 0.18, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 116 | 20 | 141 | - |
| CMYK | 0.18 | 0.86 | 0 | 0.45 |
| HSL | 287.6º | 0.75% | 0.32% | - |
| HSV(B) | 287.6º | 0.86% | 0.55% | - |
| XYZ | 12.26 | 6.14 | 25.74 | - |
| YUV | 62.5 | 172.3 | 166.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 20 | 141 | 0.18 | 0.86 | 0 | 0.45 | 287.6 | 0.75 | 0.32 |
| Hex | 74 | 14 | 8D | 12 | 56 | 0 | 2D | 120 | 4B | 20 |
| Octal | 164 | 24 | 215 | 22 | 126 | 0 | 55 | 440 | 113 | 40 |
| Binary | 1110100 | 10100 | 10001101 | 10010 | 1010110 | 0 | 101101 | 100100000 | 1001011 | 100000 |
Color Harmonies of #74148D
Complementary color
Monochromatic Colors of #74148D
Black with #74148D
Text Example
Text Example
White with #74148D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74148D; }
p { color: rgb(116,20,141); }
H1.HeaderClassName
{
color: #74148D;
}
.AnyTagClassName
{
color: #74148D;
}
</style>
background-color css
<style>
a { background-color: #74148D; }
a { background-color: rgb(116,20,141); }
div.DivClassName
{
background-color: #74148D;
}
.BgClassName
{
background-color: #74148D;
}
</style>
border-color css
<style>
span { border-color: #74148D; }
span { border-color: rgb(116,20,141); }
td.TdClassName
{
border-color: #74148D;
}
.TagClassName
{
border-color: #74148D;
}
</style>