Shades of Purple #740B7E
Tints of Purple #740B7E
RGB
CMYK
RGB Variations
Color information
#740B7E (or 0x740B7E) is known color: Purple. HEX triplet: 74, 0B and 7E. RGB value is (116,11,126). Sum of RGB (Red+Green+Blue) = 116+11+126=253 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.85% from 253); Green value is 11 (4.69% from 255 or 4.35% from 253); Blue value is 126 (49.61% from 255 or 49.80% from 253); Max value from RGB is 126 - color contains mainly: blue. Hex color #740B7E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740B7E is #8BF481. Grayscale: #373737. Windows color (decimal): -9172098 or 8260468. OLE color: 8260468.
HSL color Cylindrical-coordinate representation of color #740B7E: hue angle of 294.78º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #740B7E is Cyan = 0.08, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 116 | 11 | 126 | - |
| CMYK | 0.08 | 0.91 | 0 | 0.51 |
| HSL | 294.78º | 0.84% | 0.27% | - |
| HSV(B) | 294.78º | 0.91% | 0.49% | - |
| XYZ | 11.09 | 5.46 | 20.21 | - |
| YUV | 55.51 | 167.79 | 171.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 11 | 126 | 0.08 | 0.91 | 0 | 0.51 | 294.78 | 0.84 | 0.27 |
| Hex | 74 | B | 7E | 8 | 5B | 0 | 33 | 127 | 54 | 1B |
| Octal | 164 | 13 | 176 | 10 | 133 | 0 | 63 | 447 | 124 | 33 |
| Binary | 1110100 | 1011 | 1111110 | 1000 | 1011011 | 0 | 110011 | 100100111 | 1010100 | 11011 |
Color Harmonies of #740B7E
Complementary color
Monochromatic Colors of #740B7E
Black with #740B7E
Text Example
Text Example
White with #740B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740B7E; }
p { color: rgb(116,11,126); }
H1.HeaderClassName
{
color: #740B7E;
}
.AnyTagClassName
{
color: #740B7E;
}
</style>
background-color css
<style>
a { background-color: #740B7E; }
a { background-color: rgb(116,11,126); }
div.DivClassName
{
background-color: #740B7E;
}
.BgClassName
{
background-color: #740B7E;
}
</style>
border-color css
<style>
span { border-color: #740B7E; }
span { border-color: rgb(116,11,126); }
td.TdClassName
{
border-color: #740B7E;
}
.TagClassName
{
border-color: #740B7E;
}
</style>