Shades of Eminence #743C75
Tints of Eminence #743C75
RGB
CMYK
RGB Variations
Color information
#743C75 (or 0x743C75) is known color: Eminence. HEX triplet: 74, 3C and 75. RGB value is (116,60,117). Sum of RGB (Red+Green+Blue) = 116+60+117=293 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.59% from 293); Green value is 60 (23.83% from 255 or 20.48% from 293); Blue value is 117 (46.09% from 255 or 39.93% from 293); Max value from RGB is 117 - color contains mainly: blue. Hex color #743C75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743C75 is #8BC38A. Grayscale: #535353. Windows color (decimal): -9159563 or 7683188. OLE color: 7683188.
HSL color Cylindrical-coordinate representation of color #743C75: hue angle of 298.95º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #743C75 is Cyan = 0.01, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 116 | 60 | 117 | - |
| CMYK | 0.01 | 0.49 | 0 | 0.54 |
| HSL | 298.95º | 0.32% | 0.35% | - |
| HSV(B) | 298.95º | 0.49% | 0.46% | - |
| XYZ | 12.03 | 8.23 | 17.78 | - |
| YUV | 83.24 | 147.05 | 151.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 60 | 117 | 0.01 | 0.49 | 0 | 0.54 | 298.95 | 0.32 | 0.35 |
| Hex | 74 | 3C | 75 | 1 | 31 | 0 | 36 | 12B | 20 | 23 |
| Octal | 164 | 74 | 165 | 1 | 61 | 0 | 66 | 453 | 40 | 43 |
| Binary | 1110100 | 111100 | 1110101 | 1 | 110001 | 0 | 110110 | 100101011 | 100000 | 100011 |
Color Harmonies of #743C75
Complementary color
Monochromatic Colors of #743C75
Black with #743C75
Text Example
Text Example
White with #743C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743C75; }
p { color: rgb(116,60,117); }
H1.HeaderClassName
{
color: #743C75;
}
.AnyTagClassName
{
color: #743C75;
}
</style>
background-color css
<style>
a { background-color: #743C75; }
a { background-color: rgb(116,60,117); }
div.DivClassName
{
background-color: #743C75;
}
.BgClassName
{
background-color: #743C75;
}
</style>
border-color css
<style>
span { border-color: #743C75; }
span { border-color: rgb(116,60,117); }
td.TdClassName
{
border-color: #743C75;
}
.TagClassName
{
border-color: #743C75;
}
</style>