Shades of Eminence #774182
Tints of Eminence #774182
RGB
CMYK
RGB Variations
Color information
#774182 (or 0x774182) is known color: Eminence. HEX triplet: 77, 41 and 82. RGB value is (119,65,130). Sum of RGB (Red+Green+Blue) = 119+65+130=314 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.90% from 314); Green value is 65 (25.78% from 255 or 20.70% from 314); Blue value is 130 (51.17% from 255 or 41.40% from 314); Max value from RGB is 130 - color contains mainly: blue. Hex color #774182 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #774182 is #88BE7D. Grayscale: #585858. Windows color (decimal): -8961662 or 8536439. OLE color: 8536439.
HSL color Cylindrical-coordinate representation of color #774182: hue angle of 289.85º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #774182 is Cyan = 0.08, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 119 | 65 | 130 | - |
| CMYK | 0.08 | 0.50 | 0 | 0.49 |
| HSL | 289.85º | 0.33% | 0.38% | - |
| HSV(B) | 289.85º | 0.5% | 0.51% | - |
| XYZ | 13.53 | 9.31 | 22.2 | - |
| YUV | 88.56 | 151.39 | 149.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 65 | 130 | 0.08 | 0.50 | 0 | 0.49 | 289.85 | 0.33 | 0.38 |
| Hex | 77 | 41 | 82 | 8 | 32 | 0 | 31 | 122 | 21 | 26 |
| Octal | 167 | 101 | 202 | 10 | 62 | 0 | 61 | 442 | 41 | 46 |
| Binary | 1110111 | 1000001 | 10000010 | 1000 | 110010 | 0 | 110001 | 100100010 | 100001 | 100110 |
Color Harmonies of #774182
Complementary color
Monochromatic Colors of #774182
Black with #774182
Text Example
Text Example
White with #774182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774182; }
p { color: rgb(119,65,130); }
H1.HeaderClassName
{
color: #774182;
}
.AnyTagClassName
{
color: #774182;
}
</style>
background-color css
<style>
a { background-color: #774182; }
a { background-color: rgb(119,65,130); }
div.DivClassName
{
background-color: #774182;
}
.BgClassName
{
background-color: #774182;
}
</style>
border-color css
<style>
span { border-color: #774182; }
span { border-color: rgb(119,65,130); }
td.TdClassName
{
border-color: #774182;
}
.TagClassName
{
border-color: #774182;
}
</style>