Shades of Purple #740072
Tints of Purple #740072
RGB
CMYK
RGB Variations
Color information
#740072 (or 0x740072) is known color: Purple. HEX triplet: 74, 00 and 72. RGB value is (116,0,114). Sum of RGB (Red+Green+Blue) = 116+0+114=230 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.43% from 230); Green value is 0 (0.39% from 255 or 0% from 230); Blue value is 114 (44.92% from 255 or 49.57% from 230); Max value from RGB is 116 - color contains mainly: red. Hex color #740072 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740072 is #8BFF8D. Grayscale: #2F2F2F. Windows color (decimal): -9174926 or 7471220. OLE color: 7471220.
HSL color Cylindrical-coordinate representation of color #740072: hue angle of 301.03º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #740072 is Cyan = 0, Magento = 1, Yellow = 0.02 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 0 | 114 | - |
| CMYK | 0 | 1 | 0.02 | 0.55 |
| HSL | 301.03º | 1% | 0.23% | - |
| HSV(B) | 301.03º | 1% | 0.45% | - |
| XYZ | 10.24 | 4.93 | 16.33 | - |
| YUV | 47.68 | 165.43 | 176.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 0 | 114 | 0 | 1 | 0.02 | 0.55 | 301.03 | 1 | 0.23 |
| Hex | 74 | 0 | 72 | 0 | 64 | 2 | 37 | 12D | 64 | 17 |
| Octal | 164 | 0 | 162 | 0 | 144 | 2 | 67 | 455 | 144 | 27 |
| Binary | 1110100 | 0 | 1110010 | 0 | 1100100 | 10 | 110111 | 100101101 | 1100100 | 10111 |
Color Harmonies of #740072
Complementary color
Monochromatic Colors of #740072
Black with #740072
Text Example
Text Example
White with #740072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740072; }
p { color: rgb(116,0,114); }
H1.HeaderClassName
{
color: #740072;
}
.AnyTagClassName
{
color: #740072;
}
</style>
background-color css
<style>
a { background-color: #740072; }
a { background-color: rgb(116,0,114); }
div.DivClassName
{
background-color: #740072;
}
.BgClassName
{
background-color: #740072;
}
</style>
border-color css
<style>
span { border-color: #740072; }
span { border-color: rgb(116,0,114); }
td.TdClassName
{
border-color: #740072;
}
.TagClassName
{
border-color: #740072;
}
</style>