Shades of Purple #740080
Tints of Purple #740080
RGB
CMYK
RGB Variations
Color information
#740080 (or 0x740080) is known color: Purple. HEX triplet: 74, 00 and 80. RGB value is (116,0,128). Sum of RGB (Red+Green+Blue) = 116+0+128=244 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.54% from 244); Green value is 0 (0.39% from 255 or 0% from 244); Blue value is 128 (50.39% from 255 or 52.46% from 244); Max value from RGB is 128 - color contains mainly: blue. Hex color #740080 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #740080 is #8BFF7F. Grayscale: #303030. Windows color (decimal): -9174912 or 8388724. OLE color: 8388724.
HSL color Cylindrical-coordinate representation of color #740080: hue angle of 294.38º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #740080 is Cyan = 0.09, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 116 | 0 | 128 | - |
| CMYK | 0.09 | 1 | 0 | 0.50 |
| HSL | 294.38º | 1% | 0.25% | - |
| HSV(B) | 294.38º | 1% | 0.5% | - |
| XYZ | 11.1 | 5.27 | 20.85 | - |
| YUV | 49.28 | 172.43 | 175.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 0 | 128 | 0.09 | 1 | 0 | 0.50 | 294.38 | 1 | 0.25 |
| Hex | 74 | 0 | 80 | 9 | 64 | 0 | 32 | 126 | 64 | 19 |
| Octal | 164 | 0 | 200 | 11 | 144 | 0 | 62 | 446 | 144 | 31 |
| Binary | 1110100 | 0 | 10000000 | 1001 | 1100100 | 0 | 110010 | 100100110 | 1100100 | 11001 |
Color Harmonies of #740080
Complementary color
Monochromatic Colors of #740080
Black with #740080
Text Example
Text Example
White with #740080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740080; }
p { color: rgb(116,0,128); }
H1.HeaderClassName
{
color: #740080;
}
.AnyTagClassName
{
color: #740080;
}
</style>
background-color css
<style>
a { background-color: #740080; }
a { background-color: rgb(116,0,128); }
div.DivClassName
{
background-color: #740080;
}
.BgClassName
{
background-color: #740080;
}
</style>
border-color css
<style>
span { border-color: #740080; }
span { border-color: rgb(116,0,128); }
td.TdClassName
{
border-color: #740080;
}
.TagClassName
{
border-color: #740080;
}
</style>