Shades of Eminence #743D7A
Tints of Eminence #743D7A
RGB
CMYK
RGB Variations
Color information
#743D7A (or 0x743D7A) is known color: Eminence. HEX triplet: 74, 3D and 7A. RGB value is (116,61,122). Sum of RGB (Red+Green+Blue) = 116+61+122=299 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.80% from 299); Green value is 61 (24.22% from 255 or 20.40% from 299); Blue value is 122 (48.05% from 255 or 40.80% from 299); Max value from RGB is 122 - color contains mainly: blue. Hex color #743D7A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743D7A is #8BC285. Grayscale: #545454. Windows color (decimal): -9159302 or 8011124. OLE color: 8011124.
HSL color Cylindrical-coordinate representation of color #743D7A: hue angle of 294.1º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #743D7A is Cyan = 0.05, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 116 | 61 | 122 | - |
| CMYK | 0.05 | 0.50 | 0 | 0.52 |
| HSL | 294.1º | 0.33% | 0.36% | - |
| HSV(B) | 294.1º | 0.5% | 0.48% | - |
| XYZ | 12.38 | 8.46 | 19.39 | - |
| YUV | 84.4 | 149.22 | 150.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 61 | 122 | 0.05 | 0.50 | 0 | 0.52 | 294.1 | 0.33 | 0.36 |
| Hex | 74 | 3D | 7A | 5 | 32 | 0 | 34 | 126 | 21 | 24 |
| Octal | 164 | 75 | 172 | 5 | 62 | 0 | 64 | 446 | 41 | 44 |
| Binary | 1110100 | 111101 | 1111010 | 101 | 110010 | 0 | 110100 | 100100110 | 100001 | 100100 |
Color Harmonies of #743D7A
Complementary color
Monochromatic Colors of #743D7A
Black with #743D7A
Text Example
Text Example
White with #743D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743D7A; }
p { color: rgb(116,61,122); }
H1.HeaderClassName
{
color: #743D7A;
}
.AnyTagClassName
{
color: #743D7A;
}
</style>
background-color css
<style>
a { background-color: #743D7A; }
a { background-color: rgb(116,61,122); }
div.DivClassName
{
background-color: #743D7A;
}
.BgClassName
{
background-color: #743D7A;
}
</style>
border-color css
<style>
span { border-color: #743D7A; }
span { border-color: rgb(116,61,122); }
td.TdClassName
{
border-color: #743D7A;
}
.TagClassName
{
border-color: #743D7A;
}
</style>