Shades of Purple #740572
Tints of Purple #740572
RGB
CMYK
RGB Variations
Color information
#740572 (or 0x740572) is known color: Purple. HEX triplet: 74, 05 and 72. RGB value is (116,5,114). Sum of RGB (Red+Green+Blue) = 116+5+114=235 (31% of max value = 765). Red value is 116 (45.70% from 255 or 49.36% from 235); Green value is 5 (2.34% from 255 or 2.13% from 235); Blue value is 114 (44.92% from 255 or 48.51% from 235); Max value from RGB is 116 - color contains mainly: red. Hex color #740572 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740572 is #8BFA8D. Grayscale: #323232. Windows color (decimal): -9173646 or 7472500. OLE color: 7472500.
HSL color Cylindrical-coordinate representation of color #740572: hue angle of 301.08º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #740572 is Cyan = 0, Magento = 0.96, Yellow = 0.02 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 5 | 114 | - |
| CMYK | 0 | 0.96 | 0.02 | 0.55 |
| HSL | 301.08º | 0.92% | 0.24% | - |
| HSV(B) | 301.08º | 0.96% | 0.45% | - |
| XYZ | 10.29 | 5.04 | 16.35 | - |
| YUV | 50.62 | 163.77 | 174.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 5 | 114 | 0 | 0.96 | 0.02 | 0.55 | 301.08 | 0.92 | 0.24 |
| Hex | 74 | 5 | 72 | 0 | 60 | 2 | 37 | 12D | 5C | 18 |
| Octal | 164 | 5 | 162 | 0 | 140 | 2 | 67 | 455 | 134 | 30 |
| Binary | 1110100 | 101 | 1110010 | 0 | 1100000 | 10 | 110111 | 100101101 | 1011100 | 11000 |
Color Harmonies of #740572
Complementary color
Monochromatic Colors of #740572
Black with #740572
Text Example
Text Example
White with #740572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740572; }
p { color: rgb(116,5,114); }
H1.HeaderClassName
{
color: #740572;
}
.AnyTagClassName
{
color: #740572;
}
</style>
background-color css
<style>
a { background-color: #740572; }
a { background-color: rgb(116,5,114); }
div.DivClassName
{
background-color: #740572;
}
.BgClassName
{
background-color: #740572;
}
</style>
border-color css
<style>
span { border-color: #740572; }
span { border-color: rgb(116,5,114); }
td.TdClassName
{
border-color: #740572;
}
.TagClassName
{
border-color: #740572;
}
</style>