Shades of Purple #740B74
Tints of Purple #740B74
RGB
CMYK
RGB Variations
Color information
#740B74 (or 0x740B74) is known color: Purple. HEX triplet: 74, 0B and 74. RGB value is (116,11,116). Sum of RGB (Red+Green+Blue) = 116+11+116=243 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.74% from 243); Green value is 11 (4.69% from 255 or 4.53% from 243); Blue value is 116 (45.70% from 255 or 47.74% from 243); Max value from RGB is 116 - color contains mainly: red, blue. Hex color #740B74 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740B74 is #8BF48B. Grayscale: #363636. Windows color (decimal): -9172108 or 7605108. OLE color: 7605108.
HSL color Cylindrical-coordinate representation of color #740B74: hue angle of 300º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #740B74 is Cyan = 0, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 11 | 116 | - |
| CMYK | 0 | 0.91 | 0 | 0.55 |
| HSL | 300º | 0.83% | 0.25% | - |
| HSV(B) | 300º | 0.91% | 0.45% | - |
| XYZ | 10.47 | 5.21 | 16.98 | - |
| YUV | 54.37 | 162.79 | 171.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 11 | 116 | 0 | 0.91 | 0 | 0.55 | 300 | 0.83 | 0.25 |
| Hex | 74 | B | 74 | 0 | 5B | 0 | 37 | 12C | 53 | 19 |
| Octal | 164 | 13 | 164 | 0 | 133 | 0 | 67 | 454 | 123 | 31 |
| Binary | 1110100 | 1011 | 1110100 | 0 | 1011011 | 0 | 110111 | 100101100 | 1010011 | 11001 |
Color Harmonies of #740B74
Complementary color
Monochromatic Colors of #740B74
Black with #740B74
Text Example
Text Example
White with #740B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740B74; }
p { color: rgb(116,11,116); }
H1.HeaderClassName
{
color: #740B74;
}
.AnyTagClassName
{
color: #740B74;
}
</style>
background-color css
<style>
a { background-color: #740B74; }
a { background-color: rgb(116,11,116); }
div.DivClassName
{
background-color: #740B74;
}
.BgClassName
{
background-color: #740B74;
}
</style>
border-color css
<style>
span { border-color: #740B74; }
span { border-color: rgb(116,11,116); }
td.TdClassName
{
border-color: #740B74;
}
.TagClassName
{
border-color: #740B74;
}
</style>