Shades of Eminence #743F7A
Tints of Eminence #743F7A
RGB
CMYK
RGB Variations
Color information
#743F7A (or 0x743F7A) is known color: Eminence. HEX triplet: 74, 3F and 7A. RGB value is (116,63,122). Sum of RGB (Red+Green+Blue) = 116+63+122=301 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.54% from 301); Green value is 63 (25% from 255 or 20.93% from 301); Blue value is 122 (48.05% from 255 or 40.53% from 301); Max value from RGB is 122 - color contains mainly: blue. Hex color #743F7A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743F7A is #8BC085. Grayscale: #555555. Windows color (decimal): -9158790 or 8011636. OLE color: 8011636.
HSL color Cylindrical-coordinate representation of color #743F7A: hue angle of 293.9º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #743F7A is Cyan = 0.05, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 116 | 63 | 122 | - |
| CMYK | 0.05 | 0.48 | 0 | 0.52 |
| HSL | 293.9º | 0.32% | 0.36% | - |
| HSV(B) | 293.9º | 0.48% | 0.48% | - |
| XYZ | 12.49 | 8.67 | 19.43 | - |
| YUV | 85.57 | 148.56 | 149.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 63 | 122 | 0.05 | 0.48 | 0 | 0.52 | 293.9 | 0.32 | 0.36 |
| Hex | 74 | 3F | 7A | 5 | 30 | 0 | 34 | 126 | 20 | 24 |
| Octal | 164 | 77 | 172 | 5 | 60 | 0 | 64 | 446 | 40 | 44 |
| Binary | 1110100 | 111111 | 1111010 | 101 | 110000 | 0 | 110100 | 100100110 | 100000 | 100100 |
Color Harmonies of #743F7A
Complementary color
Monochromatic Colors of #743F7A
Black with #743F7A
Text Example
Text Example
White with #743F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743F7A; }
p { color: rgb(116,63,122); }
H1.HeaderClassName
{
color: #743F7A;
}
.AnyTagClassName
{
color: #743F7A;
}
</style>
background-color css
<style>
a { background-color: #743F7A; }
a { background-color: rgb(116,63,122); }
div.DivClassName
{
background-color: #743F7A;
}
.BgClassName
{
background-color: #743F7A;
}
</style>
border-color css
<style>
span { border-color: #743F7A; }
span { border-color: rgb(116,63,122); }
td.TdClassName
{
border-color: #743F7A;
}
.TagClassName
{
border-color: #743F7A;
}
</style>