Shades of Purple #740E6B
Tints of Purple #740E6B
RGB
CMYK
RGB Variations
Color information
#740E6B (or 0x740E6B) is known color: Purple. HEX triplet: 74, 0E and 6B. RGB value is (116,14,107). Sum of RGB (Red+Green+Blue) = 116+14+107=237 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.95% from 237); Green value is 14 (5.86% from 255 or 5.91% from 237); Blue value is 107 (42.19% from 255 or 45.15% from 237); Max value from RGB is 116 - color contains mainly: red. Hex color #740E6B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740E6B is #8BF194. Grayscale: #363636. Windows color (decimal): -9171349 or 7016052. OLE color: 7016052.
HSL color Cylindrical-coordinate representation of color #740E6B: hue angle of 305.29º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #740E6B is Cyan = 0, Magento = 0.88, Yellow = 0.08 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 14 | 107 | - |
| CMYK | 0 | 0.88 | 0.08 | 0.55 |
| HSL | 305.29º | 0.78% | 0.25% | - |
| HSV(B) | 305.29º | 0.88% | 0.45% | - |
| XYZ | 10.01 | 5.09 | 14.36 | - |
| YUV | 55.1 | 157.29 | 171.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 14 | 107 | 0 | 0.88 | 0.08 | 0.55 | 305.29 | 0.78 | 0.25 |
| Hex | 74 | E | 6B | 0 | 58 | 8 | 37 | 131 | 4E | 19 |
| Octal | 164 | 16 | 153 | 0 | 130 | 10 | 67 | 461 | 116 | 31 |
| Binary | 1110100 | 1110 | 1101011 | 0 | 1011000 | 1000 | 110111 | 100110001 | 1001110 | 11001 |
Color Harmonies of #740E6B
Complementary color
Monochromatic Colors of #740E6B
Black with #740E6B
Text Example
Text Example
White with #740E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740E6B; }
p { color: rgb(116,14,107); }
H1.HeaderClassName
{
color: #740E6B;
}
.AnyTagClassName
{
color: #740E6B;
}
</style>
background-color css
<style>
a { background-color: #740E6B; }
a { background-color: rgb(116,14,107); }
div.DivClassName
{
background-color: #740E6B;
}
.BgClassName
{
background-color: #740E6B;
}
</style>
border-color css
<style>
span { border-color: #740E6B; }
span { border-color: rgb(116,14,107); }
td.TdClassName
{
border-color: #740E6B;
}
.TagClassName
{
border-color: #740E6B;
}
</style>