Shades of Purple #741479
Tints of Purple #741479
RGB
CMYK
RGB Variations
Color information
#741479 (or 0x741479) is known color: Purple. HEX triplet: 74, 14 and 79. RGB value is (116,20,121). Sum of RGB (Red+Green+Blue) = 116+20+121=257 (34% of max value = 765). Red value is 116 (45.70% from 255 or 45.14% from 257); Green value is 20 (8.20% from 255 or 7.78% from 257); Blue value is 121 (47.66% from 255 or 47.08% from 257); Max value from RGB is 121 - color contains mainly: blue. Hex color #741479 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #741479 is #8BEB86. Grayscale: #3B3B3B. Windows color (decimal): -9169799 or 7935092. OLE color: 7935092.
HSL color Cylindrical-coordinate representation of color #741479: hue angle of 297.03º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #741479 is Cyan = 0.04, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 116 | 20 | 121 | - |
| CMYK | 0.04 | 0.83 | 0 | 0.53 |
| HSL | 297.03º | 0.72% | 0.28% | - |
| HSV(B) | 297.03º | 0.83% | 0.47% | - |
| XYZ | 10.9 | 5.59 | 18.59 | - |
| YUV | 60.22 | 162.3 | 167.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 20 | 121 | 0.04 | 0.83 | 0 | 0.53 | 297.03 | 0.72 | 0.28 |
| Hex | 74 | 14 | 79 | 4 | 53 | 0 | 35 | 129 | 48 | 1C |
| Octal | 164 | 24 | 171 | 4 | 123 | 0 | 65 | 451 | 110 | 34 |
| Binary | 1110100 | 10100 | 1111001 | 100 | 1010011 | 0 | 110101 | 100101001 | 1001000 | 11100 |
Color Harmonies of #741479
Complementary color
Monochromatic Colors of #741479
Black with #741479
Text Example
Text Example
White with #741479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741479; }
p { color: rgb(116,20,121); }
H1.HeaderClassName
{
color: #741479;
}
.AnyTagClassName
{
color: #741479;
}
</style>
background-color css
<style>
a { background-color: #741479; }
a { background-color: rgb(116,20,121); }
div.DivClassName
{
background-color: #741479;
}
.BgClassName
{
background-color: #741479;
}
</style>
border-color css
<style>
span { border-color: #741479; }
span { border-color: rgb(116,20,121); }
td.TdClassName
{
border-color: #741479;
}
.TagClassName
{
border-color: #741479;
}
</style>