Shades of Purple #741178
Tints of Purple #741178
RGB
CMYK
RGB Variations
Color information
#741178 (or 0x741178) is known color: Purple. HEX triplet: 74, 11 and 78. RGB value is (116,17,120). Sum of RGB (Red+Green+Blue) = 116+17+120=253 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.85% from 253); Green value is 17 (7.03% from 255 or 6.72% from 253); Blue value is 120 (47.27% from 255 or 47.43% from 253); Max value from RGB is 120 - color contains mainly: blue. Hex color #741178 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #741178 is #8BEE87. Grayscale: #3A3A3A. Windows color (decimal): -9170568 or 7868788. OLE color: 7868788.
HSL color Cylindrical-coordinate representation of color #741178: hue angle of 297.67º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #741178 is Cyan = 0.03, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 116 | 17 | 120 | - |
| CMYK | 0.03 | 0.86 | 0 | 0.53 |
| HSL | 297.67º | 0.75% | 0.27% | - |
| HSV(B) | 297.67º | 0.86% | 0.47% | - |
| XYZ | 10.79 | 5.47 | 18.26 | - |
| YUV | 58.34 | 162.8 | 169.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 17 | 120 | 0.03 | 0.86 | 0 | 0.53 | 297.67 | 0.75 | 0.27 |
| Hex | 74 | 11 | 78 | 3 | 56 | 0 | 35 | 12A | 4B | 1B |
| Octal | 164 | 21 | 170 | 3 | 126 | 0 | 65 | 452 | 113 | 33 |
| Binary | 1110100 | 10001 | 1111000 | 11 | 1010110 | 0 | 110101 | 100101010 | 1001011 | 11011 |
Color Harmonies of #741178
Complementary color
Monochromatic Colors of #741178
Black with #741178
Text Example
Text Example
White with #741178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741178; }
p { color: rgb(116,17,120); }
H1.HeaderClassName
{
color: #741178;
}
.AnyTagClassName
{
color: #741178;
}
</style>
background-color css
<style>
a { background-color: #741178; }
a { background-color: rgb(116,17,120); }
div.DivClassName
{
background-color: #741178;
}
.BgClassName
{
background-color: #741178;
}
</style>
border-color css
<style>
span { border-color: #741178; }
span { border-color: rgb(116,17,120); }
td.TdClassName
{
border-color: #741178;
}
.TagClassName
{
border-color: #741178;
}
</style>