Shades of Eminence #743A6B
Tints of Eminence #743A6B
RGB
CMYK
RGB Variations
Color information
#743A6B (or 0x743A6B) is known color: Eminence. HEX triplet: 74, 3A and 6B. RGB value is (116,58,107). Sum of RGB (Red+Green+Blue) = 116+58+107=281 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.28% from 281); Green value is 58 (23.05% from 255 or 20.64% from 281); Blue value is 107 (42.19% from 255 or 38.08% from 281); Max value from RGB is 116 - color contains mainly: red. Hex color #743A6B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743A6B is #8BC594. Grayscale: #505050. Windows color (decimal): -9160085 or 7027316. OLE color: 7027316.
HSL color Cylindrical-coordinate representation of color #743A6B: hue angle of 309.31º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #743A6B is Cyan = 0, Magento = 0.5, Yellow = 0.08 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 58 | 107 | - |
| CMYK | 0 | 0.5 | 0.08 | 0.55 |
| HSL | 309.31º | 0.33% | 0.34% | - |
| HSV(B) | 309.31º | 0.5% | 0.45% | - |
| XYZ | 11.37 | 7.8 | 14.82 | - |
| YUV | 80.93 | 142.72 | 153.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 58 | 107 | 0 | 0.5 | 0.08 | 0.55 | 309.31 | 0.33 | 0.34 |
| Hex | 74 | 3A | 6B | 0 | 32 | 8 | 37 | 135 | 21 | 22 |
| Octal | 164 | 72 | 153 | 0 | 62 | 10 | 67 | 465 | 41 | 42 |
| Binary | 1110100 | 111010 | 1101011 | 0 | 110010 | 1000 | 110111 | 100110101 | 100001 | 100010 |
Color Harmonies of #743A6B
Complementary color
Monochromatic Colors of #743A6B
Black with #743A6B
Text Example
Text Example
White with #743A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743A6B; }
p { color: rgb(116,58,107); }
H1.HeaderClassName
{
color: #743A6B;
}
.AnyTagClassName
{
color: #743A6B;
}
</style>
background-color css
<style>
a { background-color: #743A6B; }
a { background-color: rgb(116,58,107); }
div.DivClassName
{
background-color: #743A6B;
}
.BgClassName
{
background-color: #743A6B;
}
</style>
border-color css
<style>
span { border-color: #743A6B; }
span { border-color: rgb(116,58,107); }
td.TdClassName
{
border-color: #743A6B;
}
.TagClassName
{
border-color: #743A6B;
}
</style>