Shades of Eminence #672F7E
Tints of Eminence #672F7E
RGB
CMYK
RGB Variations
Color information
#672F7E (or 0x672F7E) is known color: Eminence. HEX triplet: 67, 2F and 7E. RGB value is (103,47,126). Sum of RGB (Red+Green+Blue) = 103+47+126=276 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.32% from 276); Green value is 47 (18.75% from 255 or 17.03% from 276); Blue value is 126 (49.61% from 255 or 45.65% from 276); Max value from RGB is 126 - color contains mainly: blue. Hex color #672F7E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #672F7E is #98D081. Grayscale: #484848. Windows color (decimal): -10014850 or 8269671. OLE color: 8269671.
HSL color Cylindrical-coordinate representation of color #672F7E: hue angle of 282.53º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #672F7E is Cyan = 0.18, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 103 | 47 | 126 | - |
| CMYK | 0.18 | 0.63 | 0 | 0.51 |
| HSL | 282.53º | 0.46% | 0.34% | - |
| HSV(B) | 282.53º | 0.63% | 0.49% | - |
| XYZ | 10.38 | 6.42 | 20.43 | - |
| YUV | 72.75 | 158.05 | 149.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 47 | 126 | 0.18 | 0.63 | 0 | 0.51 | 282.53 | 0.46 | 0.34 |
| Hex | 67 | 2F | 7E | 12 | 3F | 0 | 33 | 11B | 2E | 22 |
| Octal | 147 | 57 | 176 | 22 | 77 | 0 | 63 | 433 | 56 | 42 |
| Binary | 1100111 | 101111 | 1111110 | 10010 | 111111 | 0 | 110011 | 100011011 | 101110 | 100010 |
Color Harmonies of #672F7E
Complementary color
Monochromatic Colors of #672F7E
Black with #672F7E
Text Example
Text Example
White with #672F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672F7E; }
p { color: rgb(103,47,126); }
H1.HeaderClassName
{
color: #672F7E;
}
.AnyTagClassName
{
color: #672F7E;
}
</style>
background-color css
<style>
a { background-color: #672F7E; }
a { background-color: rgb(103,47,126); }
div.DivClassName
{
background-color: #672F7E;
}
.BgClassName
{
background-color: #672F7E;
}
</style>
border-color css
<style>
span { border-color: #672F7E; }
span { border-color: rgb(103,47,126); }
td.TdClassName
{
border-color: #672F7E;
}
.TagClassName
{
border-color: #672F7E;
}
</style>