Shades of Purple #740561
Tints of Purple #740561
RGB
CMYK
RGB Variations
Color information
#740561 (or 0x740561) is known color: Purple. HEX triplet: 74, 05 and 61. RGB value is (116,5,97). Sum of RGB (Red+Green+Blue) = 116+5+97=218 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.21% from 218); Green value is 5 (2.34% from 255 or 2.29% from 218); Blue value is 97 (38.28% from 255 or 44.50% from 218); Max value from RGB is 116 - color contains mainly: red. Hex color #740561 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740561 is #8BFA9E. Grayscale: #303030. Windows color (decimal): -9173663 or 6358388. OLE color: 6358388.
HSL color Cylindrical-coordinate representation of color #740561: hue angle of 310.27º 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 #740561 is Cyan = 0, Magento = 0.96, Yellow = 0.16 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 5 | 97 | - |
| CMYK | 0 | 0.96 | 0.16 | 0.55 |
| HSL | 310.27º | 0.92% | 0.24% | - |
| HSV(B) | 310.27º | 0.96% | 0.45% | - |
| XYZ | 9.41 | 4.68 | 11.72 | - |
| YUV | 48.68 | 155.27 | 176.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 5 | 97 | 0 | 0.96 | 0.16 | 0.55 | 310.27 | 0.92 | 0.24 |
| Hex | 74 | 5 | 61 | 0 | 60 | 10 | 37 | 136 | 5C | 18 |
| Octal | 164 | 5 | 141 | 0 | 140 | 20 | 67 | 466 | 134 | 30 |
| Binary | 1110100 | 101 | 1100001 | 0 | 1100000 | 10000 | 110111 | 100110110 | 1011100 | 11000 |
Color Harmonies of #740561
Complementary color
Monochromatic Colors of #740561
Black with #740561
Text Example
Text Example
White with #740561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740561; }
p { color: rgb(116,5,97); }
H1.HeaderClassName
{
color: #740561;
}
.AnyTagClassName
{
color: #740561;
}
</style>
background-color css
<style>
a { background-color: #740561; }
a { background-color: rgb(116,5,97); }
div.DivClassName
{
background-color: #740561;
}
.BgClassName
{
background-color: #740561;
}
</style>
border-color css
<style>
span { border-color: #740561; }
span { border-color: rgb(116,5,97); }
td.TdClassName
{
border-color: #740561;
}
.TagClassName
{
border-color: #740561;
}
</style>