Shades of Purple #740575
Tints of Purple #740575
RGB
CMYK
RGB Variations
Color information
#740575 (or 0x740575) is known color: Purple. HEX triplet: 74, 05 and 75. RGB value is (116,5,117). Sum of RGB (Red+Green+Blue) = 116+5+117=238 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.74% from 238); Green value is 5 (2.34% from 255 or 2.10% from 238); Blue value is 117 (46.09% from 255 or 49.16% from 238); Max value from RGB is 117 - color contains mainly: blue. Hex color #740575 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740575 is #8BFA8A. Grayscale: #323232. Windows color (decimal): -9173643 or 7669108. OLE color: 7669108.
HSL color Cylindrical-coordinate representation of color #740575: hue angle of 299.46º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #740575 is Cyan = 0.01, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 116 | 5 | 117 | - |
| CMYK | 0.01 | 0.96 | 0 | 0.54 |
| HSL | 299.46º | 0.92% | 0.24% | - |
| HSV(B) | 299.46º | 0.96% | 0.46% | - |
| XYZ | 10.47 | 5.11 | 17.26 | - |
| YUV | 50.96 | 165.27 | 174.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 5 | 117 | 0.01 | 0.96 | 0 | 0.54 | 299.46 | 0.92 | 0.24 |
| Hex | 74 | 5 | 75 | 1 | 60 | 0 | 36 | 12B | 5C | 18 |
| Octal | 164 | 5 | 165 | 1 | 140 | 0 | 66 | 453 | 134 | 30 |
| Binary | 1110100 | 101 | 1110101 | 1 | 1100000 | 0 | 110110 | 100101011 | 1011100 | 11000 |
Color Harmonies of #740575
Complementary color
Monochromatic Colors of #740575
Black with #740575
Text Example
Text Example
White with #740575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740575; }
p { color: rgb(116,5,117); }
H1.HeaderClassName
{
color: #740575;
}
.AnyTagClassName
{
color: #740575;
}
</style>
background-color css
<style>
a { background-color: #740575; }
a { background-color: rgb(116,5,117); }
div.DivClassName
{
background-color: #740575;
}
.BgClassName
{
background-color: #740575;
}
</style>
border-color css
<style>
span { border-color: #740575; }
span { border-color: rgb(116,5,117); }
td.TdClassName
{
border-color: #740575;
}
.TagClassName
{
border-color: #740575;
}
</style>