Shades of Purple #740B85
Tints of Purple #740B85
RGB
CMYK
RGB Variations
Color information
#740B85 (or 0x740B85) is known color: Purple. HEX triplet: 74, 0B and 85. RGB value is (116,11,133). Sum of RGB (Red+Green+Blue) = 116+11+133=260 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.62% from 260); Green value is 11 (4.69% from 255 or 4.23% from 260); Blue value is 133 (52.34% from 255 or 51.15% from 260); Max value from RGB is 133 - color contains mainly: blue. Hex color #740B85 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #740B85 is #8BF47A. Grayscale: #373737. Windows color (decimal): -9172091 or 8719220. OLE color: 8719220.
HSL color Cylindrical-coordinate representation of color #740B85: hue angle of 291.64º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #740B85 is Cyan = 0.13, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 116 | 11 | 133 | - |
| CMYK | 0.13 | 0.92 | 0 | 0.48 |
| HSL | 291.64º | 0.85% | 0.28% | - |
| HSV(B) | 291.64º | 0.92% | 0.52% | - |
| XYZ | 11.56 | 5.65 | 22.67 | - |
| YUV | 56.3 | 171.29 | 170.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 11 | 133 | 0.13 | 0.92 | 0 | 0.48 | 291.64 | 0.85 | 0.28 |
| Hex | 74 | B | 85 | D | 5C | 0 | 30 | 124 | 55 | 1C |
| Octal | 164 | 13 | 205 | 15 | 134 | 0 | 60 | 444 | 125 | 34 |
| Binary | 1110100 | 1011 | 10000101 | 1101 | 1011100 | 0 | 110000 | 100100100 | 1010101 | 11100 |
Color Harmonies of #740B85
Complementary color
Monochromatic Colors of #740B85
Black with #740B85
Text Example
Text Example
White with #740B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740B85; }
p { color: rgb(116,11,133); }
H1.HeaderClassName
{
color: #740B85;
}
.AnyTagClassName
{
color: #740B85;
}
</style>
background-color css
<style>
a { background-color: #740B85; }
a { background-color: rgb(116,11,133); }
div.DivClassName
{
background-color: #740B85;
}
.BgClassName
{
background-color: #740B85;
}
</style>
border-color css
<style>
span { border-color: #740B85; }
span { border-color: rgb(116,11,133); }
td.TdClassName
{
border-color: #740B85;
}
.TagClassName
{
border-color: #740B85;
}
</style>