Shades of Purple #740D8B
Tints of Purple #740D8B
RGB
CMYK
RGB Variations
Color information
#740D8B (or 0x740D8B) is known color: Purple. HEX triplet: 74, 0D and 8B. RGB value is (116,13,139). Sum of RGB (Red+Green+Blue) = 116+13+139=268 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.28% from 268); Green value is 13 (5.47% from 255 or 4.85% from 268); Blue value is 139 (54.69% from 255 or 51.87% from 268); Max value from RGB is 139 - color contains mainly: blue. Hex color #740D8B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #740D8B is #8BF274. Grayscale: #393939. Windows color (decimal): -9171573 or 9112948. OLE color: 9112948.
HSL color Cylindrical-coordinate representation of color #740D8B: hue angle of 289.05º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #740D8B is Cyan = 0.17, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 116 | 13 | 139 | - |
| CMYK | 0.17 | 0.91 | 0 | 0.45 |
| HSL | 289.05º | 0.83% | 0.3% | - |
| HSV(B) | 289.05º | 0.91% | 0.55% | - |
| XYZ | 12.01 | 5.86 | 24.93 | - |
| YUV | 58.16 | 173.62 | 169.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 13 | 139 | 0.17 | 0.91 | 0 | 0.45 | 289.05 | 0.83 | 0.3 |
| Hex | 74 | D | 8B | 11 | 5B | 0 | 2D | 121 | 53 | 1E |
| Octal | 164 | 15 | 213 | 21 | 133 | 0 | 55 | 441 | 123 | 36 |
| Binary | 1110100 | 1101 | 10001011 | 10001 | 1011011 | 0 | 101101 | 100100001 | 1010011 | 11110 |
Color Harmonies of #740D8B
Complementary color
Monochromatic Colors of #740D8B
Black with #740D8B
Text Example
Text Example
White with #740D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740D8B; }
p { color: rgb(116,13,139); }
H1.HeaderClassName
{
color: #740D8B;
}
.AnyTagClassName
{
color: #740D8B;
}
</style>
background-color css
<style>
a { background-color: #740D8B; }
a { background-color: rgb(116,13,139); }
div.DivClassName
{
background-color: #740D8B;
}
.BgClassName
{
background-color: #740D8B;
}
</style>
border-color css
<style>
span { border-color: #740D8B; }
span { border-color: rgb(116,13,139); }
td.TdClassName
{
border-color: #740D8B;
}
.TagClassName
{
border-color: #740D8B;
}
</style>